DBA Data[Home] [Help]

APPS.CTO_CONFIG_ROUTING_PK dependencies on BOM_OPERATIONAL_ROUTINGS_S

Line 529: select bom_operational_routings_s.nextval

525: /*---------------------------------------------------------------+
526: Get new routing_id and the type of routing to be created.
527: +----------------------------------------------------------------*/
528:
529: select bom_operational_routings_s.nextval
530: into lCfgRtgId
531: from dual;
532:
533: /*---------------------------------------------------------------+