[Home] [Help]
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: /*---------------------------------------------------------------+