DBA Data[Home] [Help]

APPS.BOMPASGR dependencies on BOM_OPERATIONAL_ROUTINGS_S

Line 383: bom_operational_routings_s.nextval)

379: loop
380: update bom_op_routings_interface ori
381: set transaction_id = mtl_system_items_interface_s.nextval,
382: routing_sequence_id = nvl(routing_sequence_id,
383: bom_operational_routings_s.nextval)
384: where transaction_id is null
385: and process_flag = 1
386: and rownum < 500;
387: EXIT when SQL%NOTFOUND;