DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_ALLOCATION_PVT

Line 2125: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations

2121: IF l_allocated_qty < l_total_qty
2122: THEN
2123: l_qty := (l_total_qty - l_allocated_qty);
2124:
2125: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations
2126: ( p_api_version => 1.0
2127: , p_init_msg_list => null
2128: , x_return_status => l_return_status
2129: , x_msg_count => l_msg_count

Line 3281: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations

3277: );
3278: -- Call Process Allocation to allocate
3279: -- based in sync or pre-stock process allocation accordingly.
3280:
3281: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations
3282: ( p_api_version => 1.0
3283: , p_init_msg_list => null
3284: , x_return_status => l_return_status
3285: , x_msg_count => l_msg_count