DBA Data[Home] [Help]

APPS.WMS_ATF_RUNTIME_PUB_APIS dependencies on WMS_ATF_RUNTIME_PUB_APIS

Line 1: PACKAGE BODY WMS_ATF_RUNTIME_PUB_APIS AS

1: PACKAGE BODY WMS_ATF_RUNTIME_PUB_APIS AS
2: /* $Header: WMSATFRB.pls 120.18 2008/04/29 14:02:58 abaid ship $*/
3:
4: --
5: -- File : $RCSFile: $

Line 6: -- Content : WMS_ATF_RUNTIME_PUB_APIS package Body

2: /* $Header: WMSATFRB.pls 120.18 2008/04/29 14:02:58 abaid ship $*/
3:
4: --
5: -- File : $RCSFile: $
6: -- Content : WMS_ATF_RUNTIME_PUB_APIS package Body
7: -- Description : WMS Operation Plan Run-time APIs
8: -- Notes :
9: -- Modified : 7/24/2003 lezhang created
10:

Line 28: g_pkg_name VARCHAR2(30) := 'WMS_ATF_RUNTIME_PUB_APIS';

24: g_ret_sts_error VARCHAR2(1) := fnd_api.g_ret_sts_error;
25: g_msg_lvl_unexp_error NUMBER := fnd_msg_pub.g_msg_lvl_unexp_error;
26: g_msg_lvl_error NUMBER := fnd_msg_pub.g_msg_lvl_error;
27: g_version_printed BOOLEAN := FALSE;
28: g_pkg_name VARCHAR2(30) := 'WMS_ATF_RUNTIME_PUB_APIS';
29:
30: G_OP_TYPE_LOAD CONSTANT NUMBER := wms_globals.g_op_type_load;
31: G_OP_TYPE_DROP CONSTANT NUMBER:= wms_globals.G_OP_TYPE_DROP;
32: G_OP_TYPE_SORT CONSTANT NUMBER:= wms_globals.G_OP_TYPE_SORT;

Line 3283: print_debug('Before calling WMS_ATF_RUNTIME_PUB_APIS.abort_operation_plan with following parameters : ',l_module_name,9);

3279:
3280: IF (l_debug=1) THEN
3281: print_debug('Unforgivable error occured, abort operation plan, and complete the document execution',l_module_name,9);
3282:
3283: print_debug('Before calling WMS_ATF_RUNTIME_PUB_APIS.abort_operation_plan with following parameters : ',l_module_name,9);
3284: print_debug('p_source_task_id => '||p_source_task_id,l_module_name,9);
3285: print_debug('p_activity_id => '||p_activity_id,l_module_name,9);
3286: END IF;
3287:

Line 3288: wms_atf_runtime_pub_apis.abort_operation_plan

3284: print_debug('p_source_task_id => '||p_source_task_id,l_module_name,9);
3285: print_debug('p_activity_id => '||p_activity_id,l_module_name,9);
3286: END IF;
3287:
3288: wms_atf_runtime_pub_apis.abort_operation_plan
3289: (
3290: x_return_status => l_return_status
3291: , x_msg_data => l_msg_data
3292: , x_msg_count => l_msg_count

Line 3298: print_debug('After calling wms_atf_runtime_pub_apis.abort_operation_plan. ' ,l_module_name,9);

3294: , p_source_task_id => p_source_task_id
3295: , p_activity_type_id => p_activity_id);
3296:
3297: IF (l_debug=1) THEN
3298: print_debug('After calling wms_atf_runtime_pub_apis.abort_operation_plan. ' ,l_module_name,9);
3299: print_debug('x_return_status => '||l_return_status,l_module_name,9);
3300: print_debug('x_msg_data => '||l_msg_data,l_module_name,9);
3301: print_debug('x_msg_count => '||l_msg_count,l_module_name,9);
3302: print_debug('x_error_code => '||l_atf_error_code,l_module_name,9);

Line 3307: print_debug('wms_atf_runtime_pub_apis.abort_operation_plan finished with error. l_return_status = ' || l_return_status,l_module_name,4);

3303: END IF;
3304:
3305: IF l_return_status <>FND_API.g_ret_sts_success THEN
3306: IF (l_debug=1) THEN
3307: print_debug('wms_atf_runtime_pub_apis.abort_operation_plan finished with error. l_return_status = ' || l_return_status,l_module_name,4);
3308: END IF;
3309:
3310: RAISE FND_API.G_EXC_ERROR;
3311: END IF;

Line 8626: END WMS_ATF_RUNTIME_PUB_APIS;

8622:
8623:
8624:
8625:
8626: END WMS_ATF_RUNTIME_PUB_APIS;