DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on INV_RCV_INTEGRATION_APIS

Line 6821: inv_rcv_integration_apis.insert_wlpni

6817: IF (l_debug = 1 ) then
6818: debug('RTI inserted with group_id:'|| l_group_id, 9);
6819: END IF;
6820:
6821: inv_rcv_integration_apis.insert_wlpni
6822: (p_api_version => 1.0
6823: ,x_return_status => x_return_status
6824: ,x_msg_count => x_msg_count
6825: ,x_msg_data => x_msg_data

Line 7622: inv_rcv_integration_apis.insert_wlpni(

7618: ELSE
7619: l_to_lpn_id := p_to_lpn_id;
7620: END IF;
7621:
7622: inv_rcv_integration_apis.insert_wlpni(
7623: p_api_version => 1.0
7624: ,x_return_status => x_return_status
7625: ,x_msg_count => x_msg_count
7626: ,x_msg_data => x_msg_data

Line 7702: inv_rcv_integration_apis.insert_wlpni(

7698:
7699: ELSIF p_lpn_context = 3 THEN
7700:
7701: -- Resides in Receving LPN, Unpack all child LPNs from their parents.
7702: inv_rcv_integration_apis.insert_wlpni(
7703: p_api_version => 1.0
7704: ,x_return_status => x_return_status
7705: ,x_msg_count => x_msg_count
7706: ,x_msg_data => x_msg_data

Line 9535: l_mo_splt_tb inv_rcv_integration_apis.mo_in_tb_tp;

9531: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
9532: l_progress VARCHAR2(10); --Progress indicator
9533: l_proc_name VARCHAR2(30) := 'complete_putaway_wrapper';
9534: l_mos_to_split_tbl split_mo_tb_tp;
9535: l_mo_splt_tb inv_rcv_integration_apis.mo_in_tb_tp;
9536: l_mo_splt_cnt NUMBER; --MO Split table counter
9537: l_rcv_commit BOOLEAN := FALSE;
9538: l_lpn_mode NUMBER; -- Drop mode
9539: l_drop_sub_type NUMBER; -- Drop subinventory type

Line 10193: inv_rcv_integration_apis.split_mo(

10189: debug('complete_putaway_wrapper: Progress: ' || l_progress ||
10190: '. Calling the split_mo API with primary qty: ' || l_qty_to_split, 4);
10191: END IF;
10192:
10193: inv_rcv_integration_apis.split_mo(
10194: p_orig_mol_id => l_mos_to_split_tbl(i).line_id
10195: , p_mo_splt_tb => l_mo_splt_tb
10196: , p_updt_putaway_temp_tbl => FND_API.G_TRUE
10197: , p_txn_header_id => p_txn_header_id

Line 10562: inv_rcv_integration_apis.insert_mtli(

10558: AND inventory_item_id = p_item_id
10559: AND organization_id = p_organization_id;
10560:
10561: --Call the insert_mtli API to insert the lot_number in MTLI
10562: inv_rcv_integration_apis.insert_mtli(
10563: p_api_version => 1.0
10564: , p_init_msg_lst => FND_API.G_FALSE
10565: , x_return_status => x_return_status
10566: , x_msg_count => x_msg_count