DBA Data[Home] [Help]

APPS.GMF_ITEMCOST_PVT dependencies on DUAL

Line 293: FROM DUAL ;

289: /* end duplicate record check */
290:
291: SELECT gem5_cmpnt_cost_id_s.NEXTVAL
292: INTO l_cmpntcost_id
293: FROM DUAL ;
294:
295: /***********************************************************************************************
296: * Using anonymous block to capture any error for the current record. Duplicate record check is *
297: * not done in public API because of the performance considerations. *

Line 486: FROM DUAL ;

482: /* end duplicate record check */
483:
484: SELECT gem5_cmpnt_cost_id_s.NEXTVAL
485: INTO l_cmpntcost_id
486: FROM DUAL ;
487:
488: /***********************************************************************************************
489: * Using anonymous block to capture any error for the current record. Duplicate record check is *
490: * not done in public API because of the performance considerations. *