DBA Data[Home] [Help]

APPS.JMF_PROCESS_SHIKYU_RCV_TRX_PVT dependencies on JMF_SHIKYU_ALLOCATION_PVT

Line 1166: -- by JMF_SHIKYU_ALLOCATION_PVT.Reconcile_Replen_Excess_Qty

1162: -- D. Wait till concurrent request completes
1163: -- E. Confirm that RTV happened succefully. Received quantity against
1164: -- replenishment PO should be reduced by RTV quantity.
1165: --3. Following logic is part of RTY component return which will be handled
1166: -- by JMF_SHIKYU_ALLOCATION_PVT.Reconcile_Replen_Excess_Qty
1167: --
1168: -- A. Deallocate returned quantity associated with Replenishment SO Line.
1169: -- if SHIKYU RMA is for all quantities(Shipped Qty = Returned Qty for Replenishment SO Line)
1170: -- then delete allocations.

Line 1514: JMF_SHIKYU_ALLOCATION_PVT.Reconcile_Replen_Excess_Qty

1510: (l_allocable_primary_uom_qty - l_shipped_primary_uom_qty );
1511: END IF;
1512: -- Deallocate based on LIFO order of Need By Date of the Subcontracting
1513: -- Orders already allocated to the current Replenishment SO Line
1514: JMF_SHIKYU_ALLOCATION_PVT.Reconcile_Replen_Excess_Qty
1515: ( p_api_version => 1.0
1516: , p_init_msg_list => p_init_msg_list
1517: , x_return_status => x_return_status
1518: , x_msg_count => x_msg_count

Line 1637: l_available_replen_so_qty_tbl JMF_SHIKYU_ALLOCATION_PVT.g_replen_so_qty_tbl_type;

1633: l_shikyu_qty_to_allocate NUMBER;
1634: l_total_allocated_Qty NUMBER;
1635: l_required_quantity NUMBER;
1636: l_allocable_flag JMF_SHIKYU_ALLOCATIONS_V.ALLOCATABLE_FLAG%Type;
1637: l_available_replen_so_qty_tbl JMF_SHIKYU_ALLOCATION_PVT.g_replen_so_qty_tbl_type;
1638: l_adjustment_total NUMBER;
1639: l_interlock_status VARCHAR2(1);
1640: -- custom exceptions
1641: l_not_enough_replen_excep EXCEPTION;

Line 1715: JMF_SHIKYU_ALLOCATION_PVT.Get_Available_Replenishment_So

1711: l_shikyu_qty_to_allocate := l_required_quantity - l_total_allocated_Qty;
1712:
1713:
1714: -- Find available Replenishment Sales Orders for allocation
1715: JMF_SHIKYU_ALLOCATION_PVT.Get_Available_Replenishment_So
1716: ( p_api_version => 1.0
1717: , p_init_msg_list => p_init_msg_list
1718: , x_return_status => x_return_status
1719: , x_msg_count => x_msg_count

Line 1742: JMF_SHIKYU_ALLOCATION_PVT.Allocate_Quantity

1738: END IF;
1739:
1740: -- Allocate SHIKYU components from available Replenishments.
1741: IF x_return_status = FND_API.G_RET_STS_SUCCESS THEN
1742: JMF_SHIKYU_ALLOCATION_PVT.Allocate_Quantity
1743: ( p_api_version => 1.0
1744: , p_init_msg_list => p_init_msg_list
1745: , x_return_status => x_return_status
1746: , x_msg_count => x_msg_count