DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on INV_RCV_INTEGRATION_APIS

Line 7683: inv_rcv_integration_apis.insert_wlpni

7679: IF (l_debug = 1 ) then
7680: debug('RTI inserted with group_id:'|| l_group_id, 9);
7681: END IF;
7682:
7683: inv_rcv_integration_apis.insert_wlpni
7684: (p_api_version => 1.0
7685: ,x_return_status => x_return_status
7686: ,x_msg_count => x_msg_count
7687: ,x_msg_data => x_msg_data

Line 8484: inv_rcv_integration_apis.insert_wlpni(

8480: ELSE
8481: l_to_lpn_id := p_to_lpn_id;
8482: END IF;
8483:
8484: inv_rcv_integration_apis.insert_wlpni(
8485: p_api_version => 1.0
8486: ,x_return_status => x_return_status
8487: ,x_msg_count => x_msg_count
8488: ,x_msg_data => x_msg_data

Line 8564: inv_rcv_integration_apis.insert_wlpni(

8560:
8561: ELSIF p_lpn_context = 3 THEN
8562:
8563: -- Resides in Receving LPN, Unpack all child LPNs from their parents.
8564: inv_rcv_integration_apis.insert_wlpni(
8565: p_api_version => 1.0
8566: ,x_return_status => x_return_status
8567: ,x_msg_count => x_msg_count
8568: ,x_msg_data => x_msg_data

Line 10408: l_mo_splt_tb inv_rcv_integration_apis.mo_in_tb_tp;

10404: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
10405: l_progress VARCHAR2(10); --Progress indicator
10406: l_proc_name VARCHAR2(30) := 'complete_putaway_wrapper';
10407: l_mos_to_split_tbl split_mo_tb_tp;
10408: l_mo_splt_tb inv_rcv_integration_apis.mo_in_tb_tp;
10409: l_mo_splt_cnt NUMBER; --MO Split table counter
10410: l_rcv_commit BOOLEAN := FALSE;
10411: l_lpn_mode NUMBER; -- Drop mode
10412: l_drop_sub_type NUMBER; -- Drop subinventory type

Line 11088: inv_rcv_integration_apis.split_mo(

11084: '. Calling the split_mo API with primary qty: ' || l_qty_to_split ||
11085: ' and Secondary qty :' || l_sec_qty_to_split , 4);
11086: END IF;
11087:
11088: inv_rcv_integration_apis.split_mo(
11089: p_orig_mol_id => l_mos_to_split_tbl(i).line_id
11090: , p_mo_splt_tb => l_mo_splt_tb
11091: , p_updt_putaway_temp_tbl => FND_API.G_TRUE
11092: , p_txn_header_id => p_txn_header_id

Line 11463: inv_rcv_integration_apis.insert_mtli(

11459: AND inventory_item_id = p_item_id
11460: AND organization_id = p_organization_id;
11461:
11462: --Call the insert_mtli API to insert the lot_number in MTLI
11463: inv_rcv_integration_apis.insert_mtli(
11464: p_api_version => 1.0
11465: , p_init_msg_lst => FND_API.G_FALSE
11466: , x_return_status => x_return_status
11467: , x_msg_count => x_msg_count