Reference for Oracle GoldenGate Oracle GoldenGate Common Components Column Conversion Functions @AFTER @AFTER Use the @AFTER function to return the after image of the specified source column. This is the default behavior. Syntax@AFTER (column) column The name of the source column for which to return the after image. Example@AFTER (quantity)