DBA Data[Home] [Help]

APPS.JMF_SHIKYU_PO_PVT dependencies on JMF_SHIKYU_COMPONENTS

Line 236: FROM jmf_shikyu_components

232: l_item_id := p_item_id;
233:
234: SELECT NVL(primary_uom_price,0)/NVL(quantity,1)
235: INTO l_price
236: FROM jmf_shikyu_components
237: WHERE subcontract_po_shipment_id = p_subcontract_po_shipment_id
238: AND shikyu_component_id = l_item_id;
239:
240: IF g_log_enabled THEN