DBA Data[Home] [Help]

APPS.GMF_ITEMCOST_PVT dependencies on DUAL

Line 296: FROM DUAL ;

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

Line 489: FROM DUAL ;

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