DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ALLOCATION_PVT dependencies on JMF_SHIKYU_PO_PVT

Line 1513: JMF_SHIKYU_PO_PVT.Process_Replenishment_PO

1509: , x_return_status => x_return_status
1510: );
1511:
1512: -- Create a new Replenishment PO with the passed in quantity
1513: JMF_SHIKYU_PO_PVT.Process_Replenishment_PO
1514: ( p_action => 'C'
1515: , p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1516: , p_quantity => p_qty
1517: , p_item_id => p_component_id

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

1523: FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE)
1524: THEN
1525: FND_LOG.string( FND_LOG.LEVEL_PROCEDURE
1526: , G_MODULE_PREFIX || l_api_name
1527: , l_api_name || ': x_return_status from JMF_SHIKYU_PO_PVT.Process_Replenishment_PO = '
1528: || x_return_status
1529: || ', x_po_line_location_id = ' || l_new_replen_po_shipment_id);
1530: END IF;
1531: