DBA Data[Home] [Help]

APPS.BOM_BILL_API dependencies on BOM_INVENTORY_COMPONENTS_S

Line 144: bom_inventory_components_s.nextval,

140: UPDATE bom_bill_of_mtls_interface ori
141: SET transaction_id = mtl_system_items_interface_s.nextval,
142: transaction_type = upper(transaction_type),
143: bill_sequence_id = decode(upper(transaction_type), G_Insert,
144: bom_inventory_components_s.nextval,
145: bill_sequence_id)
146: WHERE transaction_id is null
147: AND upper(transaction_type) in (G_Insert, G_Update, G_Delete)
148: AND process_flag = 1