DBA Data[Home] [Help]

APPS.WMS_OP_DEST_SYS_APIS dependencies on WMS_OP_DEST_SYS_APIS

Line 1: PACKAGE BODY WMS_OP_DEST_SYS_APIS AS

1: PACKAGE BODY WMS_OP_DEST_SYS_APIS AS
2: /* $Header: WMSOPDSB.pls 120.19.12020000.3 2013/03/10 13:23:03 srsomasu ship $*/
3:
4: --
5: -- File : WMSOPDSB.pls

Line 6: -- Content : WMS_OP_DEST_SYS_APIS package body

2: /* $Header: WMSOPDSB.pls 120.19.12020000.3 2013/03/10 13:23:03 srsomasu ship $*/
3:
4: --
5: -- File : WMSOPDSB.pls
6: -- Content : WMS_OP_DEST_SYS_APIS package body
7: -- Description : System seeded operation plan destination selection APIs.
8: -- Notes :
9: -- Modified : 10/01/2002 lezhang created
10:

Line 32: p_module => 'WMS_OP_Dest_Sys_APIs',

28: BEGIN
29:
30: inv_mobile_helper_functions.tracelog
31: (p_err_msg => p_err_msg,
32: p_module => 'WMS_OP_Dest_Sys_APIs',
33: p_level => p_level);
34:
35:
36: -- dbms_output.put_line(p_err_msg);

Line 2019: print_debug('Entered wms_op_dest_sys_apis.Get_LPN_For_Delivery ', 1);

2015: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
2016: l_progress VARCHAR2(10);
2017: BEGIN
2018: IF (l_debug = 1) THEN
2019: print_debug('Entered wms_op_dest_sys_apis.Get_LPN_For_Delivery ', 1);
2020: print_debug('P_Task_Type: ' ||P_Task_Type , 1);
2021: print_debug('P_Task_ID: ' || P_Task_ID, 1);
2022: print_debug('P_sug_sub: ' || p_sug_sub, 1);
2023: print_debug('p_sug_loc: ' || p_sug_loc, 1);

Line 2076: print_debug('Exit wms_op_dest_sys_apis.Get_LPN_For_Delivery ', 1);

2072:
2073: l_progress := '40';
2074:
2075: IF (l_debug = 1) THEN
2076: print_debug('Exit wms_op_dest_sys_apis.Get_LPN_For_Delivery ', 1);
2077: print_debug('x_lpn_id: ' || x_lpn_id, 1);
2078: END IF;
2079:
2080: EXCEPTION

Line 2101: END wms_op_dest_sys_apis;

2097: END Get_LPN_For_Delivery;
2098:
2099:
2100:
2101: END wms_op_dest_sys_apis;
2102: