DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ALLOCATION_PVT dependencies on JMF_SHIKYU_ONT_PVT

Line 76: --| 17-OCT-2005 vchu Modified calls to JMF_SHIKYU_ONT_PVT. |

72: --| 12-OCT-2005 vchu Modified the order by clause of the query for |
73: --| the c_avail_replen_po_cur cursor to create |
74: --| allocations in FIFO order of need-by-date, PO |
75: --| Number, Line Number and Shipment Number. |
76: --| 17-OCT-2005 vchu Modified calls to JMF_SHIKYU_ONT_PVT. |
77: --| Process_Replenishment_SO due to a |
78: --| change of signature. Also added the where |
79: --| clause condition "pha.approved_flag = 'Y'" to |
80: --| the query of the c_avail_replen_po_cur cursor |

Line 1598: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

1594: , l_api_name || ': l_new_replen_qty = ' || l_new_replen_qty);
1595: END IF;
1596:
1597: -- Creating a new Replenishment SO Line
1598: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
1599: ( p_action => 'C'
1600: , p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1601: , p_quantity => l_new_replen_qty
1602: , p_item_id => p_component_id

Line 1615: , l_api_name || ': x_return_status from JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO = '

1611: FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE)
1612: THEN
1613: FND_LOG.string( FND_LOG.LEVEL_PROCEDURE
1614: , G_MODULE_PREFIX || l_api_name
1615: , l_api_name || ': x_return_status from JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO = '
1616: || x_return_status);
1617: END IF;
1618:
1619: -- *** vchu: new code 8/18

Line 1882: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

1878: || ', l_new_replen_primary_qty = '||l_new_replen_primary_qty);
1879: END IF;
1880:
1881: -- Creating a new Replenishment SO Line
1882: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
1883: ( p_action => 'C'
1884: , p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1885: , p_quantity => l_new_replen_primary_qty
1886: , p_item_id => p_component_id

Line 1908: , l_api_name || ': return status from JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO = '

1904: FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE)
1905: THEN
1906: FND_LOG.string( FND_LOG.LEVEL_PROCEDURE
1907: , G_MODULE_PREFIX || l_api_name
1908: , l_api_name || ': return status from JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO = '
1909: || x_return_status);
1910: END IF;
1911:
1912: IF (g_fnd_debug = 'Y' AND