DBA Data[Home] [Help]

APPS.JAI_PO_OSP_PKG dependencies on BOM_INVENTORY_COMPONENTS

Line 233: from bom_inventory_components

229: from bom_bill_of_materials
230: where bill_sequence_id in
231: (
232: select bill_sequence_id
233: from bom_inventory_components
234: where component_Sequence_id = cp_component_sequence_id
235: );
236:
237: cursor c_assembly_id_cur ( cp_wip_entity_id number)is