DBA Data[Home] [Help]

APPS.JMF_SHIKYU_WIP_PVT dependencies on JMF_SHIKYU_COMPONENTS

Line 329: FROM jmf_shikyu_components

325:
326: CURSOR c_comp_rec IS
327: SELECT shikyu_component_id
328: , quantity
329: FROM jmf_shikyu_components
330: WHERE subcontract_po_shipment_id = p_subcontract_po_shipment_id;
331: BEGIN
332:
333: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)