DBA Data[Home] [Help]

APPS.JG_AR_CASH_RECEIPTS SQL Statements

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

Line: 85

          SELECT descriptive_flex_context_code
          INTO p_global_attribute_category
          FROM  fnd_descr_flex_contexts
          WHERE application_id = 7003
          AND descriptive_flexfield_name = 'JG_AR_CASH_RECEIPTS'
          AND substr(descriptive_flex_context_code,4,2) = l_country_code
          AND substr(descriptive_flex_context_code,7,8) = 'ARXRWMAI'
          AND enabled_flag = 'Y';