DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ALLOCATION_PVT dependencies on JMF_SHIKYU_PO_PVT

Line 1519: JMF_SHIKYU_PO_PVT.Process_Replenishment_PO

1515: , x_return_status => x_return_status
1516: );
1517:
1518: -- Create a new Replenishment PO with the passed in quantity
1519: JMF_SHIKYU_PO_PVT.Process_Replenishment_PO
1520: ( p_action => 'C'
1521: , p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1522: , p_quantity => p_qty
1523: , p_item_id => p_component_id

Line 1533: , l_api_name || ': x_return_status from JMF_SHIKYU_PO_PVT.Process_Replenishment_PO = '

1529: FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE)
1530: THEN
1531: FND_LOG.string( FND_LOG.LEVEL_PROCEDURE
1532: , G_MODULE_PREFIX || l_api_name
1533: , l_api_name || ': x_return_status from JMF_SHIKYU_PO_PVT.Process_Replenishment_PO = '
1534: || x_return_status
1535: || ', x_po_line_location_id = ' || l_new_replen_po_shipment_id);
1536: END IF;
1537: