DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on WMS_ATF_RUNTIME_PUB_APIS

Line 2850: wms_atf_runtime_pub_apis.validate_operation

2846: -- Call Validate_Operation for this MMTT to check whetehr the current step is crossdock.
2847: -- Call the WIP Integration APIs only if the current step is crossdock
2848: -- Else reset the WIP Related columns in the temp table.
2849: -- If this is any other xdock reset the xdock columns as well
2850: wms_atf_runtime_pub_apis.validate_operation
2851: ( x_return_status => l_return_status
2852: ,x_msg_data => l_msg_data
2853: ,x_msg_count => l_msg_count
2854: ,x_error_code => l_error_code

Line 3092: * wms_atf_runtime_pub_apis.activate_operation_instance for

3088:
3089: /**
3090: * This function will call the ATF API to activate the
3091: * operation instance for load. It will call the ATF API
3092: * wms_atf_runtime_pub_apis.activate_operation_instance for
3093: * each MMTT. For the immediate and the child contents of the
3094: * LPN being passed.
3095: *
3096: * It returns the number of rows for which the plan is

Line 3200: wms_atf_runtime_pub_apis.activate_operation_instance

3196: DEBUG('p_operation_type_id => ' || G_OP_TYPE_DROP,l_proc_name,9);
3197: END IF;
3198: l_progress := '300';
3199:
3200: wms_atf_runtime_pub_apis.activate_operation_instance
3201: ( p_source_task_id => l_tempid_tab(i)
3202: ,p_activity_id => G_OP_ACTIVITY_INBOUND
3203: ,p_task_execute_rec => l_task_rec
3204: ,p_operation_type_id => G_OP_TYPE_LOAD

Line 3281: * It will call the ATF API wms_atf_runtime_pub_apis.activate_operation_instance for

3277:
3278:
3279: /**
3280: * This function will call the ATF API to complete the operation instance for load.
3281: * It will call the ATF API wms_atf_runtime_pub_apis.activate_operation_instance for
3282: * each MMTT. For the immediate and the child contents of the LPN being passed.
3283: *
3284: * It returns the number of rows for which the plan is completed. will return -1 in case of failure.
3285:

Line 3375: wms_atf_runtime_pub_apis.complete_operation_instance

3371: DEBUG('p_operation_type_id => ' || G_OP_TYPE_DROP,l_proc_name,9);
3372: END IF;
3373: l_progress := '300';
3374:
3375: wms_atf_runtime_pub_apis.complete_operation_instance
3376: ( p_source_task_id => l_tempid_tab(i)
3377: ,p_activity_id => G_OP_ACTIVITY_INBOUND
3378: ,p_operation_type_id => G_OP_TYPE_LOAD
3379: ,x_return_status => x_return_status

Line 3594: * It will call the ATF API wms_atf_runtime_pub_apis.activate_operation_instance

3590:
3591:
3592: /**
3593: * This function will call the ATF API to activate the operation instance for drop
3594: * It will call the ATF API wms_atf_runtime_pub_apis.activate_operation_instance
3595: * for each 'All Task' row in the temp table.
3596: *
3597: * After call to ATF API the new dest sub/loc/LPN will be updated back to the
3598: * global temp table.

Line 3729: wms_atf_runtime_pub_apis.activate_operation_instance

3725: DEBUG('p_operation_type_id => ' || G_OP_TYPE_DROP,l_proc_name,9);
3726: END IF;
3727: l_progress := '300';
3728:
3729: wms_atf_runtime_pub_apis.activate_operation_instance
3730: ( p_source_task_id => l_tempid_tab(i)
3731: ,p_activity_id => G_OP_ACTIVITY_INBOUND
3732: ,p_task_execute_rec => l_task_rec
3733: ,p_operation_type_id => G_OP_TYPE_DROP

Line 4657: wms_atf_runtime_pub_apis.Abort_Operation_Plan

4653:
4654: --BUG 3666138: Pass in 1 more parameter, p_for_manual_drop, so
4655: --that ATF would call revert_loc_sugg_capacity with an
4656: --autonomous commit
4657: wms_atf_runtime_pub_apis.Abort_Operation_Plan
4658: ( p_source_task_id => l_tempid_tab(i)
4659: ,p_activity_type_id => G_OP_ACTIVITY_INBOUND
4660: ,x_return_status => x_return_status
4661: ,x_msg_data => x_msg_data

Line 4686: wms_atf_runtime_pub_apis.cancel_operation_plan

4682: DEBUG('p_activity_type_id => ' || G_OP_ACTIVITY_INBOUND,l_proc_name,9);
4683: END IF;
4684: l_progress := '330';
4685:
4686: wms_atf_runtime_pub_apis.cancel_operation_plan
4687: ( p_source_task_id => l_tempid_tab(i)
4688: ,p_activity_type_id => G_OP_ACTIVITY_INBOUND
4689: ,x_return_status => x_return_status
4690: ,x_msg_data => x_msg_data

Line 4714: wms_atf_runtime_pub_apis.activate_operation_instance

4710: DEBUG('p_operation_type_id => ' || G_OP_TYPE_DROP,l_proc_name,9);
4711: END IF;
4712: l_progress := '330';
4713:
4714: wms_atf_runtime_pub_apis.activate_operation_instance
4715: ( p_source_task_id => l_tempid_tab(i)
4716: ,p_activity_id => G_OP_ACTIVITY_INBOUND
4717: ,p_task_execute_rec => l_task_rec
4718: ,p_operation_type_id => G_OP_TYPE_DROP

Line 4794: * It will call the ATF API wms_atf_runtime_pub_apis.activate_operation_instance for

4790:
4791:
4792: /**
4793: * This function will call the ATF API to activate the operation instance for inspect.
4794: * It will call the ATF API wms_atf_runtime_pub_apis.activate_operation_instance for
4795: * each MMTT. For the Move Order Line passed.
4796: *
4797: * ATF will check whether the current step. If it is not inspect, it will inturn call
4798: * the Abort operation instance to abort the current plan in progress. So we need not

Line 4924: wms_atf_runtime_pub_apis.activate_operation_instance

4920: DEBUG('p_operation_type_id => ' || G_OP_TYPE_DROP,l_proc_name,9);
4921: END IF;
4922: l_progress := '300';
4923:
4924: wms_atf_runtime_pub_apis.activate_operation_instance
4925: ( p_source_task_id => l_tempid_tab(i)
4926: ,p_activity_id => G_OP_ACTIVITY_INBOUND
4927: ,p_task_execute_rec => l_task_rec
4928: ,p_operation_type_id => G_OP_TYPE_INSPECT

Line 5322: wms_atf_runtime_pub_apis.Rollback_operation_plan

5318: DEBUG('p_activity_type_id => ' || G_OP_ACTIVITY_INBOUND,l_proc_name,9);
5319: END IF;
5320: l_progress := '300';
5321:
5322: wms_atf_runtime_pub_apis.Rollback_operation_plan
5323: ( p_source_task_id => l_tempid_tab(i)
5324: ,p_activity_type_id => G_OP_ACTIVITY_INBOUND
5325: ,x_return_status => x_return_status
5326: ,x_msg_data => x_msg_data

Line 5560: wms_atf_runtime_pub_apis.Cleanup_Operation_Instance

5556: DEBUG('p_activity_type_id => ' || G_OP_ACTIVITY_INBOUND,l_proc_name,9);
5557: END IF;
5558: l_progress := '310';
5559:
5560: wms_atf_runtime_pub_apis.Cleanup_Operation_Instance
5561: ( p_source_task_id => l_tempid_tab(i)
5562: ,p_activity_type_id => G_OP_ACTIVITY_INBOUND
5563: ,x_return_status => x_return_status
5564: ,x_msg_data => x_msg_data

Line 7010: wms_atf_runtime_pub_apis.activate_operation_instance

7006: --l_task_execute_rec.loaded_time := Sysdate;
7007: --l_task_execute_rec.user_task_type := -1;
7008: --END DBI FIX
7009:
7010: wms_atf_runtime_pub_apis.activate_operation_instance
7011: ( p_source_task_id => l_mmtt_ids(i)
7012: ,p_activity_id => 1 -- Inbound
7013: ,p_task_execute_rec => l_task_execute_rec
7014: ,p_operation_type_id => 1 -- load

Line 8258: wms_atf_runtime_pub_apis.validate_operation

8254: -- Activate each MMTT's
8255: FOR i IN 1 .. l_txn_tmp_id_tb.COUNT LOOP
8256: l_progress := '73';
8257:
8258: wms_atf_runtime_pub_apis.validate_operation
8259: (x_return_status => x_return_status
8260: ,x_msg_data => x_msg_data
8261: ,x_msg_count => x_msg_count
8262: ,x_error_code => l_error_code

Line 8299: wms_atf_runtime_pub_apis.activate_operation_instance

8295: DEBUG(' ,p_task_execute_rec => l_task_execute_rec','transfer_contents',9);
8296: DEBUG(' ,p_operation_type_id => 1 )','transfer_contents',9);
8297: END IF;
8298:
8299: wms_atf_runtime_pub_apis.activate_operation_instance
8300: ( p_source_task_id => l_txn_tmp_id_tb(i)
8301: ,p_activity_id => 1 -- Inbound
8302: ,p_task_execute_rec => l_task_execute_rec
8303: ,p_operation_type_id => 1 -- load

Line 8540: wms_atf_runtime_pub_apis.complete_operation_instance

8536: END IF;
8537:
8538: -- Call complete operation instance
8539: FOR i IN 1 .. l_txn_tmp_id_tb.COUNT LOOP
8540: wms_atf_runtime_pub_apis.complete_operation_instance
8541: ( p_source_task_id => l_txn_tmp_id_tb(i)
8542: ,p_activity_id => 1 -- inbound
8543: ,p_operation_type_id => 1 -- load
8544: ,x_return_status => x_return_status

Line 8785: wms_atf_runtime_pub_apis.complete_operation_instance

8781: END IF;
8782:
8783: -- Call complete operation instance
8784: FOR i IN 1 .. l_txn_tmp_id_tb.COUNT LOOP
8785: wms_atf_runtime_pub_apis.complete_operation_instance
8786: ( p_source_task_id => l_txn_tmp_id_tb(i)
8787: ,p_activity_id => 1 -- inbound
8788: ,p_operation_type_id => 1 -- load
8789: ,x_return_status => x_return_status

Line 9127: wms_atf_runtime_pub_apis.complete_operation_instance

9123: ,x_proc_msg => x_msg_data);
9124:
9125: -- Call complete operation instance
9126: FOR i IN 1 .. l_txn_tmp_id_tb.COUNT LOOP
9127: wms_atf_runtime_pub_apis.complete_operation_instance
9128: ( p_source_task_id => l_txn_tmp_id_tb(i)
9129: ,p_activity_id => 1 -- inbound
9130: ,p_operation_type_id => 1 -- load
9131: ,x_return_status => x_return_status

Line 12727: wms_atf_runtime_pub_apis.Cleanup_Operation_Instance

12723: END IF;
12724:
12725: l_progress := 60;
12726: IF l_mmtt_rec.transaction_temp_id IS NOT NULL THEN
12727: wms_atf_runtime_pub_apis.Cleanup_Operation_Instance
12728: ( p_source_task_id => l_mmtt_rec.transaction_temp_id
12729: , p_activity_type_id => G_OP_ACTIVITY_INBOUND
12730: , x_return_status => x_return_status
12731: , x_msg_data => l_x_msg_data