DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on DUAL

Line 16: select to_char(sysdate,'MM/DD/YYYY HH:MM:SS') INTO l_ts from dual;

12: l_ts VARCHAR2(30);
13: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
14: BEGIN
15:
16: select to_char(sysdate,'MM/DD/YYYY HH:MM:SS') INTO l_ts from dual;
17: l_msg:=l_ts||' '||msg;
18:
19:
20: inv_mobile_helper_functions.tracelog

Line 45: -- TODO: how to handle the dual maintainance: break it or add version

41: -- {{********************** check_crossdock ************************************}}
42: --
43:
44: -- original procedure name is 'crossdock'. add new procedure 'check_crossdock'
45: -- TODO: how to handle the dual maintainance: break it or add version
46:
47: PROCEDURE crossdock
48: (p_org_id IN NUMBER ,
49: p_lpn IN NUMBER ,