DBA Data[Home] [Help]

APPS.JMF_SHIKYU_WIP_PVT dependencies on BOM_BILL_OF_MATERIALS

Line 736: FROM bom_bill_of_materials bom

732: IF p_subcontract_po_shipment_id IS NULL
733: THEN
734: SELECT bc.component_quantity
735: INTO l_quantity
736: FROM bom_bill_of_materials bom
737: , bom_components_b bc
738: WHERE bom.bill_sequence_id = bc.bill_sequence_id
739: AND bc.operation_seq_num =1
740: AND bc.component_item_id = p_item_id