DBA Data[Home] [Help]

APPS.BOM_DEFAULT_BOM_HEADER dependencies on BOM_INVENTORY_COMPONENTS_S

Line 37: SELECT bom_inventory_components_s.nextval

33: IS
34: l_bill_sequence_id NUMBER := NULL;
35: BEGIN
36:
37: SELECT bom_inventory_components_s.nextval
38: INTO l_bill_sequence_id
39: FROM sys.dual;
40:
41: RETURN l_bill_sequence_id;