DBA Data[Home] [Help]

APPS.WMS_CUSTAPI_CONC_PKG dependencies on WMS_CUSTAPI_CONC_PKG

Line 1: package body wms_custapi_conc_pkg as

1: package body wms_custapi_conc_pkg as
2: /* $Header: WMSCCPKB.pls 120.1 2006/08/10 11:32:38 bradha noship $ */
3: --
4: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
5: --

Line 39: INV_LOG_UTIL.trace(p_message, 'WMS_CUSTAPI_CONC_PKG', p_level);

35: p_message in varchar2
36: , p_level in number
37: ) is
38: begin
39: INV_LOG_UTIL.trace(p_message, 'WMS_CUSTAPI_CONC_PKG', p_level);
40: end trace;
41: --
42: -- -------------------------------------------------------------------------------------------
43: -- |---------------------------< gen_wms_custapi_sys_objs >-----------------------------------|

Line 187: end wms_custapi_conc_pkg;

183: trace(l_proc ||' Exiting procedure create_delete_api_call '|| to_char(sysdate, 'YYYY-MM-DD HH:DD:SS'), 1);
184: end if;
185: end create_delete_api_calls;
186:
187: end wms_custapi_conc_pkg;