DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on JMF_SHIKYU_ALLOCATION_PVT

Line 2344: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations

2340: IF l_allocated_qty < l_total_qty
2341: THEN
2342: l_qty := (l_total_qty - l_allocated_qty);
2343:
2344: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations
2345: ( p_api_version => 1.0
2346: , p_init_msg_list => null
2347: , x_return_status => l_return_status
2348: , x_msg_count => l_msg_count

Line 3578: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations

3574: );
3575: -- Call Process Allocation to allocate
3576: -- based in sync or pre-stock process allocation accordingly.
3577:
3578: JMF_SHIKYU_ALLOCATION_PVT.Create_New_Allocations
3579: ( p_api_version => 1.0
3580: , p_init_msg_list => null
3581: , x_return_status => l_return_status
3582: , x_msg_count => l_msg_count