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.11 2005/12/28 11:49:17 stdavid ship $*/
3:
4: --
5: -- File : WMSOPDSB.pls

Line 6: -- Content : WMS_OP_DEST_SYS_APIS package body

2: /* $Header: WMSOPDSB.pls 120.11 2005/12/28 11:49:17 stdavid 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 1909: print_debug('Entered wms_op_dest_sys_apis.Get_LPN_For_Delivery ', 1);

1905: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
1906: l_progress VARCHAR2(10);
1907: BEGIN
1908: IF (l_debug = 1) THEN
1909: print_debug('Entered wms_op_dest_sys_apis.Get_LPN_For_Delivery ', 1);
1910: print_debug('P_Task_Type: ' ||P_Task_Type , 1);
1911: print_debug('P_Task_ID: ' || P_Task_ID, 1);
1912: print_debug('P_sug_sub: ' || p_sug_sub, 1);
1913: print_debug('p_sug_loc: ' || p_sug_loc, 1);

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

1962:
1963: l_progress := '40';
1964:
1965: IF (l_debug = 1) THEN
1966: print_debug('Exit wms_op_dest_sys_apis.Get_LPN_For_Delivery ', 1);
1967: print_debug('x_lpn_id: ' || x_lpn_id, 1);
1968: END IF;
1969:
1970: EXCEPTION

Line 1991: END wms_op_dest_sys_apis;

1987: END Get_LPN_For_Delivery;
1988:
1989:
1990:
1991: END wms_op_dest_sys_apis;
1992: