DBA Data[Home] [Help]

APPS.JAI_PO_OSP_PKG dependencies on BOM_INVENTORY_COMPONENTS

Line 292: from bom_inventory_components

288: from bom_bill_of_materials
289: where bill_sequence_id in
290: (
291: select bill_sequence_id
292: from bom_inventory_components
293: where component_Sequence_id = cp_component_sequence_id
294: );
295:
296: cursor c_assembly_id_cur ( cp_wip_entity_id number)is