DBA Data[Home] [Help]

APPS.ICX_POR_POPULATE_DESC dependencies on ICX_POR_EXT_UTL

Line 48: ICX_POR_EXT_UTL.gDebugLevel := p_loglevel;

44: p_loglevel IN NUMBER,
45: p_logfile IN VARCHAR2) IS
46: xErrLoc PLS_INTEGER := 1000;
47: BEGIN
48: ICX_POR_EXT_UTL.gDebugLevel := p_loglevel;
49: populateCtxDescAll(p_jobno, p_rebuildAll, p_logfile);
50:
51: EXCEPTION
52:

Line 68: ICX_POR_EXT_UTL.openLog(p_logfile);

64:
65: BEGIN
66: xErrLoc := 2000;
67: if ( p_logfile is not NULL ) then
68: ICX_POR_EXT_UTL.openLog(p_logfile);
69: end if;
70:
71: xErrLoc := 2010;
72: populateCtxDescAll(p_jobno, p_rebuildAll);

Line 77: icx_por_ext_utl.debug(icx_por_ext_utl.DEBUG_LEVEL,

73:
74: EXCEPTION
75:
76: WHEN OTHERS THEN
77: icx_por_ext_utl.debug(icx_por_ext_utl.DEBUG_LEVEL,
78: 'Exception at ICX_POR_POPULATE_DESC.populateCtxDescAll('||
79: xErrLoc || '), ' || SQLERRM);
80: rollback;
81: ICX_POR_EXT_UTL.printStackTrace;

Line 81: ICX_POR_EXT_UTL.printStackTrace;

77: icx_por_ext_utl.debug(icx_por_ext_utl.DEBUG_LEVEL,
78: 'Exception at ICX_POR_POPULATE_DESC.populateCtxDescAll('||
79: xErrLoc || '), ' || SQLERRM);
80: rollback;
81: ICX_POR_EXT_UTL.printStackTrace;
82: ICX_POR_EXT_UTL.closeLog;
83: RAISE_APPLICATION_ERROR
84: (-20000, 'Exception at ICX_POR_POPULATE_DESC.populateCtxDescAll('||
85: xErrLoc||'), '|| SQLERRM );

Line 82: ICX_POR_EXT_UTL.closeLog;

78: 'Exception at ICX_POR_POPULATE_DESC.populateCtxDescAll('||
79: xErrLoc || '), ' || SQLERRM);
80: rollback;
81: ICX_POR_EXT_UTL.printStackTrace;
82: ICX_POR_EXT_UTL.closeLog;
83: RAISE_APPLICATION_ERROR
84: (-20000, 'Exception at ICX_POR_POPULATE_DESC.populateCtxDescAll('||
85: xErrLoc||'), '|| SQLERRM );
86: END populateCtxDescAll;

Line 104: icx_por_ext_utl.debug(-- icx_por_ext_utl.DEBUG_LEVEL,

100:
101: EXCEPTION
102:
103: WHEN OTHERS THEN
104: icx_por_ext_utl.debug(-- icx_por_ext_utl.DEBUG_LEVEL,
105: 'Exception at ICX_POR_POPULATE_DESC.populateDescAll('||
106: xErrLoc || '), ' || SQLERRM);
107: rollback;
108: RAISE_APPLICATION_ERROR

Line 127: icx_por_ext_utl.debug(-- icx_por_ext_utl.DEBUG_LEVEL,

123: ICX_POR_CTX_DESC.populateDescAll;
124: EXCEPTION
125:
126: WHEN OTHERS THEN
127: icx_por_ext_utl.debug(-- icx_por_ext_utl.DEBUG_LEVEL,
128: 'Exception at ICX_POR_POPULATE_DESC.rebuildAll('||
129: xErrLoc || '), ' || SQLERRM);
130: rollback;
131: RAISE_APPLICATION_ERROR

Line 145: icx_por_ext_utl.debug(-- icx_por_ext_utl.DEBUG_LEVEL,

141: ICX_POR_CTX_DESC.rebuild_indexes;
142:
143: EXCEPTION
144: WHEN OTHERS THEN
145: icx_por_ext_utl.debug(-- icx_por_ext_utl.DEBUG_LEVEL,
146: 'Exception at ICX_POR_POPULATE_DESC.rebuild_indexes('||
147: xErrLoc || '), ' || SQLERRM);
148:
149: RAISE_APPLICATION_ERROR(-20000, 'Exception at '||