DBA Data[Home] [Help]

APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on WMS_ATF_RUNTIME_PUB_APIS

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

11571: IF l_cancel_plan THEN
11572:
11573: --call the runtime api to cancel the plan
11574: if l_debug = 1 then
11575: DEBUG ('calling wms_atf_runtime_pub_apis.cancel_operation_plan ');
11576: DEBUG ( 'p_source_task_id '
11577: || l_transaction_temp_id
11578: || ' p_activity_type_id 1'
11579: );

Line 11581: wms_atf_runtime_pub_apis.cancel_operation_plan

11577: || l_transaction_temp_id
11578: || ' p_activity_type_id 1'
11579: );
11580: end if;
11581: wms_atf_runtime_pub_apis.cancel_operation_plan
11582: (x_return_status => l_return_status,
11583: x_msg_data => l_msg_data,
11584: x_msg_count => l_msg_count,
11585: x_error_code => l_error_code,