DBA Data[Home] [Help]

APPS.INV_RCV_INTEGRATION_APIS dependencies on WMS_ATF_RUNTIME_PUB_APIS

Line 3795: l_mmtts_to_split wms_atf_runtime_pub_apis.task_id_table_type;

3791: -- OPM Convergence
3792: l_sec_qty_to_splt NUMBER := NVL(p_sec_qty_to_splt, 0);
3793:
3794: l_new_mmtt_id NUMBER;
3795: l_mmtts_to_split wms_atf_runtime_pub_apis.task_id_table_type;
3796: l_lot_control_code NUMBER;
3797: l_serial_control_code NUMBER;
3798: l_new_txn_tb inv_rcv_common_apis.trans_rec_tb_tp;
3799: l_temp NUMBER;

Line 3882: wms_atf_runtime_pub_apis.validate_operation

3878: l_progress := '70';
3879:
3880: -- If the operation is LOAD or DROP, then need to filter MMTT
3881: IF (p_operation_type IN ('LOAD', 'DROP')) THEN
3882: wms_atf_runtime_pub_apis.validate_operation
3883: (x_return_status => x_return_status
3884: ,x_msg_data => x_msg_data
3885: ,x_msg_count => x_msg_count
3886: ,x_error_code => l_error_code

Line 4513: wms_atf_runtime_pub_apis.split_operation_instance

4509:
4510: l_progress := '120';
4511: -- Split parent MMTT, operation instance, operation plan
4512: l_mmtts_to_split(1) := l_new_mmtt_id;
4513: wms_atf_runtime_pub_apis.split_operation_instance
4514: (p_source_task_id => l_orig_mmtt_rec.transaction_temp_id,
4515: p_new_task_id_table => l_mmtts_to_split,
4516: p_activity_type_id => 1, -- INBOUND
4517: x_return_status => x_return_status,

Line 5962: l_mmtts_to_split wms_atf_runtime_pub_apis.task_id_table_type;

5958: WHERE transaction_temp_id = p_orig_mmtt_id;
5959:
5960: l_mmtt_rec mmtt_cur%ROWTYPE;
5961: l_new_mmtt_id NUMBER;
5962: l_mmtts_to_split wms_atf_runtime_pub_apis.task_id_table_type;
5963: l_sysdate DATE := Sysdate;
5964:
5965: l_error_code NUMBER;
5966: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);

Line 6493: wms_atf_runtime_pub_apis.split_operation_instance

6489: END ;
6490:
6491: -- Split parent MMTT, operation instance, operation plan
6492: l_mmtts_to_split(1) := l_new_mmtt_id;
6493: wms_atf_runtime_pub_apis.split_operation_instance
6494: (p_source_task_id => p_orig_mmtt_id,
6495: p_new_task_id_table => l_mmtts_to_split,
6496: p_activity_type_id => 1, -- INBOUND
6497: x_return_status => x_return_status,