DBA Data[Home] [Help]

APPS.CSM_SETUP_JTMCONC SQL Statements

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

Line: 118

                select 'Y'
                  into concExists
                  from jtm_con_request_data
                 where package_name = concTable(i).packageName
                   and procedure_name = concTable(i).procedureName
                   and execute_flag = 'Y'
                   and product_code = 'CSM' ;