DBA Data[Home] [Help]

APPS.BOMPASGB dependencies on BOM_INVENTORY_COMPONENTS_S

Line 409: bom_inventory_components_s.nextval)

405: loop
406: update bom_bill_of_mtls_interface ori
407: set transaction_id = mtl_system_items_interface_s.nextval,
408: bill_sequence_id = nvl(bill_sequence_id,
409: bom_inventory_components_s.nextval)
410: where transaction_id is null
411: and process_flag = 1
412: and rownum < 500;
413: EXIT when SQL%NOTFOUND;

Line 819: bom_inventory_components_s.nextval)

815: loop
816: update bom_inventory_comps_interface
817: set transaction_id = mtl_system_items_interface_s.nextval,
818: component_sequence_id = nvl(component_sequence_id,
819: bom_inventory_components_s.nextval)
820: where transaction_id is null
821: and process_flag = 1
822: and rownum < 500;
823: EXIT when SQL%NOTFOUND;