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.22.12020000.2 2012/09/22 12:20:32 ssrikaku ship $*/
3:
4: --
5: -- File : $RCSFile: $

Line 6: -- Content : WMS_ATF_RUNTIME_PUB_APIS package Body

2: /* $Header: WMSATFRB.pls 120.22.12020000.2 2012/09/22 12:20:32 ssrikaku 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 3323: print_debug('Before calling WMS_ATF_RUNTIME_PUB_APIS.abort_operation_plan with following parameters : ',l_module_name,9);

3319:
3320: IF (l_debug=1) THEN
3321: print_debug('Unforgivable error occured, abort operation plan, and complete the document execution',l_module_name,9);
3322:
3323: print_debug('Before calling WMS_ATF_RUNTIME_PUB_APIS.abort_operation_plan with following parameters : ',l_module_name,9);
3324: print_debug('p_source_task_id => '||p_source_task_id,l_module_name,9);
3325: print_debug('p_activity_id => '||p_activity_id,l_module_name,9);
3326: END IF;
3327:

Line 3328: wms_atf_runtime_pub_apis.abort_operation_plan

3324: print_debug('p_source_task_id => '||p_source_task_id,l_module_name,9);
3325: print_debug('p_activity_id => '||p_activity_id,l_module_name,9);
3326: END IF;
3327:
3328: wms_atf_runtime_pub_apis.abort_operation_plan
3329: (
3330: x_return_status => l_return_status
3331: , x_msg_data => l_msg_data
3332: , x_msg_count => l_msg_count

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

3334: , p_source_task_id => p_source_task_id
3335: , p_activity_type_id => p_activity_id);
3336:
3337: IF (l_debug=1) THEN
3338: print_debug('After calling wms_atf_runtime_pub_apis.abort_operation_plan. ' ,l_module_name,9);
3339: print_debug('x_return_status => '||l_return_status,l_module_name,9);
3340: print_debug('x_msg_data => '||l_msg_data,l_module_name,9);
3341: print_debug('x_msg_count => '||l_msg_count,l_module_name,9);
3342: print_debug('x_error_code => '||l_atf_error_code,l_module_name,9);

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

3343: END IF;
3344:
3345: IF l_return_status <>FND_API.g_ret_sts_success THEN
3346: IF (l_debug=1) THEN
3347: print_debug('wms_atf_runtime_pub_apis.abort_operation_plan finished with error. l_return_status = ' || l_return_status,l_module_name,4);
3348: END IF;
3349:
3350: RAISE FND_API.G_EXC_ERROR;
3351: END IF;

Line 8756: END WMS_ATF_RUNTIME_PUB_APIS;

8752:
8753:
8754:
8755:
8756: END WMS_ATF_RUNTIME_PUB_APIS;