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 1604: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

1600: , l_api_name || ': l_new_replen_qty = ' || l_new_replen_qty);
1601: END IF;
1602:
1603: -- Creating a new Replenishment SO Line
1604: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
1605: ( p_action => 'C'
1606: , p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1607: , p_quantity => l_new_replen_qty
1608: , p_item_id => p_component_id

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

1617: FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE)
1618: THEN
1619: FND_LOG.string( FND_LOG.LEVEL_PROCEDURE
1620: , G_MODULE_PREFIX || l_api_name
1621: , l_api_name || ': x_return_status from JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO = '
1622: || x_return_status);
1623: END IF;
1624:
1625: -- *** vchu: new code 8/18

Line 1888: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO

1884: || ', l_new_replen_primary_qty = '||l_new_replen_primary_qty);
1885: END IF;
1886:
1887: -- Creating a new Replenishment SO Line
1888: JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO
1889: ( p_action => 'C'
1890: , p_subcontract_po_shipment_id => p_subcontract_po_shipment_id
1891: , p_quantity => l_new_replen_primary_qty
1892: , p_item_id => p_component_id

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

1910: FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE)
1911: THEN
1912: FND_LOG.string( FND_LOG.LEVEL_PROCEDURE
1913: , G_MODULE_PREFIX || l_api_name
1914: , l_api_name || ': return status from JMF_SHIKYU_ONT_PVT.Process_Replenishment_SO = '
1915: || x_return_status);
1916: END IF;
1917:
1918: IF (g_fnd_debug = 'Y' AND