DBA Data[Home] [Help]

APPS.AP_CHECK_PAYMT_SUPP_RPT_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 53

      SELECT  FDU.application_column_name attr_column
	  INTO    lc_attribute
      FROM    fnd_descr_flex_col_usage_vl FDU
             ,fnd_application FA
      WHERE   FDU.descriptive_flexfield_name    = 'AP_CHECKS'
      AND     FDU.descriptive_flex_context_code = 'Global Data Elements'
      AND     FDU.application_id                = '200'
      AND     FA.application_short_name         = 'SQLAP'
      AND     FDU.end_user_column_name          = 'Cek_No';