DBA Data[Home] [Help]

APPS.JA_CN_SI_EXPORT_PROG SQL Statements

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

Line: 337

      SELECT
        lookup_code
      INTO
        lv_gle_req_status_code
      FROM
        fnd_lookup_values
      WHERE lookup_type = 'CP_STATUS_CODE'
        AND view_application_id=0
        AND security_group_id=0
        AND meaning=lv_gle_req_status
        AND enabled_flag='Y'
        AND language = USERENV('LANG');