DBA Data[Home] [Help]

APPS.INV_INVTRREG_XMLP_PKG SQL Statements

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

Line: 108

                   ,'Failed in before report trigger, item select. ')*/NULL;
Line: 116

                   ,'Failed in before report trigger, locator select. ')*/NULL;
Line: 124

                   ,'Failed in before report trigger, mkts select. ')*/NULL;
Line: 140

                   ,'Failed in before report trigger, mdsp select. ')*/NULL;
Line: 156

                   ,'Failed in before report triger, glcc select. ')*/NULL;
Line: 172

                   ,'Failed in before report trigger, catg select. ')*/NULL;
Line: 365

          RETURN ('and mmt.transaction_source_id = cupd.cost_update_id
                 	and cupd.description between ''' || P_TXN_SOURCE_LO || ''' and ''' || P_TXN_SOURCE_HI || ''' ');
Line: 369

            RETURN ('and mmt.transaction_source_id = cupd.cost_update_id
                   	and cupd.description between >= ''' || P_TXN_SOURCE_LO || ''' ');
Line: 373

              RETURN ('and mmt.transaction_source_id = cupd.cost_update_id
                     	and cupd.description <= ''' || P_TXN_SOURCE_HI || ''' ');
Line: 522

SELECT ARGUMENT6, ARGUMENT7 INTO LP_TXN_DATE_LO1,LP_TXN_DATE_HI1 FROM FND_CONCURRENT_REQUESTS
	WHERE REQUEST_ID=FND_GLOBAL.CONC_REQUEST_ID;