DBA Data[Home] [Help]

APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on WMS_ATF_RUNTIME_PUB_APIS

Line 12718: DEBUG ('calling wms_atf_runtime_pub_apis.cancel_operation_plan ');

12714: IF l_cancel_plan THEN
12715:
12716: --call the runtime api to cancel the plan
12717: if l_debug = 1 then
12718: DEBUG ('calling wms_atf_runtime_pub_apis.cancel_operation_plan ');
12719: DEBUG ( 'p_source_task_id '
12720: || l_transaction_temp_id
12721: || ' p_activity_type_id 1'
12722: );

Line 12724: wms_atf_runtime_pub_apis.cancel_operation_plan

12720: || l_transaction_temp_id
12721: || ' p_activity_type_id 1'
12722: );
12723: end if;
12724: wms_atf_runtime_pub_apis.cancel_operation_plan
12725: (x_return_status => l_return_status,
12726: x_msg_data => l_msg_data,
12727: x_msg_count => l_msg_count,
12728: x_error_code => l_error_code,