DBA Data[Home] [Help]

APPS.ECX_ACTIONS dependencies on ECX_DEBUG

Line 4: l_procedure PLS_INTEGER := ecx_debug.g_procedure;

1: package body ecx_actions as
2: -- $Header: ECXACTNB.pls 120.13 2011/02/15 07:02:18 jmaddila ship $
3:
4: l_procedure PLS_INTEGER := ecx_debug.g_procedure;
5: l_statement PLS_INTEGER := ecx_debug.g_statement;
6: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;
7: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;
8: l_statementEnabled boolean := ecx_debug.g_statementEnabled;

Line 5: l_statement PLS_INTEGER := ecx_debug.g_statement;

1: package body ecx_actions as
2: -- $Header: ECXACTNB.pls 120.13 2011/02/15 07:02:18 jmaddila ship $
3:
4: l_procedure PLS_INTEGER := ecx_debug.g_procedure;
5: l_statement PLS_INTEGER := ecx_debug.g_statement;
6: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;
7: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;
8: l_statementEnabled boolean := ecx_debug.g_statementEnabled;
9: l_unexpectedEnabled boolean := ecx_debug.g_unexpectedEnabled;

Line 6: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;

2: -- $Header: ECXACTNB.pls 120.13 2011/02/15 07:02:18 jmaddila ship $
3:
4: l_procedure PLS_INTEGER := ecx_debug.g_procedure;
5: l_statement PLS_INTEGER := ecx_debug.g_statement;
6: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;
7: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;
8: l_statementEnabled boolean := ecx_debug.g_statementEnabled;
9: l_unexpectedEnabled boolean := ecx_debug.g_unexpectedEnabled;
10:

Line 7: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;

3:
4: l_procedure PLS_INTEGER := ecx_debug.g_procedure;
5: l_statement PLS_INTEGER := ecx_debug.g_statement;
6: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;
7: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;
8: l_statementEnabled boolean := ecx_debug.g_statementEnabled;
9: l_unexpectedEnabled boolean := ecx_debug.g_unexpectedEnabled;
10:
11: ASSIGN_DEFAULT CONSTANT pls_integer :=20;

Line 8: l_statementEnabled boolean := ecx_debug.g_statementEnabled;

4: l_procedure PLS_INTEGER := ecx_debug.g_procedure;
5: l_statement PLS_INTEGER := ecx_debug.g_statement;
6: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;
7: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;
8: l_statementEnabled boolean := ecx_debug.g_statementEnabled;
9: l_unexpectedEnabled boolean := ecx_debug.g_unexpectedEnabled;
10:
11: ASSIGN_DEFAULT CONSTANT pls_integer :=20;
12: ASSIGN_PRE_DEFINED CONSTANT pls_integer :=30;

Line 9: l_unexpectedEnabled boolean := ecx_debug.g_unexpectedEnabled;

5: l_statement PLS_INTEGER := ecx_debug.g_statement;
6: l_unexpected PLS_INTEGER := ecx_debug.g_unexpected;
7: l_procedureEnabled boolean := ecx_debug.g_procedureEnabled;
8: l_statementEnabled boolean := ecx_debug.g_statementEnabled;
9: l_unexpectedEnabled boolean := ecx_debug.g_unexpectedEnabled;
10:
11: ASSIGN_DEFAULT CONSTANT pls_integer :=20;
12: ASSIGN_PRE_DEFINED CONSTANT pls_integer :=30;
13: ASSIGN_NEXTVALUE CONSTANT pls_integer :=40;

Line 54: ecx_debug.push(i_method_name);

50: l_dummy pls_integer;
51:
52: BEGIN
53: if (l_procedureEnabled) then
54: ecx_debug.push(i_method_name);
55: end if;
56: if(l_statementEnabled) then
57: ecx_debug.log(l_statement,'i_variable_level', i_variable_level,i_method_name);
58: ecx_debug.log(l_statement,'i_variable_name', i_variable_name,i_method_name);

Line 57: ecx_debug.log(l_statement,'i_variable_level', i_variable_level,i_method_name);

53: if (l_procedureEnabled) then
54: ecx_debug.push(i_method_name);
55: end if;
56: if(l_statementEnabled) then
57: ecx_debug.log(l_statement,'i_variable_level', i_variable_level,i_method_name);
58: ecx_debug.log(l_statement,'i_variable_name', i_variable_name,i_method_name);
59: ecx_debug.log(l_statement,'i_variable_pos', i_variable_pos,i_method_name);
60: ecx_debug.log(l_statement,'i_variable_direction', i_variable_direction,i_method_name);
61: end if;

Line 58: ecx_debug.log(l_statement,'i_variable_name', i_variable_name,i_method_name);

54: ecx_debug.push(i_method_name);
55: end if;
56: if(l_statementEnabled) then
57: ecx_debug.log(l_statement,'i_variable_level', i_variable_level,i_method_name);
58: ecx_debug.log(l_statement,'i_variable_name', i_variable_name,i_method_name);
59: ecx_debug.log(l_statement,'i_variable_pos', i_variable_pos,i_method_name);
60: ecx_debug.log(l_statement,'i_variable_direction', i_variable_direction,i_method_name);
61: end if;
62:

Line 59: ecx_debug.log(l_statement,'i_variable_pos', i_variable_pos,i_method_name);

55: end if;
56: if(l_statementEnabled) then
57: ecx_debug.log(l_statement,'i_variable_level', i_variable_level,i_method_name);
58: ecx_debug.log(l_statement,'i_variable_name', i_variable_name,i_method_name);
59: ecx_debug.log(l_statement,'i_variable_pos', i_variable_pos,i_method_name);
60: ecx_debug.log(l_statement,'i_variable_direction', i_variable_direction,i_method_name);
61: end if;
62:
63: --if (i_variable_level = 0 ) then

Line 60: ecx_debug.log(l_statement,'i_variable_direction', i_variable_direction,i_method_name);

56: if(l_statementEnabled) then
57: ecx_debug.log(l_statement,'i_variable_level', i_variable_level,i_method_name);
58: ecx_debug.log(l_statement,'i_variable_name', i_variable_name,i_method_name);
59: ecx_debug.log(l_statement,'i_variable_pos', i_variable_pos,i_method_name);
60: ecx_debug.log(l_statement,'i_variable_direction', i_variable_direction,i_method_name);
61: end if;
62:
63: --if (i_variable_level = 0 ) then
64: if ( i_variable_direction = 'G' )

Line 73: ecx_debug.log(l_statement,'ECX', 'ECX_VARIABLE_NOT_ON_STACK', i_method_name,

69: x_stack_var := TRUE;
70: x_value := ecx_utils.g_stack(x_stack_pos).variable_value;
71: else
72: if(l_statementEnabled) then
73: ecx_debug.log(l_statement,'ECX', 'ECX_VARIABLE_NOT_ON_STACK', i_method_name,
74: 'VARIABLE_NAME',i_variable_name);
75: end if;
76: ecx_debug.setErrorInfo(2,30,'ECX_STACKVAR_NOT_FOUND');
77: raise ecx_utils.PROGRAM_EXIT;

Line 76: ecx_debug.setErrorInfo(2,30,'ECX_STACKVAR_NOT_FOUND');

72: if(l_statementEnabled) then
73: ecx_debug.log(l_statement,'ECX', 'ECX_VARIABLE_NOT_ON_STACK', i_method_name,
74: 'VARIABLE_NAME',i_variable_name);
75: end if;
76: ecx_debug.setErrorInfo(2,30,'ECX_STACKVAR_NOT_FOUND');
77: raise ecx_utils.PROGRAM_EXIT;
78: end if;
79: else
80: /* Get the Value based on the direction */

Line 91: ecx_debug.log(l_statement,'x_value', x_value,i_method_name);

87: x_stack_var := FALSE;
88: end if;
89:
90: if(l_statementEnabled) then
91: ecx_debug.log(l_statement,'x_value', x_value,i_method_name);
92: ecx_debug.log(l_statement,'x_stack_var', x_stack_var,i_method_name);
93: ecx_debug.log(l_statement,'x_stack_pos', x_stack_pos,i_method_name);
94: end if;
95:

Line 92: ecx_debug.log(l_statement,'x_stack_var', x_stack_var,i_method_name);

88: end if;
89:
90: if(l_statementEnabled) then
91: ecx_debug.log(l_statement,'x_value', x_value,i_method_name);
92: ecx_debug.log(l_statement,'x_stack_var', x_stack_var,i_method_name);
93: ecx_debug.log(l_statement,'x_stack_pos', x_stack_pos,i_method_name);
94: end if;
95:
96: if (l_procedureEnabled) then

Line 93: ecx_debug.log(l_statement,'x_stack_pos', x_stack_pos,i_method_name);

89:
90: if(l_statementEnabled) then
91: ecx_debug.log(l_statement,'x_value', x_value,i_method_name);
92: ecx_debug.log(l_statement,'x_stack_var', x_stack_var,i_method_name);
93: ecx_debug.log(l_statement,'x_stack_pos', x_stack_pos,i_method_name);
94: end if;
95:
96: if (l_procedureEnabled) then
97: ecx_debug.pop(i_method_name);

Line 97: ecx_debug.pop(i_method_name);

93: ecx_debug.log(l_statement,'x_stack_pos', x_stack_pos,i_method_name);
94: end if;
95:
96: if (l_procedureEnabled) then
97: ecx_debug.pop(i_method_name);
98: end if;
99:
100: EXCEPTION
101: WHEN ecx_utils.PROGRAM_EXIT then

Line 103: ecx_debug.pop(i_method_name);

99:
100: EXCEPTION
101: WHEN ecx_utils.PROGRAM_EXIT then
102: if (l_procedureEnabled) then
103: ecx_debug.pop(i_method_name);
104: end if;
105: raise;
106:
107: WHEN OTHERS THEN

Line 109: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',

105: raise;
106:
107: WHEN OTHERS THEN
108: if(l_unexpectedEnabled) then
109: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
110: 'ECX_ACTIONS.GET_VAR_ATTR');
111: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE', SQLERRM);
112: end if;
113: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VAR_ATTR');

Line 111: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE', SQLERRM);

107: WHEN OTHERS THEN
108: if(l_unexpectedEnabled) then
109: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
110: 'ECX_ACTIONS.GET_VAR_ATTR');
111: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE', SQLERRM);
112: end if;
113: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VAR_ATTR');
114: if (l_procedureEnabled) then
115: ecx_debug.pop(i_method_name);

Line 113: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VAR_ATTR');

109: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
110: 'ECX_ACTIONS.GET_VAR_ATTR');
111: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE', SQLERRM);
112: end if;
113: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VAR_ATTR');
114: if (l_procedureEnabled) then
115: ecx_debug.pop(i_method_name);
116: end if;
117: raise ecx_utils.PROGRAM_EXIT;

Line 115: ecx_debug.pop(i_method_name);

111: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE', SQLERRM);
112: end if;
113: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VAR_ATTR');
114: if (l_procedureEnabled) then
115: ecx_debug.pop(i_method_name);
116: end if;
117: raise ecx_utils.PROGRAM_EXIT;
118:
119: END get_var_attr;

Line 130: ecx_debug.push(i_method_name);

126: i_value IN Varchar2) IS
127: i_method_name varchar2(2000) := 'ecx_actions.assign_value';
128: BEGIN
129: if (l_procedureEnabled) then
130: ecx_debug.push(i_method_name);
131: end if;
132:
133: if(l_statementEnabled) then
134: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);

Line 134: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);

130: ecx_debug.push(i_method_name);
131: end if;
132:
133: if(l_statementEnabled) then
134: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
135: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
136: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
137: ecx_debug.log(l_statement,'i_value', i_value,i_method_name);
138: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);

Line 135: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);

131: end if;
132:
133: if(l_statementEnabled) then
134: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
135: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
136: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
137: ecx_debug.log(l_statement,'i_value', i_value,i_method_name);
138: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
139: end if;

Line 136: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);

132:
133: if(l_statementEnabled) then
134: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
135: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
136: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
137: ecx_debug.log(l_statement,'i_value', i_value,i_method_name);
138: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
139: end if;
140:

Line 137: ecx_debug.log(l_statement,'i_value', i_value,i_method_name);

133: if(l_statementEnabled) then
134: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
135: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
136: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
137: ecx_debug.log(l_statement,'i_value', i_value,i_method_name);
138: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
139: end if;
140:
141: if (i_stack_var) then

Line 138: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);

134: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
135: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
136: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
137: ecx_debug.log(l_statement,'i_value', i_value,i_method_name);
138: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
139: end if;
140:
141: if (i_stack_var) then
142: ecx_utils.g_stack(i_stack_pos).variable_value := i_value;

Line 154: ecx_debug.pop(i_method_name);

150: end if;
151: end if;
152:
153: if (l_procedureEnabled) then
154: ecx_debug.pop(i_method_name);
155: end if;
156:
157:
158: EXCEPTION

Line 161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',

157:
158: EXCEPTION
159: WHEN OTHERS THEN
160: if(l_unexpectedEnabled) then
161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
162: 'ECX_ACTIONS.ASSIGN_VALUE');
163: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
164: end if;
165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');

Line 163: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);

159: WHEN OTHERS THEN
160: if(l_unexpectedEnabled) then
161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
162: 'ECX_ACTIONS.ASSIGN_VALUE');
163: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
164: end if;
165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');
166: if (l_procedureEnabled) then
167: ecx_debug.pop(i_method_name);

Line 165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');

161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
162: 'ECX_ACTIONS.ASSIGN_VALUE');
163: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
164: end if;
165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');
166: if (l_procedureEnabled) then
167: ecx_debug.pop(i_method_name);
168: end if;
169:

Line 167: ecx_debug.pop(i_method_name);

163: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
164: end if;
165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');
166: if (l_procedureEnabled) then
167: ecx_debug.pop(i_method_name);
168: end if;
169:
170: raise ecx_utils.PROGRAM_EXIT;
171:

Line 188: ecx_debug.push(i_method_name);

184: i_method_name varchar2(2000) := 'ecx_actions.assign_value';
185:
186: BEGIN
187: if (l_procedureEnabled) then
188: ecx_debug.push(i_method_name);
189: end if;
190: if(l_statementEnabled) then
191: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
192: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);

Line 191: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);

187: if (l_procedureEnabled) then
188: ecx_debug.push(i_method_name);
189: end if;
190: if(l_statementEnabled) then
191: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
192: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
193: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
194: ecx_debug.log(l_statement,'i_c_value', i_c_value,i_method_name);
195: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);

Line 192: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);

188: ecx_debug.push(i_method_name);
189: end if;
190: if(l_statementEnabled) then
191: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
192: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
193: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
194: ecx_debug.log(l_statement,'i_c_value', i_c_value,i_method_name);
195: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
196: end if;

Line 193: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);

189: end if;
190: if(l_statementEnabled) then
191: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
192: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
193: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
194: ecx_debug.log(l_statement,'i_c_value', i_c_value,i_method_name);
195: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
196: end if;
197:

Line 194: ecx_debug.log(l_statement,'i_c_value', i_c_value,i_method_name);

190: if(l_statementEnabled) then
191: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
192: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
193: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
194: ecx_debug.log(l_statement,'i_c_value', i_c_value,i_method_name);
195: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
196: end if;
197:
198: if (i_stack_var) then

Line 195: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);

191: ecx_debug.log(l_statement,'i_stack_var', i_stack_var,i_method_name);
192: ecx_debug.log(l_statement,'i_stack_pos', i_stack_pos,i_method_name);
193: ecx_debug.log(l_statement,'i_plsql_pos', i_plsql_pos,i_method_name);
194: ecx_debug.log(l_statement,'i_c_value', i_c_value,i_method_name);
195: ecx_debug.log(l_statement,'i_direction', i_direction,i_method_name);
196: end if;
197:
198: if (i_stack_var) then
199: /** Change required for Clob Support -- 2263729 ***/

Line 216: ecx_debug.pop(i_method_name);

212: end if;
213: end if;
214:
215: if (l_procedureEnabled) then
216: ecx_debug.pop(i_method_name);
217: end if;
218:
219:
220: EXCEPTION

Line 223: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',

219:
220: EXCEPTION
221: WHEN OTHERS THEN
222: if(l_unexpectedEnabled) then
223: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',
224: 'ECX_ACTIONS.ASSIGN_VALUE');
225: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
226: end if;
227: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');

Line 225: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);

221: WHEN OTHERS THEN
222: if(l_unexpectedEnabled) then
223: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',
224: 'ECX_ACTIONS.ASSIGN_VALUE');
225: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
226: end if;
227: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');
228: if (l_procedureEnabled) then
229: ecx_debug.pop(i_method_name);

Line 227: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');

223: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',
224: 'ECX_ACTIONS.ASSIGN_VALUE');
225: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
226: end if;
227: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');
228: if (l_procedureEnabled) then
229: ecx_debug.pop(i_method_name);
230: end if;
231:

Line 229: ecx_debug.pop(i_method_name);

225: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
226: end if;
227: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_VALUE');
228: if (l_procedureEnabled) then
229: ecx_debug.pop(i_method_name);
230: end if;
231:
232: raise ecx_utils.PROGRAM_EXIT;
233:

Line 245: ecx_debug.push(i_method_name);

241: bFound Boolean := FALSE;
242:
243: BEGIN
244: if (l_procedureEnabled) then
245: ecx_debug.push(i_method_name);
246: end if;
247: if(l_statementEnabled) then
248: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
249: end if;

Line 248: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

244: if (l_procedureEnabled) then
245: ecx_debug.push(i_method_name);
246: end if;
247: if(l_statementEnabled) then
248: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
249: end if;
250:
251: for k in 1..ecx_utils.g_stack.count loop
252: if UPPER(ecx_utils.g_stack(k).VARIABLE_NAME) = UPPER(i_variable_name)

Line 261: ecx_debug.log(l_statement,'i_stack_pos',i_stack_pos,i_method_name);

257: end if;
258: end loop;
259:
260: if(l_statementEnabled) then
261: ecx_debug.log(l_statement,'i_stack_pos',i_stack_pos,i_method_name);
262: ecx_debug.log(l_statement,'bFound',bFound,i_method_name);
263: end if;
264: if (l_procedureEnabled) then
265: ecx_debug.pop(i_method_name);

Line 262: ecx_debug.log(l_statement,'bFound',bFound,i_method_name);

258: end loop;
259:
260: if(l_statementEnabled) then
261: ecx_debug.log(l_statement,'i_stack_pos',i_stack_pos,i_method_name);
262: ecx_debug.log(l_statement,'bFound',bFound,i_method_name);
263: end if;
264: if (l_procedureEnabled) then
265: ecx_debug.pop(i_method_name);
266: end if;

Line 265: ecx_debug.pop(i_method_name);

261: ecx_debug.log(l_statement,'i_stack_pos',i_stack_pos,i_method_name);
262: ecx_debug.log(l_statement,'bFound',bFound,i_method_name);
263: end if;
264: if (l_procedureEnabled) then
265: ecx_debug.pop(i_method_name);
266: end if;
267:
268: return bFound;
269:

Line 273: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',

269:
270: EXCEPTION
271: WHEN OTHERS THEN
272: if(l_unexpectedEnabled) then
273: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
274: 'ECX_ACTIONS.FIND_STACK_VARIABLE');
275: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
276: end if;
277: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.FIND_STACK_VARIABLE');

Line 275: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);

271: WHEN OTHERS THEN
272: if(l_unexpectedEnabled) then
273: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
274: 'ECX_ACTIONS.FIND_STACK_VARIABLE');
275: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
276: end if;
277: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.FIND_STACK_VARIABLE');
278: if (l_procedureEnabled) then
279: ecx_debug.pop(i_method_name);

Line 277: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.FIND_STACK_VARIABLE');

273: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
274: 'ECX_ACTIONS.FIND_STACK_VARIABLE');
275: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
276: end if;
277: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.FIND_STACK_VARIABLE');
278: if (l_procedureEnabled) then
279: ecx_debug.pop(i_method_name);
280: end if;
281: raise ecx_utils.PROGRAM_EXIT;

Line 279: ecx_debug.pop(i_method_name);

275: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
276: end if;
277: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.FIND_STACK_VARIABLE');
278: if (l_procedureEnabled) then
279: ecx_debug.pop(i_method_name);
280: end if;
281: raise ecx_utils.PROGRAM_EXIT;
282:
283: END find_stack_variable;

Line 300: ecx_debug.push(i_method_name);

296: l_parse_error EXCEPTION;
297:
298: BEGIN
299: if (l_procedureEnabled) then
300: ecx_debug.push(i_method_name);
301: end if;
302:
303: cInsert_stmt := cInsert_stmt || ' ' ||
304: ecx_utils.g_target_levels(p_level).base_table_name || ' (';

Line 325: ecx_debug.log(l_statement,'Insert_statement ', cInsert_stmt,i_method_name);

321: cInsert_stmt := RTRIM(cInsert_stmt, ',') || ')';
322: cValue_stmt := RTRIM(cValue_stmt, ',') || ')';
323: cInsert_stmt := cInsert_stmt || cValue_stmt;
324: if(l_statementEnabled) then
325: ecx_debug.log(l_statement,'Insert_statement ', cInsert_stmt,i_method_name);
326: end if;
327: p_insert_cursor := dbms_sql.open_cursor;
328: if(l_statementEnabled) then
329: ecx_debug.log(l_statement,'p_insert_cursor', p_insert_cursor,i_method_name);

Line 329: ecx_debug.log(l_statement,'p_insert_cursor', p_insert_cursor,i_method_name);

325: ecx_debug.log(l_statement,'Insert_statement ', cInsert_stmt,i_method_name);
326: end if;
327: p_insert_cursor := dbms_sql.open_cursor;
328: if(l_statementEnabled) then
329: ecx_debug.log(l_statement,'p_insert_cursor', p_insert_cursor,i_method_name);
330: end if;
331:
332: begin
333: dbms_sql.parse (p_insert_cursor, cInsert_stmt, dbms_sql.native);

Line 341: ecx_debug.pop(i_method_name);

337: raise l_parse_error;
338: end;
339:
340: if (l_procedureEnabled) then
341: ecx_debug.pop(i_method_name);
342: end if;
343:
344: EXCEPTION
345: WHEN l_parse_error then

Line 348: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL',i_method_name);

344: EXCEPTION
345: WHEN l_parse_error then
346: ecx_error_handling_pvt.print_parse_error (l_error_position, cInsert_stmt);
347: if(l_unexpectedEnabled) then
348: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL',i_method_name);
349: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
350: end if;
351: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
352: if (l_procedureEnabled) then

Line 349: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);

345: WHEN l_parse_error then
346: ecx_error_handling_pvt.print_parse_error (l_error_position, cInsert_stmt);
347: if(l_unexpectedEnabled) then
348: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL',i_method_name);
349: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
350: end if;
351: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
352: if (l_procedureEnabled) then
353: ecx_debug.pop(i_method_name);

Line 351: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');

347: if(l_unexpectedEnabled) then
348: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL',i_method_name);
349: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
350: end if;
351: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
352: if (l_procedureEnabled) then
353: ecx_debug.pop(i_method_name);
354: end if;
355: raise ecx_utils.program_exit;

Line 353: ecx_debug.pop(i_method_name);

349: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
350: end if;
351: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
352: if (l_procedureEnabled) then
353: ecx_debug.pop(i_method_name);
354: end if;
355: raise ecx_utils.program_exit;
356:
357: WHEN ecx_utils.program_exit then

Line 359: ecx_debug.pop(i_method_name);

355: raise ecx_utils.program_exit;
356:
357: WHEN ecx_utils.program_exit then
358: if (l_procedureEnabled) then
359: ecx_debug.pop(i_method_name);
360: end if;
361: raise;
362:
363: WHEN others then

Line 365: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL', 'ECX_ACTIONS.BUILD_INSERT_STMT');

361: raise;
362:
363: WHEN others then
364: if(l_unexpectedEnabled) then
365: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL', 'ECX_ACTIONS.BUILD_INSERT_STMT');
366: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
367: end if;
368: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
369:

Line 366: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);

362:
363: WHEN others then
364: if(l_unexpectedEnabled) then
365: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL', 'ECX_ACTIONS.BUILD_INSERT_STMT');
366: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
367: end if;
368: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
369:
370: if (l_procedureEnabled) then

Line 368: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');

364: if(l_unexpectedEnabled) then
365: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', 'PROGRESS_LEVEL', 'ECX_ACTIONS.BUILD_INSERT_STMT');
366: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
367: end if;
368: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
369:
370: if (l_procedureEnabled) then
371: ecx_debug.pop(i_method_name);
372: end if;

Line 371: ecx_debug.pop(i_method_name);

367: end if;
368: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_INSERT_STMT');
369:
370: if (l_procedureEnabled) then
371: ecx_debug.pop(i_method_name);
372: end if;
373: raise ecx_utils.program_exit;
374:
375: END build_insert_stmt;

Line 396: ecx_debug.push(i_method_name);

392:
393: BEGIN
394:
395: if (l_procedureEnabled) then
396: ecx_debug.push(i_method_name);
397: end if;
398: if(l_statementEnabled) then
399: ecx_debug.log(l_statement,'p_level', p_level,i_method_name);
400: end if;

Line 399: ecx_debug.log(l_statement,'p_level', p_level,i_method_name);

395: if (l_procedureEnabled) then
396: ecx_debug.push(i_method_name);
397: end if;
398: if(l_statementEnabled) then
399: ecx_debug.log(l_statement,'p_level', p_level,i_method_name);
400: end if;
401:
402: if (ecx_utils.g_target_levels(p_level).cursor_handle = 0 or
403: ecx_utils.g_target_levels(p_level).cursor_handle is null) then

Line 426: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, l_date,i_method_name);

422: l_date := to_date(ecx_utils.g_target(k).value,
423: 'YYYYMMDD HH24MISS');
424: end if;
425: if(l_statementEnabled) then
426: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, l_date,i_method_name);
427: end if;
428: dbms_sql.bind_variable (l_insert_cursor, 'f' || k, l_date);
429:
430: elsif ecx_utils.g_target(k).data_type = 2 then

Line 437: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, l_number,i_method_name);

433: else
434: l_number := to_number(ecx_utils.g_target(k).value);
435: end if;
436: if(l_statementEnabled) then
437: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, l_number,i_method_name);
438: end if;
439: dbms_sql.bind_variable (l_insert_cursor, 'f' || k, l_number);
440:
441: -- Target is a CLOB datatype

Line 452: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name,

448: dbms_sql.bind_variable (l_insert_cursor, 'f' || k,l_clob_value );
449:
450: if ecx_utils.g_target(k).clob_value is not null Then
451: if(l_statementEnabled) then
452: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name,
453: ecx_utils.g_target(k).clob_value,
454: i_method_name);
455: end if;
456: else

Line 458: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, ecx_utils.g_target(k).value,

454: i_method_name);
455: end if;
456: else
457: if(l_statementEnabled) then
458: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, ecx_utils.g_target(k).value,
459: i_method_name);
460: end if;
461: end if;
462:

Line 474: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name,

470:
471:
472: if ecx_utils.g_target(k).clob_value is not null Then
473: if(l_statementEnabled) then
474: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name,
475: ecx_utils.g_target(k).clob_value,i_method_name);
476: end if;
477: else
478: if(l_statementEnabled) then

Line 479: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, ecx_utils.g_target(k).value,

475: ecx_utils.g_target(k).clob_value,i_method_name);
476: end if;
477: else
478: if(l_statementEnabled) then
479: ecx_debug.log(l_statement,ecx_utils.g_target(k).base_column_name, ecx_utils.g_target(k).value,
480: i_method_name);
481: end if;
482: end if;
483:

Line 514: ecx_debug.pop(i_method_name);

510: dbms_lob.freetemporary(l_clob_value);
511: end if;
512:
513: if (l_procedureEnabled) then
514: ecx_debug.pop(i_method_name);
515: end if;
516:
517: EXCEPTION
518: WHEN l_data_conversion_failed then

Line 520: ecx_debug.log(l_unexpected , 'ECX', 'ECX_DATATYPE_CONVERSION_FAILED',i_method_name, 'DATATYPE',

516:
517: EXCEPTION
518: WHEN l_data_conversion_failed then
519: if(l_unexpectedEnabled) then
520: ecx_debug.log(l_unexpected , 'ECX', 'ECX_DATATYPE_CONVERSION_FAILED',i_method_name, 'DATATYPE',
521: ecx_utils.g_target(k).data_type);
522: ecx_debug.log(l_unexpected, ecx_utils.g_target(k).base_column_name,
523: 'yy'||ecx_utils.g_target(k).value||'xx',i_method_name);
524: end if;

Line 522: ecx_debug.log(l_unexpected, ecx_utils.g_target(k).base_column_name,

518: WHEN l_data_conversion_failed then
519: if(l_unexpectedEnabled) then
520: ecx_debug.log(l_unexpected , 'ECX', 'ECX_DATATYPE_CONVERSION_FAILED',i_method_name, 'DATATYPE',
521: ecx_utils.g_target(k).data_type);
522: ecx_debug.log(l_unexpected, ecx_utils.g_target(k).base_column_name,
523: 'yy'||ecx_utils.g_target(k).value||'xx',i_method_name);
524: end if;
525: ecx_debug.setErrorInfo(2,30,'ECX_DATATYPE_CONV_FAILED');
526: if (l_procedureEnabled) then

Line 525: ecx_debug.setErrorInfo(2,30,'ECX_DATATYPE_CONV_FAILED');

521: ecx_utils.g_target(k).data_type);
522: ecx_debug.log(l_unexpected, ecx_utils.g_target(k).base_column_name,
523: 'yy'||ecx_utils.g_target(k).value||'xx',i_method_name);
524: end if;
525: ecx_debug.setErrorInfo(2,30,'ECX_DATATYPE_CONV_FAILED');
526: if (l_procedureEnabled) then
527: ecx_debug.pop(i_method_name);
528: end if;
529: raise ecx_utils.program_exit;

Line 527: ecx_debug.pop(i_method_name);

523: 'yy'||ecx_utils.g_target(k).value||'xx',i_method_name);
524: end if;
525: ecx_debug.setErrorInfo(2,30,'ECX_DATATYPE_CONV_FAILED');
526: if (l_procedureEnabled) then
527: ecx_debug.pop(i_method_name);
528: end if;
529: raise ecx_utils.program_exit;
530:
531: WHEN l_insert_failed then

Line 533: ecx_debug.log(l_unexpected ,'ECX', 'ECX_STAGE_INSERT_FAILED',i_method_name, 'LEVEL', p_level);

529: raise ecx_utils.program_exit;
530:
531: WHEN l_insert_failed then
532: if(l_unexpectedEnabled) then
533: ecx_debug.log(l_unexpected ,'ECX', 'ECX_STAGE_INSERT_FAILED',i_method_name, 'LEVEL', p_level);
534: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
535: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
536: end if;
537: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');

Line 534: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');

530:
531: WHEN l_insert_failed then
532: if(l_unexpectedEnabled) then
533: ecx_debug.log(l_unexpected ,'ECX', 'ECX_STAGE_INSERT_FAILED',i_method_name, 'LEVEL', p_level);
534: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
535: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
536: end if;
537: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
538: if (l_procedureEnabled) then

Line 535: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);

531: WHEN l_insert_failed then
532: if(l_unexpectedEnabled) then
533: ecx_debug.log(l_unexpected ,'ECX', 'ECX_STAGE_INSERT_FAILED',i_method_name, 'LEVEL', p_level);
534: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
535: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
536: end if;
537: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
538: if (l_procedureEnabled) then
539: ecx_debug.pop(i_method_name);

Line 537: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');

533: ecx_debug.log(l_unexpected ,'ECX', 'ECX_STAGE_INSERT_FAILED',i_method_name, 'LEVEL', p_level);
534: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
535: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
536: end if;
537: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
538: if (l_procedureEnabled) then
539: ecx_debug.pop(i_method_name);
540: end if;
541: raise ecx_utils.program_exit;

Line 539: ecx_debug.pop(i_method_name);

535: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
536: end if;
537: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
538: if (l_procedureEnabled) then
539: ecx_debug.pop(i_method_name);
540: end if;
541: raise ecx_utils.program_exit;
542:
543: WHEN ecx_utils.program_exit then

Line 545: ecx_debug.pop(i_method_name);

541: raise ecx_utils.program_exit;
542:
543: WHEN ecx_utils.program_exit then
544: if (l_procedureEnabled) then
545: ecx_debug.pop(i_method_name);
546: end if;
547: raise;
548:
549: WHEN others then

Line 551: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');

547: raise;
548:
549: WHEN others then
550: if(l_unexpectedEnabled) then
551: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
552: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
553: end if;
554: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
555:

Line 552: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);

548:
549: WHEN others then
550: if(l_unexpectedEnabled) then
551: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
552: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
553: end if;
554: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
555:
556: if (l_procedureEnabled) then

Line 554: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');

550: if(l_unexpectedEnabled) then
551: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
552: ecx_debug.log(l_unexpected,'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
553: end if;
554: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
555:
556: if (l_procedureEnabled) then
557: ecx_debug.pop(i_method_name);
558: end if;

Line 557: ecx_debug.pop(i_method_name);

553: end if;
554: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.INSERT_LEVEL_INTO_TABLE');
555:
556: if (l_procedureEnabled) then
557: ecx_debug.pop(i_method_name);
558: end if;
559: raise ecx_utils.program_exit;
560:
561: END insert_level_into_table;

Line 583: ecx_debug.push(i_method_name);

579: parse_error EXCEPTION;
580:
581: BEGIN
582: if (l_procedureEnabled) then
583: ecx_debug.push(i_method_name);
584: end if;
585:
586: if(l_statementEnabled) then
587: ecx_debug.log(l_statement,'cString',cString,i_method_name);

Line 587: ecx_debug.log(l_statement,'cString',cString,i_method_name);

583: ecx_debug.push(i_method_name);
584: end if;
585:
586: if(l_statementEnabled) then
587: ecx_debug.log(l_statement,'cString',cString,i_method_name);
588: end if;
589:
590: cursor_handle := dbms_sql.open_cursor;
591:

Line 607: ecx_debug.log(l_statement,'o_value',o_value,i_method_name);

603: dbms_sql.close_cursor(cursor_handle);
604: o_value := m_value;
605:
606: if(l_statementEnabled) then
607: ecx_debug.log(l_statement,'o_value',o_value,i_method_name);
608: end if;
609: if (l_procedureEnabled) then
610: ecx_debug.pop(i_method_name);
611: end if;

Line 610: ecx_debug.pop(i_method_name);

606: if(l_statementEnabled) then
607: ecx_debug.log(l_statement,'o_value',o_value,i_method_name);
608: end if;
609: if (l_procedureEnabled) then
610: ecx_debug.pop(i_method_name);
611: end if;
612:
613:
614: EXCEPTION

Line 619: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR', i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.EXECUTE_STRING');

615: WHEN PARSE_ERROR then
616: error_position := dbms_sql.last_error_position;
617: ecx_error_handling_pvt.print_parse_error (error_position,cString);
618: if(l_unexpectedEnabled) then
619: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR', i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.EXECUTE_STRING');
620: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
621: end if;
622: if dbms_sql.is_open(cursor_handle) then
623: dbms_sql.close_cursor(cursor_handle);

Line 620: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);

616: error_position := dbms_sql.last_error_position;
617: ecx_error_handling_pvt.print_parse_error (error_position,cString);
618: if(l_unexpectedEnabled) then
619: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR', i_method_name, 'PROGRESS_LEVEL', 'ECX_ACTIONS.EXECUTE_STRING');
620: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
621: end if;
622: if dbms_sql.is_open(cursor_handle) then
623: dbms_sql.close_cursor(cursor_handle);
624: end if;

Line 625: ecx_debug.seTErrorInfo(2,30,SQLERRM||' - ECX_UTILS.EXECUTE_STRING');

621: end if;
622: if dbms_sql.is_open(cursor_handle) then
623: dbms_sql.close_cursor(cursor_handle);
624: end if;
625: ecx_debug.seTErrorInfo(2,30,SQLERRM||' - ECX_UTILS.EXECUTE_STRING');
626: raise ecx_utils.PROGRAM_EXIT;
627:
628: WHEN ecx_utils.PROGRAM_EXIT then
629: if (l_procedureEnabled) then

Line 630: ecx_debug.pop(i_method_name);

626: raise ecx_utils.PROGRAM_EXIT;
627:
628: WHEN ecx_utils.PROGRAM_EXIT then
629: if (l_procedureEnabled) then
630: ecx_debug.pop(i_method_name);
631: end if;
632: raise;
633:
634: WHEN OTHERS then

Line 639: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',

635: if DBMS_SQL.IS_OPEN(cursor_handle) then
636: dbms_sql.close_cursor(cursor_handle);
637: end if;
638: if(l_unexpectedEnabled) then
639: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
640: 'ECX_ACTIONS.EXECUTE_STRING');
641: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
642: end if;
643: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STRING');

Line 641: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);

637: end if;
638: if(l_unexpectedEnabled) then
639: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
640: 'ECX_ACTIONS.EXECUTE_STRING');
641: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
642: end if;
643: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STRING');
644: if (l_procedureEnabled) then
645: ecx_debug.pop(i_method_name);

Line 643: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STRING');

639: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
640: 'ECX_ACTIONS.EXECUTE_STRING');
641: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
642: end if;
643: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STRING');
644: if (l_procedureEnabled) then
645: ecx_debug.pop(i_method_name);
646: end if;
647: raise ecx_utils.PROGRAM_EXIT;

Line 645: ecx_debug.pop(i_method_name);

641: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name, 'ERROR_MESSAGE', SQLERRM);
642: end if;
643: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STRING');
644: if (l_procedureEnabled) then
645: ecx_debug.pop(i_method_name);
646: end if;
647: raise ecx_utils.PROGRAM_EXIT;
648:
649: END execute_string;

Line 661: ecx_debug.push(i_method_name);

657: cString Varchar2(2000);
658:
659: BEGIN
660: if (l_procedureEnabled) then
661: ecx_debug.push(i_method_name);
662: end if;
663:
664: cString := 'select '||i_seq_name||'.NEXTVAL from dual';
665: execute_string ( cString, o_value);

Line 668: ecx_debug.pop(i_method_name);

664: cString := 'select '||i_seq_name||'.NEXTVAL from dual';
665: execute_string ( cString, o_value);
666:
667: if (l_procedureEnabled) then
668: ecx_debug.pop(i_method_name);
669: end if;
670:
671:
672: EXCEPTION

Line 675: ecx_debug.pop(i_method_name);

671:
672: EXCEPTION
673: WHEN ecx_utils.PROGRAM_EXIT then
674: if (l_procedureEnabled) then
675: ecx_debug.pop(i_method_name);
676: end if;
677: raise;
678:
679: WHEN OTHERS then

Line 681: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',

677: raise;
678:
679: WHEN OTHERS then
680: if(l_unexpectedEnabled) then
681: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',
682: 'ECX_ACTIONS.GET_NEXTVAL_SEQ');
683: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
684: end if;
685: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_NEXTVAL_SEQ');

Line 683: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);

679: WHEN OTHERS then
680: if(l_unexpectedEnabled) then
681: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',
682: 'ECX_ACTIONS.GET_NEXTVAL_SEQ');
683: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
684: end if;
685: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_NEXTVAL_SEQ');
686: if (l_procedureEnabled) then
687: ecx_debug.pop(i_method_name);

Line 685: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_NEXTVAL_SEQ');

681: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR',i_method_name, 'PROGRESS_LEVEL',
682: 'ECX_ACTIONS.GET_NEXTVAL_SEQ');
683: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
684: end if;
685: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_NEXTVAL_SEQ');
686: if (l_procedureEnabled) then
687: ecx_debug.pop(i_method_name);
688: end if;
689: raise ecx_utils.PROGRAM_EXIT;

Line 687: ecx_debug.pop(i_method_name);

683: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
684: end if;
685: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_NEXTVAL_SEQ');
686: if (l_procedureEnabled) then
687: ecx_debug.pop(i_method_name);
688: end if;
689: raise ecx_utils.PROGRAM_EXIT;
690:
691: END get_nextval_seq;

Line 707: ecx_debug.push(i_method_name);

703: cString Varchar2(2000);
704:
705: BEGIN
706: if (l_procedureEnabled) then
707: ecx_debug.push(i_method_name);
708: end if;
709:
710: if i_function_name = 'SYSDATE' then
711: select to_char(SYSDATE,'YYYYMMDD HH24MISS') into o_value from dual;

Line 720: ecx_debug.pop(i_method_name);

716: execute_string (cString, o_value);
717: end if;
718:
719: if (l_procedureEnabled) then
720: ecx_debug.pop(i_method_name);
721: end if;
722:
723: EXCEPTION
724: WHEN ecx_utils.PROGRAM_EXIT then

Line 726: ecx_debug.pop(i_method_name);

722:
723: EXCEPTION
724: WHEN ecx_utils.PROGRAM_EXIT then
725: if (l_procedureEnabled) then
726: ecx_debug.pop(i_method_name);
727: end if;
728: raise;
729:
730: WHEN OTHERS then

Line 732: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',

728: raise;
729:
730: WHEN OTHERS then
731: if(l_unexpectedEnabled) then
732: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
733: 'ECX_ACTIONS.GET_FUNCTION_VALUE');
734: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
735: end if;
736: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_FUNCTION_VALUE');

Line 734: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);

730: WHEN OTHERS then
731: if(l_unexpectedEnabled) then
732: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
733: 'ECX_ACTIONS.GET_FUNCTION_VALUE');
734: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
735: end if;
736: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_FUNCTION_VALUE');
737: if (l_procedureEnabled) then
738: ecx_debug.pop(i_method_name);

Line 736: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_FUNCTION_VALUE');

732: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
733: 'ECX_ACTIONS.GET_FUNCTION_VALUE');
734: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
735: end if;
736: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_FUNCTION_VALUE');
737: if (l_procedureEnabled) then
738: ecx_debug.pop(i_method_name);
739: end if;
740: raise ecx_utils.PROGRAM_EXIT;

Line 738: ecx_debug.pop(i_method_name);

734: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name, 'ERROR_MESSAGE', SQLERRM);
735: end if;
736: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_FUNCTION_VALUE');
737: if (l_procedureEnabled) then
738: ecx_debug.pop(i_method_name);
739: end if;
740: raise ecx_utils.PROGRAM_EXIT;
741:
742: END get_function_value;

Line 752: ecx_debug.push(i_method_name);

748: m_count pls_integer := ecx_utils.g_stack.COUNT;
749:
750: BEGIN
751: if (l_procedureEnabled) then
752: ecx_debug.push(i_method_name);
753: end if;
754:
755: if(l_statementEnabled) then
756: ecx_debug.log(l_statement,'ECX','ECX_STACK_DUMP',i_method_name,null);

Line 756: ecx_debug.log(l_statement,'ECX','ECX_STACK_DUMP',i_method_name,null);

752: ecx_debug.push(i_method_name);
753: end if;
754:
755: if(l_statementEnabled) then
756: ecx_debug.log(l_statement,'ECX','ECX_STACK_DUMP',i_method_name,null);
757: end if;
758:
759:
760: for i in 1..m_count loop

Line 763: ecx_debug.log(l_statement,ecx_utils.g_stack(i).variable_name||' ' ||

759:
760: for i in 1..m_count loop
761: --for i in m_count.first..m_count.last loop
762: if(l_statementEnabled) then
763: ecx_debug.log(l_statement,ecx_utils.g_stack(i).variable_name||' ' ||
764: ecx_utils.g_stack(i).variable_value||' '||
765: ecx_utils.g_stack(i).data_type,i_method_name);
766: end if;
767: end loop;

Line 770: ecx_debug.pop(i_method_name);

766: end if;
767: end loop;
768:
769: if (l_procedureEnabled) then
770: ecx_debug.pop(i_method_name);
771: end if;
772:
773: EXCEPTION
774: WHEN OTHERS then

Line 776: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL', 'ECX_ACTIONS.DUMP_STACK');

772:
773: EXCEPTION
774: WHEN OTHERS then
775: if(l_unexpectedEnabled) then
776: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL', 'ECX_ACTIONS.DUMP_STACK');
777: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,'ERROR_MESSAGE',SQLERRM);
778: end if;
779: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DUMP_STACK');
780: if (l_procedureEnabled) then

Line 777: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,'ERROR_MESSAGE',SQLERRM);

773: EXCEPTION
774: WHEN OTHERS then
775: if(l_unexpectedEnabled) then
776: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL', 'ECX_ACTIONS.DUMP_STACK');
777: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,'ERROR_MESSAGE',SQLERRM);
778: end if;
779: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DUMP_STACK');
780: if (l_procedureEnabled) then
781: ecx_debug.pop(i_method_name);

Line 779: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DUMP_STACK');

775: if(l_unexpectedEnabled) then
776: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL', 'ECX_ACTIONS.DUMP_STACK');
777: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,'ERROR_MESSAGE',SQLERRM);
778: end if;
779: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DUMP_STACK');
780: if (l_procedureEnabled) then
781: ecx_debug.pop(i_method_name);
782: end if;
783: raise ecx_utils.PROGRAM_EXIT;

Line 781: ecx_debug.pop(i_method_name);

777: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,'ERROR_MESSAGE',SQLERRM);
778: end if;
779: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DUMP_STACK');
780: if (l_procedureEnabled) then
781: ecx_debug.pop(i_method_name);
782: end if;
783: raise ecx_utils.PROGRAM_EXIT;
784:
785: END dump_stack;

Line 820: ecx_debug.push(i_method_name);

816: nxt_var_stack_pos pls_integer;
817: concat_val varchar2(4000);
818: BEGIN
819: if (l_procedureEnabled) then
820: ecx_debug.push(i_method_name);
821: end if;
822:
823: get_var_attr(
824: i_variable_level,

Line 875: ecx_debug.pop(i_method_name);

871: concat_val
872: );
873:
874: if (l_procedureEnabled) then
875: ecx_debug.pop(i_method_name);
876: end if;
877:
878: EXCEPTION
879: WHEN VALUE_ERROR then

Line 880: ecx_debug.setErrorInfo(1, 30, 'ECX_INVALID_VARCHAR2_LEN');

876: end if;
877:
878: EXCEPTION
879: WHEN VALUE_ERROR then
880: ecx_debug.setErrorInfo(1, 30, 'ECX_INVALID_VARCHAR2_LEN');
881: if(l_unexpectedEnabled) then
882: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
883: end if;
884: if (l_procedureEnabled) then

Line 882: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

878: EXCEPTION
879: WHEN VALUE_ERROR then
880: ecx_debug.setErrorInfo(1, 30, 'ECX_INVALID_VARCHAR2_LEN');
881: if(l_unexpectedEnabled) then
882: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
883: end if;
884: if (l_procedureEnabled) then
885: ecx_debug.pop(i_method_name);
886: end if;

Line 885: ecx_debug.pop(i_method_name);

881: if(l_unexpectedEnabled) then
882: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
883: end if;
884: if (l_procedureEnabled) then
885: ecx_debug.pop(i_method_name);
886: end if;
887: raise ecx_utils.PROGRAM_EXIT;
888: WHEN ecx_utils.PROGRAM_EXIT then
889: if (l_procedureEnabled) then

Line 890: ecx_debug.pop(i_method_name);

886: end if;
887: raise ecx_utils.PROGRAM_EXIT;
888: WHEN ecx_utils.PROGRAM_EXIT then
889: if (l_procedureEnabled) then
890: ecx_debug.pop(i_method_name);
891: end if;
892: raise ecx_utils.PROGRAM_EXIT;
893: WHEN OTHERS THEN
894: if(l_unexpectedEnabled) then

Line 895: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

891: end if;
892: raise ecx_utils.PROGRAM_EXIT;
893: WHEN OTHERS THEN
894: if(l_unexpectedEnabled) then
895: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
896: 'PROGRESS_LEVEL', 'ECX_ACTIONS.CONCAT_VAR');
897: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
898: end if;
899: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONCAT_VAR');

Line 897: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

893: WHEN OTHERS THEN
894: if(l_unexpectedEnabled) then
895: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
896: 'PROGRESS_LEVEL', 'ECX_ACTIONS.CONCAT_VAR');
897: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
898: end if;
899: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONCAT_VAR');
900: if (l_procedureEnabled) then
901: ecx_debug.pop(i_method_name);

Line 899: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONCAT_VAR');

895: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
896: 'PROGRESS_LEVEL', 'ECX_ACTIONS.CONCAT_VAR');
897: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
898: end if;
899: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONCAT_VAR');
900: if (l_procedureEnabled) then
901: ecx_debug.pop(i_method_name);
902: end if;
903: raise ecx_utils.PROGRAM_EXIT;

Line 901: ecx_debug.pop(i_method_name);

897: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
898: end if;
899: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONCAT_VAR');
900: if (l_procedureEnabled) then
901: ecx_debug.pop(i_method_name);
902: end if;
903: raise ecx_utils.PROGRAM_EXIT;
904:
905: END concat_variables;

Line 947: ecx_debug.push(i_method_name);

943: i_operand3_stack_pos pls_integer;
944: i_start_pos varchar2(200);
945: BEGIN
946: if (l_procedureEnabled) then
947: ecx_debug.push(i_method_name);
948: end if;
949:
950: get_var_attr (i_variable_level, i_variable_name,i_variable_direction,
951: i_variable_pos,

Line 969: ecx_debug.log(l_statement,'i_operand2_constant',i_operand2_constant,i_method_name);

965: pre_var_value :=null;
966: end if;
967:
968: if(l_statementEnabled) then
969: ecx_debug.log(l_statement,'i_operand2_constant',i_operand2_constant,i_method_name);
970: end if;
971: i_start_pos := i_operand2_constant;
972: if i_start_pos is null
973: then

Line 986: ecx_debug.log(l_statement,'i_operand3_constant',i_operand3_constant,i_method_name);

982: i_start_pos :=null;
983: end if;
984:
985: if(l_statementEnabled) then
986: ecx_debug.log(l_statement,'i_operand3_constant',i_operand3_constant,i_method_name);
987: end if;
988: i_length := i_operand3_constant;
989: if i_length is null
990: then

Line 1007: ecx_debug.pop(i_method_name);

1003: i_length);
1004: assign_value (var_on_stack, var_stack_pos,
1005: i_variable_pos,i_variable_direction, substr_val);
1006: if (l_procedureEnabled) then
1007: ecx_debug.pop(i_method_name);
1008: end if;
1009:
1010:
1011: EXCEPTION

Line 1014: ecx_debug.pop(i_method_name);

1010:
1011: EXCEPTION
1012: WHEN ecx_utils.PROGRAM_EXIT then
1013: if (l_procedureEnabled) then
1014: ecx_debug.pop(i_method_name);
1015: end if;
1016: raise;
1017:
1018: WHEN OTHERS THEN

Line 1020: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

1016: raise;
1017:
1018: WHEN OTHERS THEN
1019: if(l_unexpectedEnabled) then
1020: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1021: 'PROGRESS_LEVEL', 'ECX_ACTIONS.SUBSTR_VAR');
1022: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1023: 'ERROR_MESSAGE',SQLERRM);
1024: end if;

Line 1022: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,

1018: WHEN OTHERS THEN
1019: if(l_unexpectedEnabled) then
1020: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1021: 'PROGRESS_LEVEL', 'ECX_ACTIONS.SUBSTR_VAR');
1022: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1023: 'ERROR_MESSAGE',SQLERRM);
1024: end if;
1025: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SUBSTR_VAR');
1026: if (l_procedureEnabled) then

Line 1025: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SUBSTR_VAR');

1021: 'PROGRESS_LEVEL', 'ECX_ACTIONS.SUBSTR_VAR');
1022: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1023: 'ERROR_MESSAGE',SQLERRM);
1024: end if;
1025: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SUBSTR_VAR');
1026: if (l_procedureEnabled) then
1027: ecx_debug.pop(i_method_name);
1028: end if;
1029: raise ecx_utils.PROGRAM_EXIT;

Line 1027: ecx_debug.pop(i_method_name);

1023: 'ERROR_MESSAGE',SQLERRM);
1024: end if;
1025: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SUBSTR_VAR');
1026: if (l_procedureEnabled) then
1027: ecx_debug.pop(i_method_name);
1028: end if;
1029: raise ecx_utils.PROGRAM_EXIT;
1030:
1031: END substr_variables;

Line 1060: ecx_debug.push(i_method_name);

1056: pre_var_stack_pos pls_integer;
1057:
1058: BEGIN
1059: if (l_procedureEnabled) then
1060: ecx_debug.push(i_method_name);
1061: end if;
1062:
1063: get_var_attr (i_variable_level, i_variable_name,
1064: i_variable_direction,i_variable_pos,

Line 1086: ecx_debug.pop(i_method_name);

1082: assign_value (var_on_stack, var_stack_pos,
1083: i_variable_pos, i_variable_direction,pre_var_value);
1084:
1085: if (l_procedureEnabled) then
1086: ecx_debug.pop(i_method_name);
1087: end if;
1088:
1089:
1090: EXCEPTION

Line 1093: ecx_debug.pop(i_method_name);

1089:
1090: EXCEPTION
1091: WHEN ecx_utils.PROGRAM_EXIT then
1092: if (l_procedureEnabled) then
1093: ecx_debug.pop(i_method_name);
1094: end if;
1095: raise;
1096:
1097: WHEN OTHERS THEN

Line 1099: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,

1095: raise;
1096:
1097: WHEN OTHERS THEN
1098: if(l_unexpectedEnabled) then
1099: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,
1100: 'PROGRESS_LEVEL',
1101: 'ECX_ACTIONS.ASSIGN_PRE_DEFINED_VARIABLES');
1102: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name,
1103: 'ERROR_MESSAGE', SQLERRM);

Line 1102: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name,

1098: if(l_unexpectedEnabled) then
1099: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,
1100: 'PROGRESS_LEVEL',
1101: 'ECX_ACTIONS.ASSIGN_PRE_DEFINED_VARIABLES');
1102: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name,
1103: 'ERROR_MESSAGE', SQLERRM);
1104: end if;
1105: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_PRE_DEFINED_VARIABLES');
1106: if (l_procedureEnabled) then

Line 1105: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_PRE_DEFINED_VARIABLES');

1101: 'ECX_ACTIONS.ASSIGN_PRE_DEFINED_VARIABLES');
1102: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE',i_method_name,
1103: 'ERROR_MESSAGE', SQLERRM);
1104: end if;
1105: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_PRE_DEFINED_VARIABLES');
1106: if (l_procedureEnabled) then
1107: ecx_debug.pop(i_method_name);
1108: end if;
1109: raise ecx_utils.PROGRAM_EXIT;

Line 1107: ecx_debug.pop(i_method_name);

1103: 'ERROR_MESSAGE', SQLERRM);
1104: end if;
1105: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_PRE_DEFINED_VARIABLES');
1106: if (l_procedureEnabled) then
1107: ecx_debug.pop(i_method_name);
1108: end if;
1109: raise ecx_utils.PROGRAM_EXIT;
1110:
1111: END assign_pre_defined_variables;

Line 1135: ecx_debug.push(i_method_name);

1131:
1132: BEGIN
1133:
1134: if (l_procedureEnabled) then
1135: ecx_debug.push(i_method_name);
1136: end if;
1137:
1138:
1139: get_var_attr (i_variable_level, i_variable_name,

Line 1149: ecx_debug.pop(i_method_name);

1145: assign_value (var_on_stack, var_stack_pos,
1146: i_variable_pos,i_variable_direction, seq_value);
1147:
1148: if (l_procedureEnabled) then
1149: ecx_debug.pop(i_method_name);
1150: end if;
1151:
1152: EXCEPTION
1153: WHEN ecx_utils.PROGRAM_EXIT then

Line 1155: ecx_debug.pop(i_method_name);

1151:
1152: EXCEPTION
1153: WHEN ecx_utils.PROGRAM_EXIT then
1154: if (l_procedureEnabled) then
1155: ecx_debug.pop(i_method_name);
1156: end if;
1157: raise;
1158:
1159: WHEN OTHERS THEN

Line 1161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',

1157: raise;
1158:
1159: WHEN OTHERS THEN
1160: if(l_unexpectedEnabled) then
1161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
1162: 'ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');
1163: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1164: end if;
1165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');

Line 1163: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

1159: WHEN OTHERS THEN
1160: if(l_unexpectedEnabled) then
1161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
1162: 'ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');
1163: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1164: end if;
1165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');
1166: if (l_procedureEnabled) then
1167: ecx_debug.pop(i_method_name);

Line 1165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');

1161: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR', i_method_name,'PROGRESS_LEVEL',
1162: 'ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');
1163: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1164: end if;
1165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');
1166: if (l_procedureEnabled) then
1167: ecx_debug.pop(i_method_name);
1168: end if;
1169: raise ecx_utils.PROGRAM_EXIT;

Line 1167: ecx_debug.pop(i_method_name);

1163: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1164: end if;
1165: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_NEXTVAL_FROM_SEQUENCE');
1166: if (l_procedureEnabled) then
1167: ecx_debug.pop(i_method_name);
1168: end if;
1169: raise ecx_utils.PROGRAM_EXIT;
1170:
1171: END assign_nextval_from_sequence;

Line 1193: ecx_debug.push(i_method_name);

1189: function_value Varchar2(4000);
1190:
1191: BEGIN
1192: if (l_procedureEnabled) then
1193: ecx_debug.push(i_method_name);
1194: end if;
1195:
1196: get_var_attr (i_variable_level, i_variable_name,
1197: i_variable_direction,i_variable_pos,

Line 1206: ecx_debug.pop(i_method_name);

1202: assign_value (var_on_stack, var_stack_pos,
1203: i_variable_pos, i_variable_direction,function_value);
1204:
1205: if (l_procedureEnabled) then
1206: ecx_debug.pop(i_method_name);
1207: end if;
1208:
1209: EXCEPTION
1210: WHEN ecx_utils.PROGRAM_EXIT then

Line 1212: ecx_debug.pop(i_method_name);

1208:
1209: EXCEPTION
1210: WHEN ecx_utils.PROGRAM_EXIT then
1211: if (l_procedureEnabled) then
1212: ecx_debug.pop(i_method_name);
1213: end if;
1214: raise;
1215:
1216: WHEN OTHERS THEN

Line 1218: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,

1214: raise;
1215:
1216: WHEN OTHERS THEN
1217: if(l_unexpectedEnabled) then
1218: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,
1219: 'PROGRESS_LEVEL', 'ECX_ACTIONS.ASSIGN_FUNCTION_VALUE');
1220: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1221: 'ERROR_MESSAGE',SQLERRM);
1222: end if;

Line 1220: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,

1216: WHEN OTHERS THEN
1217: if(l_unexpectedEnabled) then
1218: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,
1219: 'PROGRESS_LEVEL', 'ECX_ACTIONS.ASSIGN_FUNCTION_VALUE');
1220: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1221: 'ERROR_MESSAGE',SQLERRM);
1222: end if;
1223: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_FUNCTION_VALUE');
1224: if (l_procedureEnabled) then

Line 1223: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_FUNCTION_VALUE');

1219: 'PROGRESS_LEVEL', 'ECX_ACTIONS.ASSIGN_FUNCTION_VALUE');
1220: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1221: 'ERROR_MESSAGE',SQLERRM);
1222: end if;
1223: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_FUNCTION_VALUE');
1224: if (l_procedureEnabled) then
1225: ecx_debug.pop(i_method_name);
1226: end if;
1227: raise ecx_utils.PROGRAM_EXIT;

Line 1225: ecx_debug.pop(i_method_name);

1221: 'ERROR_MESSAGE',SQLERRM);
1222: end if;
1223: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_FUNCTION_VALUE');
1224: if (l_procedureEnabled) then
1225: ecx_debug.pop(i_method_name);
1226: end if;
1227: raise ecx_utils.PROGRAM_EXIT;
1228:
1229: END assign_function_value;

Line 1241: ecx_debug.push(i_method_name);

1237:
1238:
1239: BEGIN
1240: if (l_procedureEnabled) then
1241: ecx_debug.push(i_method_name);
1242: end if;
1243: if(l_statementEnabled) then
1244: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
1245: ecx_debug.log(l_statement,'i_where_clause',i_where_clause,i_method_name);

Line 1244: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);

1240: if (l_procedureEnabled) then
1241: ecx_debug.push(i_method_name);
1242: end if;
1243: if(l_statementEnabled) then
1244: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
1245: ecx_debug.log(l_statement,'i_where_clause',i_where_clause,i_method_name);
1246: end if;
1247:
1248: ecx_utils.g_source_levels(i_level).sql_stmt :=

Line 1245: ecx_debug.log(l_statement,'i_where_clause',i_where_clause,i_method_name);

1241: ecx_debug.push(i_method_name);
1242: end if;
1243: if(l_statementEnabled) then
1244: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
1245: ecx_debug.log(l_statement,'i_where_clause',i_where_clause,i_method_name);
1246: end if;
1247:
1248: ecx_utils.g_source_levels(i_level).sql_stmt :=
1249: ecx_utils.g_source_levels(i_level).sql_stmt ||' '|| i_where_clause;

Line 1252: ecx_debug.log(l_statement,'i_where_clause', ecx_utils.g_source_levels(i_level).sql_stmt,

1248: ecx_utils.g_source_levels(i_level).sql_stmt :=
1249: ecx_utils.g_source_levels(i_level).sql_stmt ||' '|| i_where_clause;
1250:
1251: if(l_statementEnabled) then
1252: ecx_debug.log(l_statement,'i_where_clause', ecx_utils.g_source_levels(i_level).sql_stmt,
1253: i_method_name);
1254: end if;
1255:
1256: if (l_procedureEnabled) then

Line 1257: ecx_debug.pop(i_method_name);

1253: i_method_name);
1254: end if;
1255:
1256: if (l_procedureEnabled) then
1257: ecx_debug.pop(i_method_name);
1258: end if;
1259:
1260: EXCEPTION
1261: WHEN ecx_utils.PROGRAM_EXIT then

Line 1263: ecx_debug.pop(i_method_name);

1259:
1260: EXCEPTION
1261: WHEN ecx_utils.PROGRAM_EXIT then
1262: if (l_procedureEnabled) then
1263: ecx_debug.pop(i_method_name);
1264: end if;
1265: raise;
1266:
1267: WHEN OTHERS THEN

Line 1269: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR', i_method_name,

1265: raise;
1266:
1267: WHEN OTHERS THEN
1268: if(l_unexpectedEnabled) then
1269: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR', i_method_name,
1270: 'PROGRESS_LEVEL',
1271: 'ECX_ACTIONS.APPEND_CLAUSE');
1272: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,
1273: 'ERROR_MESSAGE',SQLERRM);

Line 1272: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,

1268: if(l_unexpectedEnabled) then
1269: ecx_debug.log(l_unexpected, 'ECX', 'ECX_PROGRAM_ERROR', i_method_name,
1270: 'PROGRESS_LEVEL',
1271: 'ECX_ACTIONS.APPEND_CLAUSE');
1272: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,
1273: 'ERROR_MESSAGE',SQLERRM);
1274: end if;
1275: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE');
1276: if (l_procedureEnabled) then

Line 1275: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE');

1271: 'ECX_ACTIONS.APPEND_CLAUSE');
1272: ecx_debug.log(l_unexpected, 'ECX', 'ECX_ERROR_MESSAGE', i_method_name,
1273: 'ERROR_MESSAGE',SQLERRM);
1274: end if;
1275: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE');
1276: if (l_procedureEnabled) then
1277: ecx_debug.pop(i_method_name);
1278: end if;
1279: raise ecx_utils.PROGRAM_EXIT;

Line 1277: ecx_debug.pop(i_method_name);

1273: 'ERROR_MESSAGE',SQLERRM);
1274: end if;
1275: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE');
1276: if (l_procedureEnabled) then
1277: ecx_debug.pop(i_method_name);
1278: end if;
1279: raise ecx_utils.PROGRAM_EXIT;
1280:
1281: END append_clause;

Line 1300: ecx_debug.push(i_method_name);

1296: i_where_clause varchar2(2000);
1297:
1298: BEGIN
1299: if (l_procedureEnabled) then
1300: ecx_debug.push(i_method_name);
1301: end if;
1302:
1303: if (ecx_utils.g_stage_data.count <> 0)
1304: then

Line 1313: ecx_debug.log(l_statement,'Where Clause ', i_where_clause,i_method_name);

1309: if ecx_utils.g_stage_data(i).action_type = APPEND_WHERECLAUSE
1310: then
1311: i_where_clause := ecx_utils.g_stage_data(i).clause;
1312: if(l_statementEnabled) then
1313: ecx_debug.log(l_statement,'Where Clause ', i_where_clause,i_method_name);
1314: end if;
1315: if i_where_clause is not null
1316: then
1317: append_clause(i_level,i_where_clause);

Line 1324: ecx_debug.pop(i_method_name);

1320: end if; -- Level /Stage Check
1321: end loop;
1322: end if;
1323: if (l_procedureEnabled) then
1324: ecx_debug.pop(i_method_name);
1325: end if;
1326:
1327:
1328: EXCEPTION

Line 1331: ecx_debug.pop(i_method_name);

1327:
1328: EXCEPTION
1329: WHEN ecx_utils.PROGRAM_EXIT then
1330: if (l_procedureEnabled) then
1331: ecx_debug.pop(i_method_name);
1332: end if;
1333: raise;
1334:
1335: WHEN OTHERS THEN

Line 1337: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

1333: raise;
1334:
1335: WHEN OTHERS THEN
1336: if(l_statementEnabled) then
1337: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1338: 'PROGRESS_LEVEL','ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');
1339: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1340: end if;
1341: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');

Line 1339: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

1335: WHEN OTHERS THEN
1336: if(l_statementEnabled) then
1337: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1338: 'PROGRESS_LEVEL','ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');
1339: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1340: end if;
1341: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');
1342: if (l_procedureEnabled) then
1343: ecx_debug.pop(i_method_name);

Line 1341: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');

1337: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1338: 'PROGRESS_LEVEL','ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');
1339: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1340: end if;
1341: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');
1342: if (l_procedureEnabled) then
1343: ecx_debug.pop(i_method_name);
1344: end if;
1345: raise ecx_utils.PROGRAM_EXIT;

Line 1343: ecx_debug.pop(i_method_name);

1339: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1340: end if;
1341: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.APPEND_CLAUSE_FOR_VIEW');
1342: if (l_procedureEnabled) then
1343: ecx_debug.pop(i_method_name);
1344: end if;
1345: raise ecx_utils.PROGRAM_EXIT;
1346:
1347: END append_clause_for_view;

Line 1365: ecx_debug.push(i_method_name);

1361: l_data_type pls_integer;
1362:
1363: BEGIN
1364: if (l_procedureEnabled) then
1365: ecx_debug.push(i_method_name);
1366: end if;
1367:
1368: if (ecx_utils.g_stage_data.count <> 0)
1369: then

Line 1378: ecx_debug.log(l_statement,'Bind Variable Name ', i_variable_name,i_method_name);

1374: if ecx_utils.g_stage_data(i).action_type = APPEND_WHERECLAUSE
1375: then
1376: i_variable_name := ecx_utils.g_stage_data(i).variable_value;
1377: if(l_statementEnabled) then
1378: ecx_debug.log(l_statement,'Bind Variable Name ', i_variable_name,i_method_name);
1379: end if;
1380:
1381: if i_variable_name is not null
1382: then

Line 1401: ecx_debug.log(l_statement,'Prev Variable Val ', pre_var_value,i_method_name);

1397: then
1398: pre_var_value :=null;
1399: end if;
1400: if(l_statementEnabled) then
1401: ecx_debug.log(l_statement,'Prev Variable Val ', pre_var_value,i_method_name);
1402: ecx_debug.log(l_statement,'Prev Variable Pos ', pre_var_stack_pos,i_method_name);
1403: end if;
1404:
1405: --if not ( ecx_conditions.check_type_condition('6',pre_var_value,1,null,1)) then

Line 1402: ecx_debug.log(l_statement,'Prev Variable Pos ', pre_var_stack_pos,i_method_name);

1398: pre_var_value :=null;
1399: end if;
1400: if(l_statementEnabled) then
1401: ecx_debug.log(l_statement,'Prev Variable Val ', pre_var_value,i_method_name);
1402: ecx_debug.log(l_statement,'Prev Variable Pos ', pre_var_stack_pos,i_method_name);
1403: end if;
1404:
1405: --if not ( ecx_conditions.check_type_condition('6',pre_var_value,1,null,1)) then
1406: if pre_var_on_stack then

Line 1409: ecx_debug.log(l_statement,'Data Type' , to_char(nvl(l_data_type,-1)),i_method_name);

1405: --if not ( ecx_conditions.check_type_condition('6',pre_var_value,1,null,1)) then
1406: if pre_var_on_stack then
1407: l_data_type := ecx_utils.g_stack(pre_var_stack_pos).data_type;
1408: if(l_statementEnabled) then
1409: ecx_debug.log(l_statement,'Data Type' , to_char(nvl(l_data_type,-1)),i_method_name);
1410: end if;
1411: else
1412: l_data_type := ecx_utils.g_source(
1413: ecx_utils.g_stage_data(i).operand1_pos).data_type;

Line 1415: ecx_debug.log(l_statement, 'Data Type 2' , to_char(nvl(l_data_type,-1)),i_method_name);

1411: else
1412: l_data_type := ecx_utils.g_source(
1413: ecx_utils.g_stage_data(i).operand1_pos).data_type;
1414: if(l_statementEnabled) then
1415: ecx_debug.log(l_statement, 'Data Type 2' , to_char(nvl(l_data_type,-1)),i_method_name);
1416: end if;
1417: end if;
1418:
1419:

Line 1426: ecx_debug.log(l_statement, 'Binding Value ',i_number,i_method_name);

1422: dbms_sql.bind_variable (
1423: ecx_utils.g_source_levels(i_level).Cursor_Handle,
1424: i_variable_name, i_number);
1425: if(l_statementEnabled) then
1426: ecx_debug.log(l_statement, 'Binding Value ',i_number,i_method_name);
1427: end if;
1428:
1429: elsif l_data_type = 12 then
1430: i_date := to_date(pre_var_value,'YYYYMMDD HH24MISS');

Line 1435: ecx_debug.log(l_statement,'Binding Value ',i_date,i_method_name);

1431: dbms_sql.bind_variable (
1432: ecx_utils.g_source_levels(i_level).Cursor_Handle,
1433: i_variable_name, i_date);
1434: if(l_statementEnabled) then
1435: ecx_debug.log(l_statement,'Binding Value ',i_date,i_method_name);
1436: end if;
1437: else
1438: dbms_sql.bind_variable (
1439: ecx_utils.g_source_levels(i_level).Cursor_Handle,

Line 1442: ecx_debug.log(l_statement,'Binding Value ',pre_var_value,i_method_name);

1438: dbms_sql.bind_variable (
1439: ecx_utils.g_source_levels(i_level).Cursor_Handle,
1440: i_variable_name, pre_var_value);
1441: if(l_statementEnabled) then
1442: ecx_debug.log(l_statement,'Binding Value ',pre_var_value,i_method_name);
1443: end if;
1444: end if;
1445: --end if; -- if condition for variable_name
1446: end if; -- if_condition

Line 1452: ecx_debug.pop(i_method_name);

1448: end if; -- Level /Stage Check
1449: end loop;
1450: end if;
1451: if (l_procedureEnabled) then
1452: ecx_debug.pop(i_method_name);
1453: end if;
1454:
1455: EXCEPTION
1456: WHEN invalid_number then

Line 1458: ecx_debug.pop(i_method_name);

1454:
1455: EXCEPTION
1456: WHEN invalid_number then
1457: if (l_procedureEnabled) then
1458: ecx_debug.pop(i_method_name);
1459: end if;
1460: ecx_debug.setErrorInfo(1,30,'ECX_INVALID_NUMBER','pre_var_value',
1461: pre_var_value,'variable_name',i_variable_name);
1462: raise ecx_utils.program_exit;

Line 1460: ecx_debug.setErrorInfo(1,30,'ECX_INVALID_NUMBER','pre_var_value',

1456: WHEN invalid_number then
1457: if (l_procedureEnabled) then
1458: ecx_debug.pop(i_method_name);
1459: end if;
1460: ecx_debug.setErrorInfo(1,30,'ECX_INVALID_NUMBER','pre_var_value',
1461: pre_var_value,'variable_name',i_variable_name);
1462: raise ecx_utils.program_exit;
1463: WHEN ecx_utils.PROGRAM_EXIT then
1464: if (l_procedureEnabled) then

Line 1465: ecx_debug.pop(i_method_name);

1461: pre_var_value,'variable_name',i_variable_name);
1462: raise ecx_utils.program_exit;
1463: WHEN ecx_utils.PROGRAM_EXIT then
1464: if (l_procedureEnabled) then
1465: ecx_debug.pop(i_method_name);
1466: end if;
1467: raise;
1468:
1469: WHEN OTHERS THEN

Line 1471: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

1467: raise;
1468:
1469: WHEN OTHERS THEN
1470: if(l_unexpectedEnabled) then
1471: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1472: 'PROGRESS_LEVEL','ECX_ACTIONS.BIND_VARIABLES_FOR_VIEW');
1473: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1474: 'ERROR_MESSAGE',SQLERRM);
1475: end if;

Line 1473: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,

1469: WHEN OTHERS THEN
1470: if(l_unexpectedEnabled) then
1471: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1472: 'PROGRESS_LEVEL','ECX_ACTIONS.BIND_VARIABLES_FOR_VIEW');
1473: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1474: 'ERROR_MESSAGE',SQLERRM);
1475: end if;
1476: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_VARIABLES_FOR_VIEW');
1477: if (l_procedureEnabled) then

Line 1476: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_VARIABLES_FOR_VIEW');

1472: 'PROGRESS_LEVEL','ECX_ACTIONS.BIND_VARIABLES_FOR_VIEW');
1473: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
1474: 'ERROR_MESSAGE',SQLERRM);
1475: end if;
1476: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_VARIABLES_FOR_VIEW');
1477: if (l_procedureEnabled) then
1478: ecx_debug.pop(i_method_name);
1479: end if;
1480: raise ecx_utils.PROGRAM_EXIT;

Line 1478: ecx_debug.pop(i_method_name);

1474: 'ERROR_MESSAGE',SQLERRM);
1475: end if;
1476: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_VARIABLES_FOR_VIEW');
1477: if (l_procedureEnabled) then
1478: ecx_debug.pop(i_method_name);
1479: end if;
1480: raise ecx_utils.PROGRAM_EXIT;
1481:
1482: END bind_variables_for_view;

Line 1499: ecx_debug.push(i_method_name);

1495: parse_error EXCEPTION;
1496:
1497: BEGIN
1498: if (l_procedureEnabled) then
1499: ecx_debug.push(i_method_name);
1500: end if;
1501:
1502: l_proc_call := 'BEGIN ' || p_procedure_name || '(';
1503: if (ecx_utils.g_procedure_mappings.count <> 0)

Line 1526: ecx_debug.log(l_statement,'proc_call', l_proc_call, i_method_name);

1522:
1523: l_proc_call := l_proc_call || '); END;';
1524:
1525: if(l_statementEnabled) then
1526: ecx_debug.log(l_statement,'proc_call', l_proc_call, i_method_name);
1527: end if;
1528: x_proc_cursor := dbms_sql.open_cursor;
1529:
1530: BEGIN

Line 1539: ecx_debug.pop(i_method_name);

1535: raise parse_error;
1536: END;
1537:
1538: if (l_procedureEnabled) then
1539: ecx_debug.pop(i_method_name);
1540: end if;
1541:
1542: EXCEPTION
1543: WHEN PARSE_ERROR then

Line 1546: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

1542: EXCEPTION
1543: WHEN PARSE_ERROR then
1544: error_position := dbms_sql.last_error_position;
1545: if(l_unexpectedEnabled) then
1546: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1547: 'PROGRESS_LEVEL','ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1548: end if;
1549: ecx_error_handling_pvt.print_parse_error (error_position, l_proc_call);
1550: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');

Line 1550: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');

1546: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1547: 'PROGRESS_LEVEL','ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1548: end if;
1549: ecx_error_handling_pvt.print_parse_error (error_position, l_proc_call);
1550: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1551: if (l_procedureEnabled) then
1552: ecx_debug.pop(i_method_name);
1553: end if;
1554: raise ecx_utils.program_exit;

Line 1552: ecx_debug.pop(i_method_name);

1548: end if;
1549: ecx_error_handling_pvt.print_parse_error (error_position, l_proc_call);
1550: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1551: if (l_procedureEnabled) then
1552: ecx_debug.pop(i_method_name);
1553: end if;
1554: raise ecx_utils.program_exit;
1555:
1556: WHEN ecx_utils.PROGRAM_EXIT then

Line 1558: ecx_debug.pop(i_method_name);

1554: raise ecx_utils.program_exit;
1555:
1556: WHEN ecx_utils.PROGRAM_EXIT then
1557: if (l_procedureEnabled) then
1558: ecx_debug.pop(i_method_name);
1559: end if;
1560: raise;
1561:
1562: WHEN OTHERS THEN

Line 1564: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

1560: raise;
1561:
1562: WHEN OTHERS THEN
1563: if(l_unexpectedEnabled) then
1564: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1565: 'PROGRESS_LEVEL','ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1566: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1567: end if;
1568: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');

Line 1566: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

1562: WHEN OTHERS THEN
1563: if(l_unexpectedEnabled) then
1564: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1565: 'PROGRESS_LEVEL','ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1566: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1567: end if;
1568: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1569: if (l_procedureEnabled) then
1570: ecx_debug.pop(i_method_name);

Line 1568: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');

1564: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1565: 'PROGRESS_LEVEL','ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1566: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1567: end if;
1568: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1569: if (l_procedureEnabled) then
1570: ecx_debug.pop(i_method_name);
1571: end if;
1572: raise ecx_utils.PROGRAM_EXIT;

Line 1570: ecx_debug.pop(i_method_name);

1566: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1567: end if;
1568: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BUILD_PROCEDURE_CALL');
1569: if (l_procedureEnabled) then
1570: ecx_debug.pop(i_method_name);
1571: end if;
1572: raise ecx_utils.PROGRAM_EXIT;
1573:
1574: END build_procedure_call;

Line 1594: ecx_debug.push(i_method_name);

1590:
1591:
1592: BEGIN
1593: if (l_procedureEnabled) then
1594: ecx_debug.push(i_method_name);
1595: end if;
1596: if (ecx_utils.g_procedure_mappings.count <> 0)
1597: then
1598: for i in ecx_utils.g_procedure_mappings.first..ecx_utils.g_procedure_mappings.last

Line 1628: ecx_debug.log(l_statement,'Bind variable is in source',i_method_name);

1624: /* Based on the direction look in either source or target */
1625: elsif ecx_utils.g_procedure_mappings(i).variable_direction = 'S'
1626: then
1627: if(l_statementEnabled) then
1628: ecx_debug.log(l_statement,'Bind variable is in source',i_method_name);
1629: end if;
1630: if (l_clob_value is null) then
1631: dbms_lob.createtemporary(l_clob_value,true,dbms_lob.session);
1632: end if;

Line 1658: ecx_debug.log(l_statement,'Bind variable is in target',i_method_name);

1654:
1655: End If;
1656: else
1657: if(l_statementEnabled) then
1658: ecx_debug.log(l_statement,'Bind variable is in target',i_method_name);
1659: end if;
1660: if (l_clob_value is null) then
1661: dbms_lob.createtemporary(l_clob_value,true,dbms_lob.session);
1662: end if;

Line 1690: ecx_debug.log(l_statement,'l_var_value', l_var_value,i_method_name);

1686: End If;
1687: end if;
1688: end if;
1689: if(l_statementEnabled) then
1690: ecx_debug.log(l_statement,'l_var_value', l_var_value,i_method_name);
1691: if (l_clob_value is not null) then
1692: ecx_debug.log(l_statement,'l_clob_value', l_clob_value,i_method_name);
1693: end if;
1694: ecx_debug.log(l_statement,'variable_name', ecx_utils.g_procedure_mappings(i).variable_name,

Line 1692: ecx_debug.log(l_statement,'l_clob_value', l_clob_value,i_method_name);

1688: end if;
1689: if(l_statementEnabled) then
1690: ecx_debug.log(l_statement,'l_var_value', l_var_value,i_method_name);
1691: if (l_clob_value is not null) then
1692: ecx_debug.log(l_statement,'l_clob_value', l_clob_value,i_method_name);
1693: end if;
1694: ecx_debug.log(l_statement,'variable_name', ecx_utils.g_procedure_mappings(i).variable_name,
1695: i_method_name);
1696: end if;

Line 1694: ecx_debug.log(l_statement,'variable_name', ecx_utils.g_procedure_mappings(i).variable_name,

1690: ecx_debug.log(l_statement,'l_var_value', l_var_value,i_method_name);
1691: if (l_clob_value is not null) then
1692: ecx_debug.log(l_statement,'l_clob_value', l_clob_value,i_method_name);
1693: end if;
1694: ecx_debug.log(l_statement,'variable_name', ecx_utils.g_procedure_mappings(i).variable_name,
1695: i_method_name);
1696: end if;
1697:
1698: if (ecx_utils.g_procedure_mappings(i).data_type = 1) then

Line 1708: ecx_debug.log(l_statement,'after binding',i_method_name);

1704: dbms_sql.bind_variable(p_proc_cursor,
1705: ':' ||ecx_utils.g_procedure_mappings(i).parameter_name,
1706: to_number(l_var_value));
1707: if(l_statementEnabled) then
1708: ecx_debug.log(l_statement,'after binding',i_method_name);
1709: end if;
1710: elsif (ecx_utils.g_procedure_mappings(i).data_type = 12) then
1711: dbms_sql.bind_variable(p_proc_cursor,
1712: ':' || ecx_utils.g_procedure_mappings(i).parameter_name,

Line 1723: ecx_debug.log(l_statement,'Binding clob is not null',i_method_name);

1719: /** Change required for Clob Support -- 2263729 ***/
1720: elsif (ecx_utils.g_procedure_mappings(i).data_type = 112) then
1721: if l_clob_value is not null Then
1722: if(l_statementEnabled) then
1723: ecx_debug.log(l_statement,'Binding clob is not null',i_method_name);
1724: end if;
1725: dbms_sql.bind_variable(p_proc_cursor,
1726: ':' ||ecx_utils.g_procedure_mappings(i).parameter_name, l_clob_value);
1727:

Line 1730: ecx_debug.log(l_statement,'Binding varchar is not null',i_method_name);

1726: ':' ||ecx_utils.g_procedure_mappings(i).parameter_name, l_clob_value);
1727:
1728: elsif l_var_value is not null Then
1729: if(l_statementEnabled) then
1730: ecx_debug.log(l_statement,'Binding varchar is not null',i_method_name);
1731: end if;
1732: /** bind the varchar2 variable to clob. ***/
1733: get_clob(l_clob_value,l_var_value,l_temp_loc);
1734: dbms_sql.bind_variable(p_proc_cursor,

Line 1739: ecx_debug.log(l_statement,'Binding clob is null',i_method_name);

1735: ':' ||ecx_utils.g_procedure_mappings(i).parameter_name,l_temp_loc);
1736:
1737: else
1738: if(l_statementEnabled) then
1739: ecx_debug.log(l_statement,'Binding clob is null',i_method_name);
1740: end if;
1741:
1742: /** just bind the null clob so that bind will not fail***/
1743: dbms_sql.bind_variable(p_proc_cursor,

Line 1748: ecx_debug.log(l_statement,'ECX', 'ECX_PROCEDURE_EXECUTION',i_method_name,

1744: ':' ||ecx_utils.g_procedure_mappings(i).parameter_name,l_clob_value);
1745: end if;
1746: else
1747: if(l_statementEnabled) then
1748: ecx_debug.log(l_statement,'ECX', 'ECX_PROCEDURE_EXECUTION',i_method_name,
1749: 'PROCEDURE_NAME',
1750: p_procedure_name);
1751: ecx_debug.log(l_statement,'ECX', 'ECX_UNSUPPORTED_DATATYPE',i_method_name,
1752: 'Unsupported Data Type');

Line 1751: ecx_debug.log(l_statement,'ECX', 'ECX_UNSUPPORTED_DATATYPE',i_method_name,

1747: if(l_statementEnabled) then
1748: ecx_debug.log(l_statement,'ECX', 'ECX_PROCEDURE_EXECUTION',i_method_name,
1749: 'PROCEDURE_NAME',
1750: p_procedure_name);
1751: ecx_debug.log(l_statement,'ECX', 'ECX_UNSUPPORTED_DATATYPE',i_method_name,
1752: 'Unsupported Data Type');
1753: end if;
1754: ecx_debug.setErrorInfo(2,30,'ECX_UNSUPPORTED_DATATYPE');
1755: raise ecx_utils.program_exit;

Line 1754: ecx_debug.setErrorInfo(2,30,'ECX_UNSUPPORTED_DATATYPE');

1750: p_procedure_name);
1751: ecx_debug.log(l_statement,'ECX', 'ECX_UNSUPPORTED_DATATYPE',i_method_name,
1752: 'Unsupported Data Type');
1753: end if;
1754: ecx_debug.setErrorInfo(2,30,'ECX_UNSUPPORTED_DATATYPE');
1755: raise ecx_utils.program_exit;
1756: end if;
1757: end if;
1758: if dbms_lob.istemporary(l_temp_loc) = 1 Then

Line 1767: ecx_debug.log(l_statement,'before execute procedure',i_method_name);

1763: end if;
1764: end loop;
1765: end if;
1766: if(l_statementEnabled) then
1767: ecx_debug.log(l_statement,'before execute procedure',i_method_name);
1768: end if;
1769: l_numrows := dbms_sql.execute (p_proc_cursor);
1770: if(l_statementEnabled) then
1771: ecx_debug.log(l_statement,'after execute procedure',i_method_name);

Line 1771: ecx_debug.log(l_statement,'after execute procedure',i_method_name);

1767: ecx_debug.log(l_statement,'before execute procedure',i_method_name);
1768: end if;
1769: l_numrows := dbms_sql.execute (p_proc_cursor);
1770: if(l_statementEnabled) then
1771: ecx_debug.log(l_statement,'after execute procedure',i_method_name);
1772: end if;
1773: if dbms_lob.istemporary(l_temp_loc) = 1 Then
1774: dbms_lob.freetemporary(l_temp_loc);
1775: end if;

Line 1780: ecx_debug.pop(i_method_name);

1776: if dbms_lob.istemporary(l_clob_value) = 1 Then
1777: dbms_lob.freetemporary(l_clob_value);
1778: end if;
1779: if (l_procedureEnabled) then
1780: ecx_debug.pop(i_method_name);
1781: end if;
1782:
1783: EXCEPTION
1784: WHEN ecx_utils.PROGRAM_EXIT then

Line 1792: ecx_debug.pop(i_method_name);

1788: if dbms_lob.istemporary(l_clob_value) = 1 Then
1789: dbms_lob.freetemporary(l_clob_value);
1790: end if;
1791: if (l_procedureEnabled) then
1792: ecx_debug.pop(i_method_name);
1793: end if;
1794: raise;
1795:
1796: WHEN OTHERS THEN

Line 1798: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

1794: raise;
1795:
1796: WHEN OTHERS THEN
1797: if(l_unexpectedEnabled) then
1798: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1799: 'PROGRESS_LEVEL','ECX_ACTIONS.BIND_PROC_VARIABLES');
1800: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1801: end if;
1802: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_PROC_VARIABLES');

Line 1800: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

1796: WHEN OTHERS THEN
1797: if(l_unexpectedEnabled) then
1798: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1799: 'PROGRESS_LEVEL','ECX_ACTIONS.BIND_PROC_VARIABLES');
1800: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1801: end if;
1802: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_PROC_VARIABLES');
1803: if dbms_lob.istemporary(l_temp_loc) = 1 Then
1804: dbms_lob.freetemporary(l_temp_loc);

Line 1802: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_PROC_VARIABLES');

1798: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
1799: 'PROGRESS_LEVEL','ECX_ACTIONS.BIND_PROC_VARIABLES');
1800: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
1801: end if;
1802: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.BIND_PROC_VARIABLES');
1803: if dbms_lob.istemporary(l_temp_loc) = 1 Then
1804: dbms_lob.freetemporary(l_temp_loc);
1805: end if;
1806: if dbms_lob.istemporary(l_clob_value) = 1 Then

Line 1810: ecx_debug.pop(i_method_name);

1806: if dbms_lob.istemporary(l_clob_value) = 1 Then
1807: dbms_lob.freetemporary(l_clob_value);
1808: end if;
1809: if (l_procedureEnabled) then
1810: ecx_debug.pop(i_method_name);
1811: end if;
1812: raise ecx_utils.PROGRAM_EXIT;
1813:
1814: END bind_proc_variables;

Line 1835: ecx_debug.push(i_method_name);

1831: xml_frag_count pls_integer;
1832: frag_found Boolean;
1833: BEGIN
1834: if (l_procedureEnabled) then
1835: ecx_debug.push(i_method_name);
1836: end if;
1837:
1838: if (ecx_utils.g_procedure_mappings.count <> 0)
1839: then

Line 1857: ecx_debug.log(l_statement,'fragment count',xml_frag_count,i_method_name);

1853: l_stack_var := false;
1854: l_var_pos := ecx_utils.g_procedure_mappings(i).variable_pos;
1855: end if;
1856: if(l_statementEnabled) then
1857: ecx_debug.log(l_statement,'fragment count',xml_frag_count,i_method_name);
1858: end if;
1859:
1860:
1861: if (ecx_utils.g_procedure_mappings(i).data_type = 1) then

Line 1888: ecx_debug.log(l_statement,'value',ecx_utils.g_xml_frag(xml_frag_count+1).value,i_method_name);

1884: ecx_utils.g_xml_frag(xml_frag_count+1).variable_pos :=
1885: l_var_pos;
1886: ecx_utils.g_xml_frag(xml_frag_count+1).value := l_varchar_value;
1887: if(l_statementEnabled) then
1888: ecx_debug.log(l_statement,'value',ecx_utils.g_xml_frag(xml_frag_count+1).value,i_method_name);
1889: end if;
1890: end if;
1891:
1892: if (ecx_utils.g_target(l_var_pos).attribute_type =1) then

Line 2026: ecx_debug.pop(i_method_name);

2022: end if;
2023: end loop;
2024: end if;
2025: if (l_procedureEnabled) then
2026: ecx_debug.pop(i_method_name);
2027: end if;
2028:
2029: EXCEPTION
2030: WHEN ecx_utils.PROGRAM_EXIT then

Line 2032: ecx_debug.pop(i_method_name);

2028:
2029: EXCEPTION
2030: WHEN ecx_utils.PROGRAM_EXIT then
2031: if (l_procedureEnabled) then
2032: ecx_debug.pop(i_method_name);
2033: end if;
2034: raise;
2035:
2036: WHEN OTHERS THEN

Line 2038: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

2034: raise;
2035:
2036: WHEN OTHERS THEN
2037: if(l_unexpectedEnabled) then
2038: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2039: 'PROGRESS_LEVEL','ECX_ACTIONS.ASSIGN_OUT_VARIABLES');
2040: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2041: end if;
2042: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_OUT_VARIABLES');

Line 2040: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2036: WHEN OTHERS THEN
2037: if(l_unexpectedEnabled) then
2038: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2039: 'PROGRESS_LEVEL','ECX_ACTIONS.ASSIGN_OUT_VARIABLES');
2040: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2041: end if;
2042: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_OUT_VARIABLES');
2043: if (l_procedureEnabled) then
2044: ecx_debug.pop(i_method_name);

Line 2042: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_OUT_VARIABLES');

2038: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2039: 'PROGRESS_LEVEL','ECX_ACTIONS.ASSIGN_OUT_VARIABLES');
2040: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2041: end if;
2042: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_OUT_VARIABLES');
2043: if (l_procedureEnabled) then
2044: ecx_debug.pop(i_method_name);
2045: end if;
2046: raise ecx_utils.PROGRAM_EXIT;

Line 2044: ecx_debug.pop(i_method_name);

2040: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2041: end if;
2042: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.ASSIGN_OUT_VARIABLES');
2043: if (l_procedureEnabled) then
2044: ecx_debug.pop(i_method_name);
2045: end if;
2046: raise ecx_utils.PROGRAM_EXIT;
2047:
2048: END assign_out_variables;

Line 2069: ecx_debug.push(i_method_name);

2065: i_method_name varchar2(2000) := 'ecx_actions.execute_proc';
2066:
2067: BEGIN
2068: if (l_procedureEnabled) then
2069: ecx_debug.push(i_method_name);
2070: end if;
2071: if(l_statementEnabled) then
2072: ecx_debug.log(l_statement,'i_transtage_id',i_transtage_id,i_method_name);
2073: ecx_debug.log(l_statement,'i_procedure_name',i_procedure_name,i_method_name);

Line 2072: ecx_debug.log(l_statement,'i_transtage_id',i_transtage_id,i_method_name);

2068: if (l_procedureEnabled) then
2069: ecx_debug.push(i_method_name);
2070: end if;
2071: if(l_statementEnabled) then
2072: ecx_debug.log(l_statement,'i_transtage_id',i_transtage_id,i_method_name);
2073: ecx_debug.log(l_statement,'i_procedure_name',i_procedure_name,i_method_name);
2074: end if;
2075:
2076: bind_proc_variables (i_transtage_id, i_procedure_name,

Line 2073: ecx_debug.log(l_statement,'i_procedure_name',i_procedure_name,i_method_name);

2069: ecx_debug.push(i_method_name);
2070: end if;
2071: if(l_statementEnabled) then
2072: ecx_debug.log(l_statement,'i_transtage_id',i_transtage_id,i_method_name);
2073: ecx_debug.log(l_statement,'i_procedure_name',i_procedure_name,i_method_name);
2074: end if;
2075:
2076: bind_proc_variables (i_transtage_id, i_procedure_name,
2077: ecx_utils.g_procedure_list(i_transtage_id).cursor_handle);

Line 2083: ecx_debug.pop(i_method_name);

2079: assign_out_variables (i_transtage_id, i_procedure_name,
2080: ecx_utils.g_procedure_list(i_transtage_id).cursor_handle);
2081:
2082: if (l_procedureEnabled) then
2083: ecx_debug.pop(i_method_name);
2084: end if;
2085:
2086: EXCEPTION
2087: WHEN ecx_utils.PROGRAM_EXIT then

Line 2089: ecx_debug.pop(i_method_name);

2085:
2086: EXCEPTION
2087: WHEN ecx_utils.PROGRAM_EXIT then
2088: if (l_procedureEnabled) then
2089: ecx_debug.pop(i_method_name);
2090: end if;
2091: raise;
2092:
2093: WHEN OTHERS THEN

Line 2095: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_PROC');

2091: raise;
2092:
2093: WHEN OTHERS THEN
2094: if(l_unexpectedEnabled) then
2095: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_PROC');
2096: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2097: end if;
2098: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_PROC');
2099: if (l_procedureEnabled) then

Line 2096: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2092:
2093: WHEN OTHERS THEN
2094: if(l_unexpectedEnabled) then
2095: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_PROC');
2096: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2097: end if;
2098: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_PROC');
2099: if (l_procedureEnabled) then
2100: ecx_debug.pop(i_method_name);

Line 2098: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_PROC');

2094: if(l_unexpectedEnabled) then
2095: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_PROC');
2096: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2097: end if;
2098: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_PROC');
2099: if (l_procedureEnabled) then
2100: ecx_debug.pop(i_method_name);
2101: end if;
2102: raise ecx_utils.PROGRAM_EXIT;

Line 2100: ecx_debug.pop(i_method_name);

2096: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2097: end if;
2098: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_PROC');
2099: if (l_procedureEnabled) then
2100: ecx_debug.pop(i_method_name);
2101: end if;
2102: raise ecx_utils.PROGRAM_EXIT;
2103:
2104: END execute_proc;

Line 2110: ecx_debug.setErrorInfo(1,20,'ECX_USER_INVOKED_EXIT');

2106: procedure exit_program
2107: IS
2108: i_method_name varchar2(2000) := 'ecx_actions.exit_program';
2109: begin
2110: ecx_debug.setErrorInfo(1,20,'ECX_USER_INVOKED_EXIT');
2111: raise ecx_utils.program_exit;
2112: exception
2113: WHEN ecx_utils.PROGRAM_EXIT then
2114: raise ecx_utils.program_exit;

Line 2117: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXIT_PROGRAM');

2113: WHEN ecx_utils.PROGRAM_EXIT then
2114: raise ecx_utils.program_exit;
2115: WHEN OTHERS THEN
2116: if(l_unexpectedEnabled) then
2117: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXIT_PROGRAM');
2118: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2119: end if;
2120: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXIT_PROGRAM');
2121: raise ecx_utils.PROGRAM_EXIT;

Line 2118: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2114: raise ecx_utils.program_exit;
2115: WHEN OTHERS THEN
2116: if(l_unexpectedEnabled) then
2117: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXIT_PROGRAM');
2118: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2119: end if;
2120: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXIT_PROGRAM');
2121: raise ecx_utils.PROGRAM_EXIT;
2122: end exit_program;

Line 2120: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXIT_PROGRAM');

2116: if(l_unexpectedEnabled) then
2117: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.EXIT_PROGRAM');
2118: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2119: end if;
2120: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXIT_PROGRAM');
2121: raise ecx_utils.PROGRAM_EXIT;
2122: end exit_program;
2123:
2124: /** This procedure is overloaded below **/

Line 2141: ecx_debug.push(i_method_name);

2137: i_msg varchar2(2000):= null;
2138: /* End of Bug 2186358 */
2139: begin
2140: if (l_procedureEnabled) then
2141: ecx_debug.push(i_method_name);
2142: end if;
2143: if(l_statementEnabled) then
2144: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_name);
2145: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_name);

Line 2144: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_name);

2140: if (l_procedureEnabled) then
2141: ecx_debug.push(i_method_name);
2142: end if;
2143: if(l_statementEnabled) then
2144: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_name);
2145: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_name);
2146: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_name);
2147: end if;
2148:

Line 2145: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_name);

2141: ecx_debug.push(i_method_name);
2142: end if;
2143: if(l_statementEnabled) then
2144: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_name);
2145: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_name);
2146: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_name);
2147: end if;
2148:
2149: i_msg := i_err_msg;

Line 2146: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_name);

2142: end if;
2143: if(l_statementEnabled) then
2144: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_name);
2145: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_name);
2146: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_name);
2147: end if;
2148:
2149: i_msg := i_err_msg;
2150:

Line 2153: ecx_debug.log(l_statement,'Resetting error msg',i_method_name);

2149: i_msg := i_err_msg;
2150:
2151: if (i_msg is null) then
2152: if(l_statementEnabled) then
2153: ecx_debug.log(l_statement,'Resetting error msg',i_method_name);
2154: end if;
2155: i_msg := 'ECX_USER_INVOKED_EXIT';
2156: end if;
2157:

Line 2170: ecx_debug.log(l_statement,'Product Code' , ecx_utils.g_cust_msg_code,i_method_name);

2166: ecx_utils.g_cust_msg_code := substr(i_msg, 1, i_len);
2167: end if;
2168: end if;
2169: if(l_statementEnabled) then
2170: ecx_debug.log(l_statement,'Product Code' , ecx_utils.g_cust_msg_code,i_method_name);
2171: end if;
2172:
2173: ecx_utils.set_error(p_error_type => i_err_type,
2174: p_error_code => i_err_code,

Line 2178: ecx_debug.log(l_statement,'Raising program exit',i_method_name);

2174: p_error_code => i_err_code,
2175: p_error_msg => i_msg);
2176:
2177: if(l_statementEnabled) then
2178: ecx_debug.log(l_statement,'Raising program exit',i_method_name);
2179: end if;
2180: raise ecx_utils.program_exit;
2181: if (l_procedureEnabled) then
2182: ecx_debug.pop(i_method_name);

Line 2182: ecx_debug.pop(i_method_name);

2178: ecx_debug.log(l_statement,'Raising program exit',i_method_name);
2179: end if;
2180: raise ecx_utils.program_exit;
2181: if (l_procedureEnabled) then
2182: ecx_debug.pop(i_method_name);
2183: end if;
2184: exception
2185: WHEN ecx_utils.PROGRAM_EXIT then
2186: if (l_procedureEnabled) then

Line 2187: ecx_debug.pop(i_method_name);

2183: end if;
2184: exception
2185: WHEN ecx_utils.PROGRAM_EXIT then
2186: if (l_procedureEnabled) then
2187: ecx_debug.pop(i_method_name);
2188: end if;
2189: raise ecx_utils.program_exit;
2190: WHEN OTHERS THEN
2191: if (l_procedureEnabled) then

Line 2192: ecx_debug.pop(i_method_name);

2188: end if;
2189: raise ecx_utils.program_exit;
2190: WHEN OTHERS THEN
2191: if (l_procedureEnabled) then
2192: ecx_debug.pop(i_method_name);
2193: end if;
2194: /*if(l_statementEnabled) then
2195: ecx_debug.log(l_statement,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2196: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');

Line 2195: ecx_debug.log(l_statement,'ECX','ECX_PROGRAM_ERROR',i_method_name,

2191: if (l_procedureEnabled) then
2192: ecx_debug.pop(i_method_name);
2193: end if;
2194: /*if(l_statementEnabled) then
2195: ecx_debug.log(l_statement,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2196: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2197: ecx_debug.log(l_statement,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2198: end if;*/
2199: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');

Line 2197: ecx_debug.log(l_statement,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2193: end if;
2194: /*if(l_statementEnabled) then
2195: ecx_debug.log(l_statement,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2196: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2197: ecx_debug.log(l_statement,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2198: end if;*/
2199: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2200: raise ecx_utils.PROGRAM_EXIT;
2201: end set_error_exit_program;

Line 2199: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');

2195: ecx_debug.log(l_statement,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2196: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2197: ecx_debug.log(l_statement,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2198: end if;*/
2199: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2200: raise ecx_utils.PROGRAM_EXIT;
2201: end set_error_exit_program;
2202:
2203: /** Overloaded for enabling MLS for user invoked error

Line 2240: ecx_debug.push(i_method_name);

2236: i_msg varchar2(2000):= null;
2237: /* End of Bug 2186358 */
2238: begin
2239: if (l_procedureEnabled) then
2240: ecx_debug.push(i_method_name);
2241: end if;
2242: if(l_statementEnabled) then
2243: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_Name);
2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);

Line 2243: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_Name);

2239: if (l_procedureEnabled) then
2240: ecx_debug.push(i_method_name);
2241: end if;
2242: if(l_statementEnabled) then
2243: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_Name);
2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);
2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);
2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);

Line 2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);

2240: ecx_debug.push(i_method_name);
2241: end if;
2242: if(l_statementEnabled) then
2243: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_Name);
2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);
2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);
2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);

Line 2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);

2241: end if;
2242: if(l_statementEnabled) then
2243: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_Name);
2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);
2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);
2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);

Line 2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);

2242: if(l_statementEnabled) then
2243: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_Name);
2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);
2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);
2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);

Line 2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);

2243: ecx_debug.log(l_statement,'Error Type : ' , i_err_type,i_method_Name);
2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);
2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);
2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);

Line 2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);

2244: ecx_debug.log(l_statement,'Error Code: ', i_err_code,i_method_Name);
2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);
2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);

Line 2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);

2245: ecx_debug.log(l_statement,'Error Msg: ', i_err_msg,i_method_Name);
2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);

Line 2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);

2246: ecx_debug.log(l_statement,'Param1' , p_token1,i_method_Name);
2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);

Line 2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);

2247: ecx_debug.log(l_statement,'Value1' , p_value1,i_method_Name);
2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);

Line 2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);

2248: ecx_debug.log(l_statement,'Param2' , p_token2,i_method_Name);
2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);

Line 2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);

2249: ecx_debug.log(l_statement,'Value2' , p_value2,i_method_Name);
2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);

Line 2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);

2250: ecx_debug.log(l_statement,'Param3' , p_token3,i_method_Name);
2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);

Line 2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);

2251: ecx_debug.log(l_statement,'Value3' , p_value3,i_method_Name);
2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);

Line 2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);

2252: ecx_debug.log(l_statement,'Param4' , p_token4,i_method_Name);
2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);

Line 2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);

2253: ecx_debug.log(l_statement,'Value4' , p_value4,i_method_Name);
2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);

Line 2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);

2254: ecx_debug.log(l_statement,'Param5' , p_token5,i_method_Name);
2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);

Line 2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);

2255: ecx_debug.log(l_statement,'Value5' , p_value5,i_method_Name);
2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);
2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);

Line 2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);

2256: ecx_debug.log(l_statement,'Param6' , p_token6,i_method_Name);
2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);
2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);
2264: ecx_debug.log(l_statement,'Param10' , p_token10,i_method_Name);

Line 2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);

2257: ecx_debug.log(l_statement,'Value6' , p_value6,i_method_Name);
2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);
2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);
2264: ecx_debug.log(l_statement,'Param10' , p_token10,i_method_Name);
2265: ecx_debug.log(l_statement,'Value10' , p_value10,i_method_Name);

Line 2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);

2258: ecx_debug.log(l_statement,'Param7' , p_token7,i_method_Name);
2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);
2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);
2264: ecx_debug.log(l_statement,'Param10' , p_token10,i_method_Name);
2265: ecx_debug.log(l_statement,'Value10' , p_value10,i_method_Name);
2266: end if;

Line 2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);

2259: ecx_debug.log(l_statement,'Value7' , p_value7,i_method_Name);
2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);
2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);
2264: ecx_debug.log(l_statement,'Param10' , p_token10,i_method_Name);
2265: ecx_debug.log(l_statement,'Value10' , p_value10,i_method_Name);
2266: end if;
2267: i_msg := i_err_msg;

Line 2264: ecx_debug.log(l_statement,'Param10' , p_token10,i_method_Name);

2260: ecx_debug.log(l_statement,'Param8' , p_token8,i_method_Name);
2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);
2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);
2264: ecx_debug.log(l_statement,'Param10' , p_token10,i_method_Name);
2265: ecx_debug.log(l_statement,'Value10' , p_value10,i_method_Name);
2266: end if;
2267: i_msg := i_err_msg;
2268:

Line 2265: ecx_debug.log(l_statement,'Value10' , p_value10,i_method_Name);

2261: ecx_debug.log(l_statement,'Value8' , p_value8,i_method_Name);
2262: ecx_debug.log(l_statement,'Param9' , p_token9,i_method_Name);
2263: ecx_debug.log(l_statement,'Value9' , p_value9,i_method_Name);
2264: ecx_debug.log(l_statement,'Param10' , p_token10,i_method_Name);
2265: ecx_debug.log(l_statement,'Value10' , p_value10,i_method_Name);
2266: end if;
2267: i_msg := i_err_msg;
2268:
2269: if (i_msg is null) then

Line 2271: ecx_debug.log(l_statement,'Resetting error msg',i_method_name);

2267: i_msg := i_err_msg;
2268:
2269: if (i_msg is null) then
2270: if(l_statementEnabled) then
2271: ecx_debug.log(l_statement,'Resetting error msg',i_method_name);
2272: end if;
2273: i_msg := 'ECX_USER_INVOKED_EXIT';
2274: end if;
2275:

Line 2288: ecx_debug.log(l_statement,'Product Code' , ecx_utils.g_cust_msg_code,i_method_name);

2284: ecx_utils.g_cust_msg_code := substr(i_msg, 1, i_len);
2285: end if;
2286: end if;
2287: if(l_statementEnabled) then
2288: ecx_debug.log(l_statement,'Product Code' , ecx_utils.g_cust_msg_code,i_method_name);
2289: end if;
2290:
2291: ecx_utils.set_error(p_error_type => i_err_type,
2292: p_error_code => i_err_code,

Line 2316: ecx_debug.log(l_statement,'Raising program exit',i_method_name);

2312: p_token10 => p_token10,
2313: p_value10 => p_value10);
2314:
2315: if(l_statementEnabled) then
2316: ecx_debug.log(l_statement,'Raising program exit',i_method_name);
2317: end if;
2318: raise ecx_utils.program_exit;
2319: if (l_procedureEnabled) then
2320: ecx_debug.pop(i_method_name);

Line 2320: ecx_debug.pop(i_method_name);

2316: ecx_debug.log(l_statement,'Raising program exit',i_method_name);
2317: end if;
2318: raise ecx_utils.program_exit;
2319: if (l_procedureEnabled) then
2320: ecx_debug.pop(i_method_name);
2321: end if;
2322:
2323: exception
2324: WHEN ecx_utils.PROGRAM_EXIT then

Line 2326: ecx_debug.pop(i_method_name);

2322:
2323: exception
2324: WHEN ecx_utils.PROGRAM_EXIT then
2325: if (l_procedureEnabled) then
2326: ecx_debug.pop(i_method_name);
2327: end if;
2328: raise ecx_utils.program_exit;
2329: WHEN OTHERS THEN
2330: if (l_procedureEnabled) then

Line 2331: ecx_debug.pop(i_method_name);

2327: end if;
2328: raise ecx_utils.program_exit;
2329: WHEN OTHERS THEN
2330: if (l_procedureEnabled) then
2331: ecx_debug.pop(i_method_name);
2332: end if;
2333: if(l_unexpectedEnabled) then
2334: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2335: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');

Line 2334: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

2330: if (l_procedureEnabled) then
2331: ecx_debug.pop(i_method_name);
2332: end if;
2333: if(l_unexpectedEnabled) then
2334: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2335: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2336: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2337: end if;
2338: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');

Line 2336: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2332: end if;
2333: if(l_unexpectedEnabled) then
2334: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2335: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2336: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2337: end if;
2338: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2339: raise ecx_utils.PROGRAM_EXIT;
2340: end set_error_exit_program;

Line 2338: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');

2334: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2335: 'PROGRESS_LEVEL','ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2336: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2337: end if;
2338: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SET_ERR_EXIT_PROGRAM');
2339: raise ecx_utils.PROGRAM_EXIT;
2340: end set_error_exit_program;
2341:
2342:

Line 2368: ecx_debug.push(i_method_name);

2364:
2365: i_method_name varchar2(2000) := 'ecx_actions.send_err';
2366: BEGIN
2367: if (l_procedureEnabled) then
2368: ecx_debug.push(i_method_name);
2369: end if;
2370:
2371:
2372: /** First get the COnstant and then look for the variable value **/

Line 2410: ecx_debug.pop(i_method_name);

2406: o_ret_code,
2407: o_ret_msg);
2408:
2409: if (l_procedureEnabled) then
2410: ecx_debug.pop(i_method_name);
2411: end if;
2412:
2413: EXCEPTION
2414: WHEN ecx_utils.PROGRAM_EXIT then

Line 2416: ecx_debug.pop(i_method_name);

2412:
2413: EXCEPTION
2414: WHEN ecx_utils.PROGRAM_EXIT then
2415: if (l_procedureEnabled) then
2416: ecx_debug.pop(i_method_name);
2417: end if;
2418: raise;
2419:
2420: WHEN OTHERS THEN

Line 2422: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

2418: raise;
2419:
2420: WHEN OTHERS THEN
2421: if(l_unexpectedEnabled) then
2422: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2423: 'PROGRESS_LEVEL','ECX_ACTIONS.SEND_ERR');
2424: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2425: end if;
2426: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SEND_ERR');

Line 2424: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2420: WHEN OTHERS THEN
2421: if(l_unexpectedEnabled) then
2422: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2423: 'PROGRESS_LEVEL','ECX_ACTIONS.SEND_ERR');
2424: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2425: end if;
2426: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SEND_ERR');
2427: if (l_procedureEnabled) then
2428: ecx_debug.pop(i_method_name);

Line 2426: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SEND_ERR');

2422: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2423: 'PROGRESS_LEVEL','ECX_ACTIONS.SEND_ERR');
2424: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2425: end if;
2426: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SEND_ERR');
2427: if (l_procedureEnabled) then
2428: ecx_debug.pop(i_method_name);
2429: end if;
2430: raise ecx_utils.PROGRAM_EXIT;

Line 2428: ecx_debug.pop(i_method_name);

2424: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2425: end if;
2426: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SEND_ERR');
2427: if (l_procedureEnabled) then
2428: ecx_debug.pop(i_method_name);
2429: end if;
2430: raise ecx_utils.PROGRAM_EXIT;
2431: END send_err;
2432:

Line 2458: ecx_debug.push(i_method_name);

2454: ret_code Varchar2(1);
2455:
2456: BEGIN
2457: if (l_procedureEnabled) then
2458: ecx_debug.push(i_method_name);
2459: end if;
2460:
2461: get_var_attr (i_variable_level, i_variable_name,
2462: i_variable_direction,

Line 2478: ecx_debug.log(l_statement,'return code', ret_code, i_method_name);

2474: else
2475: ret_code := ecx_utils.g_target(i_previous_variable_pos).xref_retcode;
2476: end if;
2477: if(l_statementEnabled) then
2478: ecx_debug.log(l_statement,'return code', ret_code, i_method_name);
2479: end if;
2480: assign_value (var_on_stack, var_stack_pos,
2481: i_variable_pos,i_variable_direction, ret_code);
2482:

Line 2514: ecx_debug.pop(i_method_name);

2510: end if;
2511: end if;
2512:
2513: if (l_procedureEnabled) then
2514: ecx_debug.pop(i_method_name);
2515: end if;
2516:
2517: EXCEPTION
2518: WHEN ecx_utils.PROGRAM_EXIT then

Line 2520: ecx_debug.pop(i_method_name);

2516:
2517: EXCEPTION
2518: WHEN ecx_utils.PROGRAM_EXIT then
2519: if (l_procedureEnabled) then
2520: ecx_debug.pop(i_method_name);
2521: end if;
2522: raise;
2523:
2524: WHEN OTHERS THEN

Line 2526: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

2522: raise;
2523:
2524: WHEN OTHERS THEN
2525: if(l_unexpectedEnabled) then
2526: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2527: 'PROGRESS_LEVEL','ECX_ACTIONS.GET_API_RETCODE');
2528: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2529: end if;
2530: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_API_RETCODE');

Line 2528: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2524: WHEN OTHERS THEN
2525: if(l_unexpectedEnabled) then
2526: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2527: 'PROGRESS_LEVEL','ECX_ACTIONS.GET_API_RETCODE');
2528: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2529: end if;
2530: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_API_RETCODE');
2531: if (l_procedureEnabled) then
2532: ecx_debug.pop(i_method_name);

Line 2530: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_API_RETCODE');

2526: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
2527: 'PROGRESS_LEVEL','ECX_ACTIONS.GET_API_RETCODE');
2528: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2529: end if;
2530: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_API_RETCODE');
2531: if (l_procedureEnabled) then
2532: ecx_debug.pop(i_method_name);
2533: end if;
2534: raise ecx_utils.PROGRAM_EXIT;

Line 2532: ecx_debug.pop(i_method_name);

2528: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2529: end if;
2530: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_API_RETCODE');
2531: if (l_procedureEnabled) then
2532: ecx_debug.pop(i_method_name);
2533: end if;
2534: raise ecx_utils.PROGRAM_EXIT;
2535: END get_api_retcode;
2536:

Line 2573: ecx_debug.push(i_method_name);

2569: max_dec_length PLS_INTEGER := 38;
2570:
2571: begin
2572: if (l_procedureEnabled) then
2573: ecx_debug.push(i_method_name);
2574: end if;
2575: /* Oracle guarantees the portability of numbers with precision ranging from 1 to 38.
2576: precision => the total number of digits */
2577:

Line 2593: ecx_debug.log(l_statement,'sign', p_sign,i_method_name);

2589: ELSE
2590: p_sign := '+';
2591: END IF;
2592: if(l_statementEnabled) then
2593: ecx_debug.log(l_statement,'sign', p_sign,i_method_name);
2594: end if;
2595:
2596: /* Get Value */
2597: num1 := trunc(p_number,0);

Line 2612: ecx_debug.log(l_statement,'value',p_value,i_method_name);

2608: else
2609: p_value := ltrim(rtrim(to_char(abs(num1)) || numchar));
2610: end if;
2611: if(l_statementEnabled) then
2612: ecx_debug.log(l_statement,'value',p_value,i_method_name);
2613: end if;
2614:
2615: -- Get Num of Decimal places
2616: /* select substr(value, 1, 1)

Line 2639: ecx_debug.log(l_statement, 'numofdec', p_numofdec, i_method_name);

2635: */
2636: p_numofdec := lengthb(numchar);
2637:
2638: if(l_statementEnabled) then
2639: ecx_debug.log(l_statement, 'numofdec', p_numofdec, i_method_name);
2640: ecx_debug.pop(i_method_name);
2641: end if;
2642:
2643: EXCEPTION

Line 2640: ecx_debug.pop(i_method_name);

2636: p_numofdec := lengthb(numchar);
2637:
2638: if(l_statementEnabled) then
2639: ecx_debug.log(l_statement, 'numofdec', p_numofdec, i_method_name);
2640: ecx_debug.pop(i_method_name);
2641: end if;
2642:
2643: EXCEPTION
2644: WHEN ecx_utils.PROGRAM_EXIT then

Line 2646: ecx_debug.pop(i_method_name);

2642:
2643: EXCEPTION
2644: WHEN ecx_utils.PROGRAM_EXIT then
2645: if (l_procedureEnabled) then
2646: ecx_debug.pop(i_method_name);
2647: end if;
2648: raise;
2649:
2650: WHEN OTHERS THEN

Line 2652: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.SPLIT_NUMBER');

2648: raise;
2649:
2650: WHEN OTHERS THEN
2651: if(l_unexpectedEnabled) then
2652: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.SPLIT_NUMBER');
2653: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2654: end if;
2655: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SPLIT_NUMBER');
2656: if (l_procedureEnabled) then

Line 2653: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2649:
2650: WHEN OTHERS THEN
2651: if(l_unexpectedEnabled) then
2652: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.SPLIT_NUMBER');
2653: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2654: end if;
2655: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SPLIT_NUMBER');
2656: if (l_procedureEnabled) then
2657: ecx_debug.pop(i_method_name);

Line 2655: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SPLIT_NUMBER');

2651: if(l_unexpectedEnabled) then
2652: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.SPLIT_NUMBER');
2653: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2654: end if;
2655: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SPLIT_NUMBER');
2656: if (l_procedureEnabled) then
2657: ecx_debug.pop(i_method_name);
2658: end if;
2659: raise ecx_utils.PROGRAM_EXIT;

Line 2657: ecx_debug.pop(i_method_name);

2653: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2654: end if;
2655: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.SPLIT_NUMBER');
2656: if (l_procedureEnabled) then
2657: ecx_debug.pop(i_method_name);
2658: end if;
2659: raise ecx_utils.PROGRAM_EXIT;
2660:
2661: end split_number;

Line 2686: ecx_debug.push(i_method_name);

2682: i_string varchar2(2000);
2683: i_timezone_sign varchar2(80);
2684: begin
2685: if (l_procedureEnabled) then
2686: ecx_debug.push(i_method_name);
2687: end if;
2688:
2689: if (ecx_actions.g_server_timezone is null) then
2690: --- Check for the Installation Type ( Standalone or Embedded );

Line 2731: ecx_debug.log(l_statement,'i_server_offset', i_server_offset,i_method_name);

2727: if i_timezone_sign is NOT NULL then
2728: i_timezone := i_timezone_sign || i_timezone;
2729: end if;
2730: if(l_statementEnabled) then
2731: ecx_debug.log(l_statement,'i_server_offset', i_server_offset,i_method_name);
2732: ecx_debug.log(l_statement, 'i_server_offset_hours', i_server_offset_hours,i_method_name);
2733: ecx_debug.log(l_statement, 'i_server_offset_mins', i_server_offset_mins,i_method_name);
2734: end if;
2735:

Line 2732: ecx_debug.log(l_statement, 'i_server_offset_hours', i_server_offset_hours,i_method_name);

2728: i_timezone := i_timezone_sign || i_timezone;
2729: end if;
2730: if(l_statementEnabled) then
2731: ecx_debug.log(l_statement,'i_server_offset', i_server_offset,i_method_name);
2732: ecx_debug.log(l_statement, 'i_server_offset_hours', i_server_offset_hours,i_method_name);
2733: ecx_debug.log(l_statement, 'i_server_offset_mins', i_server_offset_mins,i_method_name);
2734: end if;
2735:
2736: if (l_procedureEnabled) then

Line 2733: ecx_debug.log(l_statement, 'i_server_offset_mins', i_server_offset_mins,i_method_name);

2729: end if;
2730: if(l_statementEnabled) then
2731: ecx_debug.log(l_statement,'i_server_offset', i_server_offset,i_method_name);
2732: ecx_debug.log(l_statement, 'i_server_offset_hours', i_server_offset_hours,i_method_name);
2733: ecx_debug.log(l_statement, 'i_server_offset_mins', i_server_offset_mins,i_method_name);
2734: end if;
2735:
2736: if (l_procedureEnabled) then
2737: ecx_debug.pop(i_method_name);

Line 2737: ecx_debug.pop(i_method_name);

2733: ecx_debug.log(l_statement, 'i_server_offset_mins', i_server_offset_mins,i_method_name);
2734: end if;
2735:
2736: if (l_procedureEnabled) then
2737: ecx_debug.pop(i_method_name);
2738: end if;
2739:
2740:
2741: return(i_timezone);

Line 2745: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GMT_OFFSET');

2741: return(i_timezone);
2742: exception
2743: WHEN OTHERS THEN
2744: if(l_unexpectedEnabled) then
2745: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GMT_OFFSET');
2746: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2747: end if;
2748: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GMT_OFFSET');
2749: if (l_procedureEnabled) then

Line 2746: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2742: exception
2743: WHEN OTHERS THEN
2744: if(l_unexpectedEnabled) then
2745: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GMT_OFFSET');
2746: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2747: end if;
2748: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GMT_OFFSET');
2749: if (l_procedureEnabled) then
2750: ecx_debug.pop(i_method_name);

Line 2748: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GMT_OFFSET');

2744: if(l_unexpectedEnabled) then
2745: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GMT_OFFSET');
2746: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2747: end if;
2748: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GMT_OFFSET');
2749: if (l_procedureEnabled) then
2750: ecx_debug.pop(i_method_name);
2751: end if;
2752: raise ecx_utils.PROGRAM_EXIT;

Line 2750: ecx_debug.pop(i_method_name);

2746: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2747: end if;
2748: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GMT_OFFSET');
2749: if (l_procedureEnabled) then
2750: ecx_debug.pop(i_method_name);
2751: end if;
2752: raise ecx_utils.PROGRAM_EXIT;
2753: end gmt_offset;
2754:

Line 2782: ecx_debug.push(i_method_name);

2778: opr1_value varchar2(2000);
2779:
2780: begin
2781: if (l_procedureEnabled) then
2782: ecx_debug.push(i_method_name);
2783: end if;
2784: if(l_statementEnabled) then
2785: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

Line 2785: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

2781: if (l_procedureEnabled) then
2782: ecx_debug.push(i_method_name);
2783: end if;
2784: if(l_statementEnabled) then
2785: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

2782: ecx_debug.push(i_method_name);
2783: end if;
2784: if(l_statementEnabled) then
2785: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

2783: end if;
2784: if(l_statementEnabled) then
2785: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

2784: if(l_statementEnabled) then
2785: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2792: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

2785: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2792: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2793: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

2786: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2792: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2793: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2794: end if;

Line 2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

2787: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2792: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2793: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2794: end if;
2795:

Line 2792: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

2788: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2792: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2793: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2794: end if;
2795:
2796: opr1_value := i_opr1_constant;

Line 2793: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

2789: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2790: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2791: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2792: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2793: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2794: end if;
2795:
2796: opr1_value := i_opr1_constant;
2797: if opr1_value is null

Line 2828: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);

2824:
2825: var_pos := i_variable_pos+1;
2826:
2827: if(l_statementEnabled) then
2828: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);
2829: end if;
2830: if ecx_utils.g_target(var_pos).attribute_name = 'qualifier' then
2831: var_pos := var_pos + 1;
2832: end if;

Line 2844: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);

2840:
2841: for i in 1..oag_date_tbl.COUNT loop
2842: assign_value(stack_var, stack_pos, var_pos,i_variable_direction, oag_date_tbl(i));
2843: if(l_statementEnabled) then
2844: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);
2845: ecx_debug.log(l_statement,'value',ecx_utils.g_target(var_pos).value,i_method_name);
2846: end if;
2847: var_pos := var_pos + 1;
2848: end loop;

Line 2845: ecx_debug.log(l_statement,'value',ecx_utils.g_target(var_pos).value,i_method_name);

2841: for i in 1..oag_date_tbl.COUNT loop
2842: assign_value(stack_var, stack_pos, var_pos,i_variable_direction, oag_date_tbl(i));
2843: if(l_statementEnabled) then
2844: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);
2845: ecx_debug.log(l_statement,'value',ecx_utils.g_target(var_pos).value,i_method_name);
2846: end if;
2847: var_pos := var_pos + 1;
2848: end loop;
2849:

Line 2854: ecx_debug.pop(i_method_name);

2850: /** make the value of the DATETIME to null **/
2851: ecx_utils.g_target(i_variable_pos).value:=null;
2852:
2853: if (l_procedureEnabled) then
2854: ecx_debug.pop(i_method_name);
2855: end if;
2856:
2857:
2858: EXCEPTION

Line 2861: ecx_debug.pop(i_method_name);

2857:
2858: EXCEPTION
2859: WHEN ecx_utils.PROGRAM_EXIT then
2860: if (l_procedureEnabled) then
2861: ecx_debug.pop(i_method_name);
2862: end if;
2863: raise;
2864:
2865: WHEN OTHERS THEN

Line 2867: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_DATE');

2863: raise;
2864:
2865: WHEN OTHERS THEN
2866: if(l_unexpectedEnabled) then
2867: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_DATE');
2868: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2869: end if;
2870: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_DATE');
2871: if (l_procedureEnabled) then

Line 2868: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

2864:
2865: WHEN OTHERS THEN
2866: if(l_unexpectedEnabled) then
2867: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_DATE');
2868: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2869: end if;
2870: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_DATE');
2871: if (l_procedureEnabled) then
2872: ecx_debug.pop(i_method_name);

Line 2870: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_DATE');

2866: if(l_unexpectedEnabled) then
2867: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_DATE');
2868: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2869: end if;
2870: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_DATE');
2871: if (l_procedureEnabled) then
2872: ecx_debug.pop(i_method_name);
2873: end if;
2874: raise ecx_utils.PROGRAM_EXIT;

Line 2872: ecx_debug.pop(i_method_name);

2868: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
2869: end if;
2870: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_DATE');
2871: if (l_procedureEnabled) then
2872: ecx_debug.pop(i_method_name);
2873: end if;
2874: raise ecx_utils.PROGRAM_EXIT;
2875: end convert_to_oag_date;
2876:

Line 2938: ecx_debug.push(i_method_name);

2934: oag_operamt_tbl oag_oamt_tbl;
2935:
2936: begin
2937: if (l_procedureEnabled) then
2938: ecx_debug.push(i_method_name);
2939: end if;
2940:
2941: if(l_statementEnabled) then
2942: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

Line 2942: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

2938: ecx_debug.push(i_method_name);
2939: end if;
2940:
2941: if(l_statementEnabled) then
2942: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2943: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 2943: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

2939: end if;
2940:
2941: if(l_statementEnabled) then
2942: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2943: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

2940:
2941: if(l_statementEnabled) then
2942: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2943: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

2941: if(l_statementEnabled) then
2942: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2943: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

2942: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
2943: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

2943: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

Line 2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

2944: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

Line 2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

2945: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

Line 2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

2946: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

Line 2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

2947: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

Line 2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

2948: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

Line 2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

2949: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

Line 2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

2950: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

Line 2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

2951: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
2959: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

Line 2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

2952: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
2959: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
2960: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

Line 2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

2953: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
2959: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
2960: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
2961: end if;

Line 2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

2954: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
2959: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
2960: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
2961: end if;
2962:

Line 2959: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

2955: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
2959: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
2960: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
2961: end if;
2962:
2963: get_var_attr(i_variable_level, i_variable_name,

Line 2960: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

2956: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
2957: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
2958: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
2959: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
2960: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
2961: end if;
2962:
2963: get_var_attr(i_variable_level, i_variable_name,
2964: i_variable_direction,i_variable_pos,

Line 3044: ecx_debug.pop(i_method_name);

3040: var_pos := var_pos +1;
3041: end loop;
3042:
3043: if (l_procedureEnabled) then
3044: ecx_debug.pop(i_method_name);
3045: end if;
3046:
3047: EXCEPTION
3048: WHEN ecx_utils.PROGRAM_EXIT then

Line 3050: ecx_debug.pop(i_method_name);

3046:
3047: EXCEPTION
3048: WHEN ecx_utils.PROGRAM_EXIT then
3049: if (l_procedureEnabled) then
3050: ecx_debug.pop(i_method_name);
3051: end if;
3052: raise;
3053:
3054: WHEN OTHERS THEN

Line 3056: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');

3052: raise;
3053:
3054: WHEN OTHERS THEN
3055: if(l_unexpectedEnabled) then
3056: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');
3057: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3058: end if;
3059: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');
3060: if (l_procedureEnabled) then

Line 3057: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

3053:
3054: WHEN OTHERS THEN
3055: if(l_unexpectedEnabled) then
3056: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');
3057: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3058: end if;
3059: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');
3060: if (l_procedureEnabled) then
3061: ecx_debug.pop(i_method_name);

Line 3059: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');

3055: if(l_unexpectedEnabled) then
3056: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');
3057: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3058: end if;
3059: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');
3060: if (l_procedureEnabled) then
3061: ecx_debug.pop(i_method_name);
3062: end if;
3063: raise ecx_utils.PROGRAM_EXIT;

Line 3061: ecx_debug.pop(i_method_name);

3057: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3058: end if;
3059: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_OPERAMT');
3060: if (l_procedureEnabled) then
3061: ecx_debug.pop(i_method_name);
3062: end if;
3063: raise ecx_utils.PROGRAM_EXIT;
3064: end convert_to_oag_operamt;
3065:

Line 3127: ecx_debug.push(i_method_name);

3123: oag_operamt_tbl oag_oamt_tbl;
3124:
3125: begin
3126: if (l_procedureEnabled) then
3127: ecx_debug.push(i_method_name);
3128: end if;
3129: if(l_statementEnabled) then
3130: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

Line 3130: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

3126: if (l_procedureEnabled) then
3127: ecx_debug.push(i_method_name);
3128: end if;
3129: if(l_statementEnabled) then
3130: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

3127: ecx_debug.push(i_method_name);
3128: end if;
3129: if(l_statementEnabled) then
3130: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

3128: end if;
3129: if(l_statementEnabled) then
3130: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

3129: if(l_statementEnabled) then
3130: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

3130: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

3131: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

Line 3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

3132: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

Line 3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

3133: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

Line 3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

3134: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

Line 3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

3135: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

Line 3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

3136: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

Line 3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

3137: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

Line 3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

3138: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

Line 3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

3139: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3147: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

Line 3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

3140: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3147: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3148: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

Line 3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

3141: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3147: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3148: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3149: end if;

Line 3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

3142: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3147: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3148: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3149: end if;
3150:

Line 3147: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

3143: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3147: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3148: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3149: end if;
3150:
3151: get_var_attr(i_variable_level, i_variable_name,

Line 3148: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

3144: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3145: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3146: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3147: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3148: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3149: end if;
3150:
3151: get_var_attr(i_variable_level, i_variable_name,
3152: i_variable_direction,i_variable_pos,

Line 3228: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,

3224:
3225: var_pos := i_variable_pos+1;
3226:
3227: if(l_statementEnabled) then
3228: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,
3229: i_method_name);
3230: end if;
3231: if ecx_utils.g_target(var_pos).attribute_name = 'qualifier' then
3232: var_pos := var_pos + 1;

Line 3248: ecx_debug.pop(i_method_name);

3244: var_pos := var_pos +1;
3245: end loop;
3246:
3247: if (l_procedureEnabled) then
3248: ecx_debug.pop(i_method_name);
3249: end if;
3250: EXCEPTION
3251: WHEN ecx_utils.PROGRAM_EXIT then
3252: if (l_procedureEnabled) then

Line 3253: ecx_debug.pop(i_method_name);

3249: end if;
3250: EXCEPTION
3251: WHEN ecx_utils.PROGRAM_EXIT then
3252: if (l_procedureEnabled) then
3253: ecx_debug.pop(i_method_name);
3254: end if;
3255: raise;
3256:
3257: WHEN OTHERS THEN

Line 3259: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_AMT');

3255: raise;
3256:
3257: WHEN OTHERS THEN
3258: if(l_unexpectedEnabled) then
3259: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_AMT');
3260: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3261: end if;
3262: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_AMT');
3263: if (l_procedureEnabled) then

Line 3260: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

3256:
3257: WHEN OTHERS THEN
3258: if(l_unexpectedEnabled) then
3259: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_AMT');
3260: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3261: end if;
3262: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_AMT');
3263: if (l_procedureEnabled) then
3264: ecx_debug.pop(i_method_name);

Line 3262: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_AMT');

3258: if(l_unexpectedEnabled) then
3259: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_AMT');
3260: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3261: end if;
3262: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_AMT');
3263: if (l_procedureEnabled) then
3264: ecx_debug.pop(i_method_name);
3265: end if;
3266: raise ecx_utils.PROGRAM_EXIT;

Line 3264: ecx_debug.pop(i_method_name);

3260: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3261: end if;
3262: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_AMT');
3263: if (l_procedureEnabled) then
3264: ecx_debug.pop(i_method_name);
3265: end if;
3266: raise ecx_utils.PROGRAM_EXIT;
3267: end convert_to_oag_amt;
3268:

Line 3311: ecx_debug.push(i_method_name);

3307: oag_quant_tbl oag_qt_tbl;
3308:
3309: begin
3310: if (l_procedureEnabled) then
3311: ecx_debug.push(i_method_name);
3312: end if;
3313: if(l_statementEnabled) then
3314: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

Line 3314: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

3310: if (l_procedureEnabled) then
3311: ecx_debug.push(i_method_name);
3312: end if;
3313: if(l_statementEnabled) then
3314: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

3311: ecx_debug.push(i_method_name);
3312: end if;
3313: if(l_statementEnabled) then
3314: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

3312: end if;
3313: if(l_statementEnabled) then
3314: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

3313: if(l_statementEnabled) then
3314: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

3314: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

3315: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

Line 3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

3316: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

Line 3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

3317: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

Line 3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

3318: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3326: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

Line 3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

3319: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3326: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3327: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

Line 3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

3320: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3326: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3327: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3328: end if;

Line 3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

3321: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3326: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3327: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3328: end if;
3329:

Line 3326: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

3322: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3326: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3327: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3328: end if;
3329:
3330: get_var_attr (i_variable_level, i_variable_name,

Line 3327: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

3323: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3324: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3325: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3326: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3327: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3328: end if;
3329:
3330: get_var_attr (i_variable_level, i_variable_name,
3331: i_variable_direction,i_variable_pos,var_value, stack_var, stack_pos);

Line 3382: ecx_debug.pop(i_method_name);

3378: var_pos := var_pos +1;
3379: end loop;
3380:
3381: if (l_procedureEnabled) then
3382: ecx_debug.pop(i_method_name);
3383: end if;
3384:
3385: EXCEPTION
3386: WHEN ecx_utils.PROGRAM_EXIT then

Line 3388: ecx_debug.pop(i_method_name);

3384:
3385: EXCEPTION
3386: WHEN ecx_utils.PROGRAM_EXIT then
3387: if (l_procedureEnabled) then
3388: ecx_debug.pop(i_method_name);
3389: end if;
3390: raise;
3391:
3392: WHEN OTHERS THEN

Line 3394: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');

3390: raise;
3391:
3392: WHEN OTHERS THEN
3393: if(l_unexpectedEnabled) then
3394: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');
3395: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3396: end if;
3397: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');
3398: if (l_procedureEnabled) then

Line 3395: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

3391:
3392: WHEN OTHERS THEN
3393: if(l_unexpectedEnabled) then
3394: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');
3395: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3396: end if;
3397: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');
3398: if (l_procedureEnabled) then
3399: ecx_debug.pop(i_method_name);

Line 3397: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');

3393: if(l_unexpectedEnabled) then
3394: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');
3395: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3396: end if;
3397: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');
3398: if (l_procedureEnabled) then
3399: ecx_debug.pop(i_method_name);
3400: end if;
3401: raise ecx_utils.PROGRAM_EXIT;

Line 3399: ecx_debug.pop(i_method_name);

3395: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3396: end if;
3397: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_TO_OAG_QUANTITY');
3398: if (l_procedureEnabled) then
3399: ecx_debug.pop(i_method_name);
3400: end if;
3401: raise ecx_utils.PROGRAM_EXIT;
3402: end convert_to_oag_quantity;
3403:

Line 3428: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.COMBINE_NUMBER');

3424:
3425: EXCEPTION
3426: WHEN OTHERS THEN
3427: if(l_unexpectedEnabled) then
3428: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.COMBINE_NUMBER');
3429: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3430: end if;
3431: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.COMBINE_NUMBER');
3432: if (l_procedureEnabled) then

Line 3429: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

3425: EXCEPTION
3426: WHEN OTHERS THEN
3427: if(l_unexpectedEnabled) then
3428: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.COMBINE_NUMBER');
3429: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3430: end if;
3431: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.COMBINE_NUMBER');
3432: if (l_procedureEnabled) then
3433: ecx_debug.pop(i_method_name);

Line 3431: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.COMBINE_NUMBER');

3427: if(l_unexpectedEnabled) then
3428: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.COMBINE_NUMBER');
3429: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3430: end if;
3431: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.COMBINE_NUMBER');
3432: if (l_procedureEnabled) then
3433: ecx_debug.pop(i_method_name);
3434: end if;
3435: raise ecx_utils.PROGRAM_EXIT;

Line 3433: ecx_debug.pop(i_method_name);

3429: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3430: end if;
3431: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.COMBINE_NUMBER');
3432: if (l_procedureEnabled) then
3433: ecx_debug.pop(i_method_name);
3434: end if;
3435: raise ecx_utils.PROGRAM_EXIT;
3436: end combine_number;
3437:

Line 3465: ecx_debug.push(i_method_name);

3461: i_string varchar2(2000);
3462:
3463: begin
3464: if (l_procedureEnabled) then
3465: ecx_debug.push(i_method_name);
3466: end if;
3467:
3468: -- Combining the values obtained to a datetime format specified in the next line.
3469: if ( (i_year is not null) and (i_month is not null) and (i_day is not null) and

Line 3522: ecx_debug.log(l_statement, 'g_server_timezone', ecx_actions.g_server_timezone,i_method_name);

3518: -- get the offset difference
3519: i_offset_diff := i_server_offset - i_timezone_hours;
3520:
3521: if(l_statementEnabled) then
3522: ecx_debug.log(l_statement, 'g_server_timezone', ecx_actions.g_server_timezone,i_method_name);
3523: ecx_debug.log(l_statement, 'i_server_offset', i_server_offset,i_method_name);
3524: ecx_debug.log(l_statement, 'i_timezone_hours', i_timezone_hours,i_method_name);
3525: ecx_debug.log(l_statement, 'i_offset_diff', i_offset_diff,i_method_name);
3526: end if;

Line 3523: ecx_debug.log(l_statement, 'i_server_offset', i_server_offset,i_method_name);

3519: i_offset_diff := i_server_offset - i_timezone_hours;
3520:
3521: if(l_statementEnabled) then
3522: ecx_debug.log(l_statement, 'g_server_timezone', ecx_actions.g_server_timezone,i_method_name);
3523: ecx_debug.log(l_statement, 'i_server_offset', i_server_offset,i_method_name);
3524: ecx_debug.log(l_statement, 'i_timezone_hours', i_timezone_hours,i_method_name);
3525: ecx_debug.log(l_statement, 'i_offset_diff', i_offset_diff,i_method_name);
3526: end if;
3527:

Line 3524: ecx_debug.log(l_statement, 'i_timezone_hours', i_timezone_hours,i_method_name);

3520:
3521: if(l_statementEnabled) then
3522: ecx_debug.log(l_statement, 'g_server_timezone', ecx_actions.g_server_timezone,i_method_name);
3523: ecx_debug.log(l_statement, 'i_server_offset', i_server_offset,i_method_name);
3524: ecx_debug.log(l_statement, 'i_timezone_hours', i_timezone_hours,i_method_name);
3525: ecx_debug.log(l_statement, 'i_offset_diff', i_offset_diff,i_method_name);
3526: end if;
3527:
3528: x_date := x_date + (i_offset_diff / 24);

Line 3525: ecx_debug.log(l_statement, 'i_offset_diff', i_offset_diff,i_method_name);

3521: if(l_statementEnabled) then
3522: ecx_debug.log(l_statement, 'g_server_timezone', ecx_actions.g_server_timezone,i_method_name);
3523: ecx_debug.log(l_statement, 'i_server_offset', i_server_offset,i_method_name);
3524: ecx_debug.log(l_statement, 'i_timezone_hours', i_timezone_hours,i_method_name);
3525: ecx_debug.log(l_statement, 'i_offset_diff', i_offset_diff,i_method_name);
3526: end if;
3527:
3528: x_date := x_date + (i_offset_diff / 24);
3529: end if;

Line 3532: ecx_debug.pop(i_method_name);

3528: x_date := x_date + (i_offset_diff / 24);
3529: end if;
3530:
3531: if (l_procedureEnabled) then
3532: ecx_debug.pop(i_method_name);
3533: end if;
3534:
3535: return (x_date);
3536: exception

Line 3538: ecx_debug.setErrorInfo(1,20,'ECX_INCOMPLETE_OAG_DATE',

3534:
3535: return (x_date);
3536: exception
3537: WHEN incomplete_date THEN
3538: ecx_debug.setErrorInfo(1,20,'ECX_INCOMPLETE_OAG_DATE',
3539: 'p_datetime',v_datetime);
3540: if(l_unexpectedEnabled) then
3541: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
3542: 'PROGRESS_LEVEL', 'ECX_ACTIONS.GET_CONVERTED_DATE');

Line 3541: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

3537: WHEN incomplete_date THEN
3538: ecx_debug.setErrorInfo(1,20,'ECX_INCOMPLETE_OAG_DATE',
3539: 'p_datetime',v_datetime);
3540: if(l_unexpectedEnabled) then
3541: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
3542: 'PROGRESS_LEVEL', 'ECX_ACTIONS.GET_CONVERTED_DATE');
3543: ecx_debug.log(l_unexpected,'ECX','ECX_INCOMPLETE_OAG_DATE',i_method_name,'p_datetime',
3544: v_datetime);
3545: end if;

Line 3543: ecx_debug.log(l_unexpected,'ECX','ECX_INCOMPLETE_OAG_DATE',i_method_name,'p_datetime',

3539: 'p_datetime',v_datetime);
3540: if(l_unexpectedEnabled) then
3541: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
3542: 'PROGRESS_LEVEL', 'ECX_ACTIONS.GET_CONVERTED_DATE');
3543: ecx_debug.log(l_unexpected,'ECX','ECX_INCOMPLETE_OAG_DATE',i_method_name,'p_datetime',
3544: v_datetime);
3545: end if;
3546: if (l_procedureEnabled) then
3547: ecx_debug.pop(i_method_name);

Line 3547: ecx_debug.pop(i_method_name);

3543: ecx_debug.log(l_unexpected,'ECX','ECX_INCOMPLETE_OAG_DATE',i_method_name,'p_datetime',
3544: v_datetime);
3545: end if;
3546: if (l_procedureEnabled) then
3547: ecx_debug.pop(i_method_name);
3548: end if;
3549: raise ecx_utils.program_exit;
3550:
3551: WHEN ecx_utils.PROGRAM_EXIT THEN

Line 3553: ecx_debug.pop(i_method_name);

3549: raise ecx_utils.program_exit;
3550:
3551: WHEN ecx_utils.PROGRAM_EXIT THEN
3552: if (l_procedureEnabled) then
3553: ecx_debug.pop(i_method_name);
3554: end if;
3555: raise;
3556:
3557: WHEN OTHERS THEN

Line 3559: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_CONVERTED_DATE');

3555: raise;
3556:
3557: WHEN OTHERS THEN
3558: if(l_unexpectedEnabled) then
3559: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_CONVERTED_DATE');
3560: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3561: end if;
3562: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CONVERTED_DATE');
3563: if (l_procedureEnabled) then

Line 3560: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

3556:
3557: WHEN OTHERS THEN
3558: if(l_unexpectedEnabled) then
3559: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_CONVERTED_DATE');
3560: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3561: end if;
3562: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CONVERTED_DATE');
3563: if (l_procedureEnabled) then
3564: ecx_debug.pop(i_method_name);

Line 3562: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CONVERTED_DATE');

3558: if(l_unexpectedEnabled) then
3559: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_CONVERTED_DATE');
3560: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3561: end if;
3562: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CONVERTED_DATE');
3563: if (l_procedureEnabled) then
3564: ecx_debug.pop(i_method_name);
3565: end if;
3566: raise ecx_utils.PROGRAM_EXIT;

Line 3564: ecx_debug.pop(i_method_name);

3560: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3561: end if;
3562: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CONVERTED_DATE');
3563: if (l_procedureEnabled) then
3564: ecx_debug.pop(i_method_name);
3565: end if;
3566: raise ecx_utils.PROGRAM_EXIT;
3567: end get_converted_date;
3568:

Line 3607: ecx_debug.push(i_method_name);

3603: x_date date;
3604:
3605: begin
3606: if (l_procedureEnabled) then
3607: ecx_debug.push(i_method_name);
3608: end if;
3609: if(l_statementEnabled) then
3610: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

Line 3610: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

3606: if (l_procedureEnabled) then
3607: ecx_debug.push(i_method_name);
3608: end if;
3609: if(l_statementEnabled) then
3610: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

3607: ecx_debug.push(i_method_name);
3608: end if;
3609: if(l_statementEnabled) then
3610: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

3608: end if;
3609: if(l_statementEnabled) then
3610: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

3609: if(l_statementEnabled) then
3610: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3617: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

3610: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3617: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3618: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

3611: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3617: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3618: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3619: end if;

Line 3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

3612: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3617: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3618: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3619: end if;
3620: -- The variable_name, level and variable_pos passed in should be that of "DATETIME"

Line 3617: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

3613: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3617: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3618: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3619: end if;
3620: -- The variable_name, level and variable_pos passed in should be that of "DATETIME"
3621: -- The interface column names should be named YEAR, MONTH, DAY etc.

Line 3618: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

3614: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3615: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3616: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3617: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3618: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3619: end if;
3620: -- The variable_name, level and variable_pos passed in should be that of "DATETIME"
3621: -- The interface column names should be named YEAR, MONTH, DAY etc.
3622: -- Calculate position

Line 3631: ecx_debug.log(l_statement,'name',ecx_utils.g_source(var_pos).attribute_name,i_method_name);

3627: then
3628: while ecx_utils.g_source(var_pos).attribute_name <> 'YEAR'
3629: loop
3630: if(l_statementEnabled) then
3631: ecx_debug.log(l_statement,'name',ecx_utils.g_source(var_pos).attribute_name,i_method_name);
3632: end if;
3633: var_pos := var_pos + 1;
3634: end loop;
3635: else

Line 3639: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);

3635: else
3636: while ecx_utils.g_target(var_pos).attribute_name <> 'YEAR'
3637: loop
3638: if(l_statementEnabled) then
3639: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);
3640: end if;
3641: var_pos := var_pos + 1;
3642: end loop;
3643: end if;

Line 3659: ecx_debug.log(l_statement,'i_year',i_year,i_method_name);

3655: get_var_attr(i_opr1_level, 'TIMEZONE',i_opr1_direction,var_pos+7,i_timezone, opr1_stack, opr1_stack_pos);
3656:
3657:
3658: if(l_statementEnabled) then
3659: ecx_debug.log(l_statement,'i_year',i_year,i_method_name);
3660: ecx_debug.log(l_statement,'i_month',i_month,i_method_name);
3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);
3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);
3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);

Line 3660: ecx_debug.log(l_statement,'i_month',i_month,i_method_name);

3656:
3657:
3658: if(l_statementEnabled) then
3659: ecx_debug.log(l_statement,'i_year',i_year,i_method_name);
3660: ecx_debug.log(l_statement,'i_month',i_month,i_method_name);
3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);
3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);
3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);
3664: ecx_debug.log(l_statement,'i_second',i_second,i_method_name);

Line 3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);

3657:
3658: if(l_statementEnabled) then
3659: ecx_debug.log(l_statement,'i_year',i_year,i_method_name);
3660: ecx_debug.log(l_statement,'i_month',i_month,i_method_name);
3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);
3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);
3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);
3664: ecx_debug.log(l_statement,'i_second',i_second,i_method_name);
3665: ecx_debug.log(l_statement,'i_timezone',i_timezone,i_method_name);

Line 3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);

3658: if(l_statementEnabled) then
3659: ecx_debug.log(l_statement,'i_year',i_year,i_method_name);
3660: ecx_debug.log(l_statement,'i_month',i_month,i_method_name);
3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);
3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);
3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);
3664: ecx_debug.log(l_statement,'i_second',i_second,i_method_name);
3665: ecx_debug.log(l_statement,'i_timezone',i_timezone,i_method_name);
3666: end if;

Line 3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);

3659: ecx_debug.log(l_statement,'i_year',i_year,i_method_name);
3660: ecx_debug.log(l_statement,'i_month',i_month,i_method_name);
3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);
3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);
3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);
3664: ecx_debug.log(l_statement,'i_second',i_second,i_method_name);
3665: ecx_debug.log(l_statement,'i_timezone',i_timezone,i_method_name);
3666: end if;
3667: -- convert the date to the database timezone

Line 3664: ecx_debug.log(l_statement,'i_second',i_second,i_method_name);

3660: ecx_debug.log(l_statement,'i_month',i_month,i_method_name);
3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);
3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);
3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);
3664: ecx_debug.log(l_statement,'i_second',i_second,i_method_name);
3665: ecx_debug.log(l_statement,'i_timezone',i_timezone,i_method_name);
3666: end if;
3667: -- convert the date to the database timezone
3668: x_date := get_converted_date(i_year, i_month, i_day, i_hour,

Line 3665: ecx_debug.log(l_statement,'i_timezone',i_timezone,i_method_name);

3661: ecx_debug.log(l_statement,'i_day',i_day,i_method_name);
3662: ecx_debug.log(l_statement,'i_hour',i_hour,i_method_name);
3663: ecx_debug.log(l_statement,'i_minute',i_minute,i_method_name);
3664: ecx_debug.log(l_statement,'i_second',i_second,i_method_name);
3665: ecx_debug.log(l_statement,'i_timezone',i_timezone,i_method_name);
3666: end if;
3667: -- convert the date to the database timezone
3668: x_date := get_converted_date(i_year, i_month, i_day, i_hour,
3669: i_minute, i_second, i_timezone);

Line 3676: ecx_debug.log(l_statement,'v_datetime', v_datetime,i_method_name);

3672: v_datetime := to_char(x_date, 'YYYYMMDD HH24MISS');
3673: end if;
3674:
3675: if(l_statementEnabled) then
3676: ecx_debug.log(l_statement,'v_datetime', v_datetime,i_method_name);
3677: end if;
3678:
3679: -- Assigning the date value to the DATETIME field.
3680: get_var_attr(i_variable_level, i_variable_name,i_variable_direction,

Line 3686: ecx_debug.pop(i_method_name);

3682:
3683: assign_value(stack_var, stack_pos, i_variable_pos,i_variable_direction, ltrim(rtrim(v_datetime)));
3684:
3685: if (l_procedureEnabled) then
3686: ecx_debug.pop(i_method_name);
3687: end if;
3688:
3689: EXCEPTION
3690: WHEN ecx_utils.PROGRAM_EXIT THEN

Line 3692: ecx_debug.pop(i_method_name);

3688:
3689: EXCEPTION
3690: WHEN ecx_utils.PROGRAM_EXIT THEN
3691: if (l_procedureEnabled) then
3692: ecx_debug.pop(i_method_name);
3693: end if;
3694: raise;
3695:
3696: WHEN OTHERS THEN

Line 3698: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_DATE');

3694: raise;
3695:
3696: WHEN OTHERS THEN
3697: if(l_unexpectedEnabled) then
3698: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_DATE');
3699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3700: end if;
3701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_DATE');
3702: if (l_procedureEnabled) then

Line 3699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

3695:
3696: WHEN OTHERS THEN
3697: if(l_unexpectedEnabled) then
3698: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_DATE');
3699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3700: end if;
3701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_DATE');
3702: if (l_procedureEnabled) then
3703: ecx_debug.pop(i_method_name);

Line 3701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_DATE');

3697: if(l_unexpectedEnabled) then
3698: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_DATE');
3699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3700: end if;
3701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_DATE');
3702: if (l_procedureEnabled) then
3703: ecx_debug.pop(i_method_name);
3704: end if;
3705: raise ecx_utils.PROGRAM_EXIT;

Line 3703: ecx_debug.pop(i_method_name);

3699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3700: end if;
3701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_DATE');
3702: if (l_procedureEnabled) then
3703: ecx_debug.pop(i_method_name);
3704: end if;
3705: raise ecx_utils.PROGRAM_EXIT;
3706: end convert_from_oag_date;
3707:

Line 3765: ecx_debug.push(i_method_name);

3761:
3762: begin
3763:
3764: if (l_procedureEnabled) then
3765: ecx_debug.push(i_method_name);
3766: end if;
3767: if(l_statementEnabled) then
3768: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

Line 3768: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

3764: if (l_procedureEnabled) then
3765: ecx_debug.push(i_method_name);
3766: end if;
3767: if(l_statementEnabled) then
3768: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

3765: ecx_debug.push(i_method_name);
3766: end if;
3767: if(l_statementEnabled) then
3768: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

3766: end if;
3767: if(l_statementEnabled) then
3768: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

3767: if(l_statementEnabled) then
3768: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

3768: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

3769: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

Line 3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

3770: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

Line 3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

3771: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

Line 3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

3772: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

Line 3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

3773: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

Line 3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

3774: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

Line 3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

3775: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

Line 3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

3776: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

Line 3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

3777: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3785: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

Line 3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

3778: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3785: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3786: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

Line 3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

3779: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3785: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3786: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3787: end if;

Line 3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

3780: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3785: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3786: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3787: end if;
3788:

Line 3785: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

3781: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3785: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3786: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3787: end if;
3788:
3789: -- Variable_name, level, pos is OPERAMT

Line 3786: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

3782: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3783: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3784: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3785: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3786: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3787: end if;
3788:
3789: -- Variable_name, level, pos is OPERAMT
3790: -- Previous variable, name, pos is CURRENCY

Line 3804: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);

3800: get_var_attr(i_opr1_level, 'UOMNUMDEC',i_opr1_direction,i_opr1_pos +8,i_uomnumdec, opr1_stack, opr1_stack_pos);
3801: get_var_attr(i_opr1_level, 'UOM',i_opr1_direction,i_opr1_pos +9,i_uom, opr1_stack, opr1_stack_pos);
3802:
3803: if(l_statementEnabled) then
3804: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3805: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);

Line 3805: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);

3801: get_var_attr(i_opr1_level, 'UOM',i_opr1_direction,i_opr1_pos +9,i_uom, opr1_stack, opr1_stack_pos);
3802:
3803: if(l_statementEnabled) then
3804: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3805: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);
3809: ecx_debug.log(l_statement,'i_uomnumdec',i_uomnumdec,i_method_name);

Line 3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);

3802:
3803: if(l_statementEnabled) then
3804: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3805: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);
3809: ecx_debug.log(l_statement,'i_uomnumdec',i_uomnumdec,i_method_name);
3810: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);

Line 3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);

3803: if(l_statementEnabled) then
3804: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3805: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);
3809: ecx_debug.log(l_statement,'i_uomnumdec',i_uomnumdec,i_method_name);
3810: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
3811: end if;

Line 3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);

3804: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3805: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);
3809: ecx_debug.log(l_statement,'i_uomnumdec',i_uomnumdec,i_method_name);
3810: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
3811: end if;
3812:

Line 3809: ecx_debug.log(l_statement,'i_uomnumdec',i_uomnumdec,i_method_name);

3805: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);
3809: ecx_debug.log(l_statement,'i_uomnumdec',i_uomnumdec,i_method_name);
3810: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
3811: end if;
3812:
3813: if i_value is not null then

Line 3810: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);

3806: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3807: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3808: ecx_debug.log(l_statement,'i_uomvalue',i_uomvalue,i_method_name);
3809: ecx_debug.log(l_statement,'i_uomnumdec',i_uomnumdec,i_method_name);
3810: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
3811: end if;
3812:
3813: if i_value is not null then
3814: combine_number(i_number, i_value, i_sign, i_numofdec);

Line 3817: ecx_debug.log(l_statement,'i_number',i_number);

3813: if i_value is not null then
3814: combine_number(i_number, i_value, i_sign, i_numofdec);
3815: end if;
3816: if(l_statementEnabled) then
3817: ecx_debug.log(l_statement,'i_number',i_number);
3818: end if;
3819: -- Assign the amount obtained to the OPERAMT variable
3820: get_var_attr(i_variable_level, i_variable_name,i_variable_direction,i_variable_pos,
3821: i_variable_value, stack_var, stack_pos);

Line 3841: ecx_debug.pop(i_method_name);

3837: assign_value(opr3_stack, opr3_stack_pos,i_opr3_pos,i_opr3_direction, i_uom);
3838: end if;
3839:
3840: if (l_procedureEnabled) then
3841: ecx_debug.pop(i_method_name);
3842: end if;
3843: EXCEPTION
3844: WHEN ecx_utils.PROGRAM_EXIT then
3845: if (l_procedureEnabled) then

Line 3846: ecx_debug.pop(i_method_name);

3842: end if;
3843: EXCEPTION
3844: WHEN ecx_utils.PROGRAM_EXIT then
3845: if (l_procedureEnabled) then
3846: ecx_debug.pop(i_method_name);
3847: end if;
3848: raise;
3849:
3850: WHEN OTHERS THEN

Line 3852: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

3848: raise;
3849:
3850: WHEN OTHERS THEN
3851: if(l_unexpectedEnabled) then
3852: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
3853: 'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');
3854: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3855: end if;
3856: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');

Line 3854: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

3850: WHEN OTHERS THEN
3851: if(l_unexpectedEnabled) then
3852: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
3853: 'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');
3854: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3855: end if;
3856: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');
3857: if (l_procedureEnabled) then
3858: ecx_debug.pop(i_method_name);

Line 3856: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');

3852: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
3853: 'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');
3854: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3855: end if;
3856: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');
3857: if (l_procedureEnabled) then
3858: ecx_debug.pop(i_method_name);
3859: end if;
3860: raise ecx_utils.PROGRAM_EXIT;

Line 3858: ecx_debug.pop(i_method_name);

3854: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
3855: end if;
3856: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_OPERAMT');
3857: if (l_procedureEnabled) then
3858: ecx_debug.pop(i_method_name);
3859: end if;
3860: raise ecx_utils.PROGRAM_EXIT;
3861: end convert_from_oag_operamt;
3862:

Line 3917: ecx_debug.push(i_method_name);

3913: i_opr3_value Varchar2(2000);
3914:
3915: begin
3916: if (l_procedureEnabled) then
3917: ecx_debug.push(i_method_name);
3918: end if;
3919: if(l_statementEnabled) then
3920: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

Line 3920: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

3916: if (l_procedureEnabled) then
3917: ecx_debug.push(i_method_name);
3918: end if;
3919: if(l_statementEnabled) then
3920: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

3917: ecx_debug.push(i_method_name);
3918: end if;
3919: if(l_statementEnabled) then
3920: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

3918: end if;
3919: if(l_statementEnabled) then
3920: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

3919: if(l_statementEnabled) then
3920: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

3920: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

3921: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

Line 3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

3922: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

Line 3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

3923: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

Line 3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

3924: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

Line 3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

3925: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

Line 3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

3926: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

Line 3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

3927: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

Line 3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

3928: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

Line 3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

3929: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3937: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

Line 3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);

3930: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3937: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3938: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

Line 3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);

3931: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3937: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3938: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3939: end if;

Line 3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);

3932: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3937: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3938: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3939: end if;
3940: -- Variable_name, level, pos is AMOUNT

Line 3937: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);

3933: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3937: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3938: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3939: end if;
3940: -- Variable_name, level, pos is AMOUNT
3941: -- Previous variable, name, pos is CURRENCY

Line 3938: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);

3934: ecx_debug.log(l_statement,'i_opr3_level',i_opr3_level,i_method_name);
3935: ecx_debug.log(l_statement,'i_opr3_name',i_opr3_name,i_method_name);
3936: ecx_debug.log(l_statement,'i_opr3_pos',i_opr3_pos,i_method_name);
3937: ecx_debug.log(l_statement,'i_opr3_direction',i_opr3_direction,i_method_name);
3938: ecx_debug.log(l_statement,'i_opr3_constant',i_opr3_constant,i_method_name);
3939: end if;
3940: -- Variable_name, level, pos is AMOUNT
3941: -- Previous variable, name, pos is CURRENCY
3942: -- Next Variable, name pos is CR/DR

Line 3954: ecx_debug.log(l_statement,'name',ecx_utils.g_source(var_pos).attribute_name,i_method_name);

3950: then
3951: while ecx_utils.g_source(var_pos).attribute_name <> 'VALUE'
3952: loop
3953: if(l_statementEnabled) then
3954: ecx_debug.log(l_statement,'name',ecx_utils.g_source(var_pos).attribute_name,i_method_name);
3955: end if;
3956: var_pos := var_pos + 1;
3957: end loop;
3958: else

Line 3962: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);

3958: else
3959: while ecx_utils.g_target(var_pos).attribute_name <> 'VALUE'
3960: loop
3961: if(l_statementEnabled) then
3962: ecx_debug.log(l_statement,'name',ecx_utils.g_target(var_pos).attribute_name,i_method_name);
3963: end if;
3964: var_pos := var_pos + 1;
3965: end loop;
3966: end if;

Line 3975: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);

3971: get_var_attr(i_opr1_level, 'CURRENCY',i_opr1_direction,var_pos +3,i_currency, opr1_stack, opr1_stack_pos);
3972: get_var_attr(i_opr1_level, 'CRDR',i_opr1_direction,var_pos +4,i_crdr, opr1_stack, opr1_stack_pos);
3973:
3974: if(l_statementEnabled) then
3975: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3976: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3977: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3978: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3979: ecx_debug.log(l_statement,'i_crdr',i_crdr,i_method_name);

Line 3976: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);

3972: get_var_attr(i_opr1_level, 'CRDR',i_opr1_direction,var_pos +4,i_crdr, opr1_stack, opr1_stack_pos);
3973:
3974: if(l_statementEnabled) then
3975: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3976: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3977: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3978: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3979: ecx_debug.log(l_statement,'i_crdr',i_crdr,i_method_name);
3980: end if;

Line 3977: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);

3973:
3974: if(l_statementEnabled) then
3975: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3976: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3977: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3978: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3979: ecx_debug.log(l_statement,'i_crdr',i_crdr,i_method_name);
3980: end if;
3981:

Line 3978: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);

3974: if(l_statementEnabled) then
3975: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3976: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3977: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3978: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3979: ecx_debug.log(l_statement,'i_crdr',i_crdr,i_method_name);
3980: end if;
3981:
3982: if i_value is not null then

Line 3979: ecx_debug.log(l_statement,'i_crdr',i_crdr,i_method_name);

3975: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
3976: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
3977: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
3978: ecx_debug.log(l_statement,'i_currency',i_currency,i_method_name);
3979: ecx_debug.log(l_statement,'i_crdr',i_crdr,i_method_name);
3980: end if;
3981:
3982: if i_value is not null then
3983: combine_number(i_number, i_value, i_sign, i_numofdec);

Line 3986: ecx_debug.log(l_statement,'i_number',i_number,i_method_name);

3982: if i_value is not null then
3983: combine_number(i_number, i_value, i_sign, i_numofdec);
3984: end if;
3985: if(l_statementEnabled) then
3986: ecx_debug.log(l_statement,'i_number',i_number,i_method_name);
3987: end if;
3988:
3989: -- Assign the amount obtained to the OPERAMT variable
3990: get_var_attr(i_variable_level, i_variable_name,i_variable_direction,i_variable_pos ,i_variable_value, stack_var, stack_pos);

Line 4018: ecx_debug.pop(i_method_name);

4014: assign_value(opr3_stack, opr3_stack_pos,i_opr3_pos,i_opr3_direction, i_crdr);
4015: end if;
4016:
4017: if (l_procedureEnabled) then
4018: ecx_debug.pop(i_method_name);
4019: end if;
4020: EXCEPTION
4021: WHEN ecx_utils.PROGRAM_EXIT then
4022: if (l_procedureEnabled) then

Line 4023: ecx_debug.pop(i_method_name);

4019: end if;
4020: EXCEPTION
4021: WHEN ecx_utils.PROGRAM_EXIT then
4022: if (l_procedureEnabled) then
4023: ecx_debug.pop(i_method_name);
4024: end if;
4025: raise;
4026:
4027: WHEN OTHERS THEN

Line 4029: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_AMT');

4025: raise;
4026:
4027: WHEN OTHERS THEN
4028: if(l_unexpectedEnabled) then
4029: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_AMT');
4030: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4031: end if;
4032: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_AMT');
4033: if (l_procedureEnabled) then

Line 4030: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

4026:
4027: WHEN OTHERS THEN
4028: if(l_unexpectedEnabled) then
4029: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_AMT');
4030: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4031: end if;
4032: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_AMT');
4033: if (l_procedureEnabled) then
4034: ecx_debug.pop(i_method_name);

Line 4032: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_AMT');

4028: if(l_unexpectedEnabled) then
4029: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_AMT');
4030: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4031: end if;
4032: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_AMT');
4033: if (l_procedureEnabled) then
4034: ecx_debug.pop(i_method_name);
4035: end if;
4036: raise ecx_utils.PROGRAM_EXIT;

Line 4034: ecx_debug.pop(i_method_name);

4030: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4031: end if;
4032: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_OAG_AMT');
4033: if (l_procedureEnabled) then
4034: ecx_debug.pop(i_method_name);
4035: end if;
4036: raise ecx_utils.PROGRAM_EXIT;
4037: end convert_from_oag_amt;
4038:

Line 4075: ecx_debug.push(i_method_name);

4071: p_entity_address_id pls_integer;
4072: p_org_id pls_integer;
4073: begin
4074: if (l_procedureEnabled) then
4075: ecx_debug.push(i_method_name);
4076: end if;
4077: i_value := i_opr1_constant;
4078: if i_value is null
4079: then

Line 4156: ecx_debug.pop(i_method_name);

4152: then
4153: raise ecx_utils.program_exit;
4154: end if;
4155: if (l_procedureEnabled) then
4156: ecx_debug.pop(i_method_name);
4157: end if;
4158: EXCEPTION
4159: WHEN ecx_utils.PROGRAM_EXIT then
4160: if (l_procedureEnabled) then

Line 4161: ecx_debug.pop(i_method_name);

4157: end if;
4158: EXCEPTION
4159: WHEN ecx_utils.PROGRAM_EXIT then
4160: if (l_procedureEnabled) then
4161: ecx_debug.pop(i_method_name);
4162: end if;
4163: raise;
4164:
4165: WHEN OTHERS THEN

Line 4167: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.DERIVE_ADDRESS_ID');

4163: raise;
4164:
4165: WHEN OTHERS THEN
4166: if(l_unexpectedEnabled) then
4167: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.DERIVE_ADDRESS_ID');
4168: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4169: end if;
4170: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DERIVE_ADDRESS_ID');
4171: if (l_procedureEnabled) then

Line 4168: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

4164:
4165: WHEN OTHERS THEN
4166: if(l_unexpectedEnabled) then
4167: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.DERIVE_ADDRESS_ID');
4168: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4169: end if;
4170: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DERIVE_ADDRESS_ID');
4171: if (l_procedureEnabled) then
4172: ecx_debug.pop(i_method_name);

Line 4170: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DERIVE_ADDRESS_ID');

4166: if(l_unexpectedEnabled) then
4167: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.DERIVE_ADDRESS_ID');
4168: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4169: end if;
4170: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DERIVE_ADDRESS_ID');
4171: if (l_procedureEnabled) then
4172: ecx_debug.pop(i_method_name);
4173: end if;
4174: raise ecx_utils.PROGRAM_EXIT;

Line 4172: ecx_debug.pop(i_method_name);

4168: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4169: end if;
4170: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.DERIVE_ADDRESS_ID');
4171: if (l_procedureEnabled) then
4172: ecx_debug.pop(i_method_name);
4173: end if;
4174: raise ecx_utils.PROGRAM_EXIT;
4175: end derive_address_id;
4176:

Line 4220: ecx_debug.push(i_method_name);

4216: var_pos pls_integer;
4217:
4218: begin
4219: if (l_procedureEnabled) then
4220: ecx_debug.push(i_method_name);
4221: end if;
4222: if(l_statementEnabled) then
4223: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

Line 4223: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);

4219: if (l_procedureEnabled) then
4220: ecx_debug.push(i_method_name);
4221: end if;
4222: if(l_statementEnabled) then
4223: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

Line 4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);

4220: ecx_debug.push(i_method_name);
4221: end if;
4222: if(l_statementEnabled) then
4223: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

Line 4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);

4221: end if;
4222: if(l_statementEnabled) then
4223: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

Line 4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);

4222: if(l_statementEnabled) then
4223: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

Line 4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);

4223: ecx_debug.log(l_statement,'i_variable_level',i_variable_level,i_method_name);
4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

Line 4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);

4224: ecx_debug.log(l_statement,'i_variable_name',i_variable_name,i_method_name);
4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

Line 4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);

4225: ecx_debug.log(l_statement,'i_variable_pos',i_variable_pos,i_method_name);
4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

Line 4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);

4226: ecx_debug.log(l_statement,'i_variable_direction',i_variable_direction,i_method_name);
4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

Line 4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);

4227: ecx_debug.log(l_statement,'i_opr1_level',i_opr1_level,i_method_name);
4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
4235: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

Line 4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);

4228: ecx_debug.log(l_statement,'i_opr1_name',i_opr1_name,i_method_name);
4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
4235: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
4236: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

Line 4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);

4229: ecx_debug.log(l_statement,'i_opr1_pos',i_opr1_pos,i_method_name);
4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
4235: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
4236: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
4237: end if;

Line 4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);

4230: ecx_debug.log(l_statement,'i_opr1_direction',i_opr1_direction,i_method_name);
4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
4235: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
4236: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
4237: end if;
4238: -- Variable_name, pos, level here correspond to QUANTITY

Line 4235: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);

4231: ecx_debug.log(l_statement,'i_opr1_constant',i_opr1_constant,i_method_name);
4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
4235: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
4236: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
4237: end if;
4238: -- Variable_name, pos, level here correspond to QUANTITY
4239: -- Previuos variable_name, pos, level here is UOM CODE.

Line 4236: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);

4232: ecx_debug.log(l_statement,'i_opr2_level',i_opr2_level,i_method_name);
4233: ecx_debug.log(l_statement,'i_opr2_name',i_opr2_name,i_method_name);
4234: ecx_debug.log(l_statement,'i_opr2_pos',i_opr2_pos,i_method_name);
4235: ecx_debug.log(l_statement,'i_opr2_direction',i_opr2_direction,i_method_name);
4236: ecx_debug.log(l_statement,'i_opr2_constant',i_opr2_constant,i_method_name);
4237: end if;
4238: -- Variable_name, pos, level here correspond to QUANTITY
4239: -- Previuos variable_name, pos, level here is UOM CODE.
4240: -- Adding 2 to i_variable_pos to skip the attribute of QUANTITY

Line 4248: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);

4244: get_var_attr(i_opr1_level,'SIGN',i_opr1_direction,i_opr1_pos+4,i_sign, opr1_stack, opr1_stack_pos);
4245: get_var_attr(i_opr1_level,'UOM',i_opr1_direction,i_opr1_pos+5,i_uom, opr1_stack, opr1_stack_pos);
4246:
4247: if(l_statementEnabled) then
4248: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
4249: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
4250: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
4251: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
4252: end if;

Line 4249: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);

4245: get_var_attr(i_opr1_level,'UOM',i_opr1_direction,i_opr1_pos+5,i_uom, opr1_stack, opr1_stack_pos);
4246:
4247: if(l_statementEnabled) then
4248: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
4249: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
4250: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
4251: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
4252: end if;
4253:

Line 4250: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);

4246:
4247: if(l_statementEnabled) then
4248: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
4249: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
4250: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
4251: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
4252: end if;
4253:
4254: if i_value is not null then

Line 4251: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);

4247: if(l_statementEnabled) then
4248: ecx_debug.log(l_statement,'i_value',i_value,i_method_name);
4249: ecx_debug.log(l_statement,'i_sign',i_sign,i_method_name);
4250: ecx_debug.log(l_statement,'i_uom',i_uom,i_method_name);
4251: ecx_debug.log(l_statement,'i_numofdec',i_numofdec,i_method_name);
4252: end if;
4253:
4254: if i_value is not null then
4255: combine_number(i_number, i_value, i_sign, i_numofdec);

Line 4258: ecx_debug.log(l_statement,'i_number',i_number,i_method_name);

4254: if i_value is not null then
4255: combine_number(i_number, i_value, i_sign, i_numofdec);
4256: end if;
4257: if(l_statementEnabled) then
4258: ecx_debug.log(l_statement,'i_number',i_number,i_method_name);
4259: end if;
4260: -- Assign the quantity obtained to the field QUANTITY
4261: get_var_attr(i_variable_level, i_variable_name,i_variable_direction,i_variable_pos ,i_variable_value, stack_var, stack_pos);
4262: assign_value(stack_var, stack_pos,i_variable_pos,i_variable_direction, i_number);

Line 4272: ecx_debug.pop(i_method_name);

4268: assign_value(opr2_stack, opr2_stack_pos,i_opr2_pos,i_opr2_direction, i_uom);
4269: end if;
4270:
4271: if (l_procedureEnabled) then
4272: ecx_debug.pop(i_method_name);
4273: end if;
4274: EXCEPTION
4275: WHEN ecx_utils.PROGRAM_EXIT then
4276: if (l_procedureEnabled) then

Line 4277: ecx_debug.pop(i_method_name);

4273: end if;
4274: EXCEPTION
4275: WHEN ecx_utils.PROGRAM_EXIT then
4276: if (l_procedureEnabled) then
4277: ecx_debug.pop(i_method_name);
4278: end if;
4279: raise;
4280:
4281: WHEN OTHERS THEN

Line 4283: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

4279: raise;
4280:
4281: WHEN OTHERS THEN
4282: if(l_unexpectedEnabled) then
4283: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
4284: 'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_QUANTITY');
4285: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4286: end if;
4287: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_AG_QUANTITY');

Line 4285: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

4281: WHEN OTHERS THEN
4282: if(l_unexpectedEnabled) then
4283: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
4284: 'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_QUANTITY');
4285: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4286: end if;
4287: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_AG_QUANTITY');
4288: if (l_procedureEnabled) then
4289: ecx_debug.pop(i_method_name);

Line 4287: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_AG_QUANTITY');

4283: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
4284: 'PROGRESS_LEVEL','ECX_ACTIONS.CONVERT_FROM_OAG_QUANTITY');
4285: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4286: end if;
4287: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_AG_QUANTITY');
4288: if (l_procedureEnabled) then
4289: ecx_debug.pop(i_method_name);
4290: end if;
4291: raise ecx_utils.PROGRAM_EXIT;

Line 4289: ecx_debug.pop(i_method_name);

4285: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4286: end if;
4287: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.CONVERT_FROM_AG_QUANTITY');
4288: if (l_procedureEnabled) then
4289: ecx_debug.pop(i_method_name);
4290: end if;
4291: raise ecx_utils.PROGRAM_EXIT;
4292: end convert_from_oag_quantity;
4293:

Line 4328: ecx_debug.push(i_method_name);

4324: y_number number;
4325: z_number number;
4326: begin
4327: if (l_procedureEnabled) then
4328: ecx_debug.push(i_method_name);
4329: end if;
4330: if(l_statementEnabled) then
4331: ecx_debug.log(l_statement,'action',action,i_method_name);
4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);

Line 4331: ecx_debug.log(l_statement,'action',action,i_method_name);

4327: if (l_procedureEnabled) then
4328: ecx_debug.push(i_method_name);
4329: end if;
4330: if(l_statementEnabled) then
4331: ecx_debug.log(l_statement,'action',action,i_method_name);
4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);
4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);
4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);

Line 4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);

4328: ecx_debug.push(i_method_name);
4329: end if;
4330: if(l_statementEnabled) then
4331: ecx_debug.log(l_statement,'action',action,i_method_name);
4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);
4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);
4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);

Line 4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);

4329: end if;
4330: if(l_statementEnabled) then
4331: ecx_debug.log(l_statement,'action',action,i_method_name);
4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);
4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);
4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);

Line 4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);

4330: if(l_statementEnabled) then
4331: ecx_debug.log(l_statement,'action',action,i_method_name);
4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);
4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);
4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);

Line 4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);

4331: ecx_debug.log(l_statement,'action',action,i_method_name);
4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);
4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);
4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);

Line 4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);

4332: ecx_debug.log(l_statement,'x_level',x_level,i_method_name);
4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);
4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);

Line 4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);

4333: ecx_debug.log(l_statement,'x_name',x_name,i_method_name);
4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);

Line 4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);

4334: ecx_debug.log(l_statement,'x_pos',x_pos,i_method_name);
4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);

Line 4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);

4335: ecx_debug.log(l_statement,'x_dir',x_dir,i_method_name);
4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);
4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);

Line 4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);

4336: ecx_debug.log(l_statement,'y_level',y_level,i_method_name);
4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);
4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);
4344: ecx_debug.log(l_statement,'z_dir',z_dir,i_method_name);

Line 4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);

4337: ecx_debug.log(l_statement,'y_name',y_name,i_method_name);
4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);
4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);
4344: ecx_debug.log(l_statement,'z_dir',z_dir,i_method_name);
4345: ecx_debug.log(l_statement,'z_def',z_def,i_method_name);

Line 4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);

4338: ecx_debug.log(l_statement,'y_pos',y_pos,i_method_name);
4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);
4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);
4344: ecx_debug.log(l_statement,'z_dir',z_dir,i_method_name);
4345: ecx_debug.log(l_statement,'z_def',z_def,i_method_name);
4346: end if;

Line 4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);

4339: ecx_debug.log(l_statement,'y_dir',y_dir,i_method_name);
4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);
4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);
4344: ecx_debug.log(l_statement,'z_dir',z_dir,i_method_name);
4345: ecx_debug.log(l_statement,'z_def',z_def,i_method_name);
4346: end if;
4347: if action = 4000

Line 4344: ecx_debug.log(l_statement,'z_dir',z_dir,i_method_name);

4340: ecx_debug.log(l_statement,'y_def',y_def,i_method_name);
4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);
4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);
4344: ecx_debug.log(l_statement,'z_dir',z_dir,i_method_name);
4345: ecx_debug.log(l_statement,'z_def',z_def,i_method_name);
4346: end if;
4347: if action = 4000
4348: then

Line 4345: ecx_debug.log(l_statement,'z_def',z_def,i_method_name);

4341: ecx_debug.log(l_statement,'z_level',z_level,i_method_name);
4342: ecx_debug.log(l_statement,'z_name',z_name,i_method_name);
4343: ecx_debug.log(l_statement,'z_pos',z_pos,i_method_name);
4344: ecx_debug.log(l_statement,'z_dir',z_dir,i_method_name);
4345: ecx_debug.log(l_statement,'z_def',z_def,i_method_name);
4346: end if;
4347: if action = 4000
4348: then
4349: i_math_fun_type := '+';

Line 4406: ecx_debug.log(l_unexpected,'Cannot convert to number',y,i_method_name);

4402: y_number := to_number(y);
4403: exception
4404: when others then
4405: if(l_unexpectedEnabled) then
4406: ecx_debug.log(l_unexpected,'Cannot convert to number',y,i_method_name);
4407: end if;
4408: ecx_debug.setErrorInfo(2,30,'ECX_CANNOT_CONVERT_TO_NUM',
4409: 'p_value',y);
4410: raise ecx_utils.program_exit;

Line 4408: ecx_debug.setErrorInfo(2,30,'ECX_CANNOT_CONVERT_TO_NUM',

4404: when others then
4405: if(l_unexpectedEnabled) then
4406: ecx_debug.log(l_unexpected,'Cannot convert to number',y,i_method_name);
4407: end if;
4408: ecx_debug.setErrorInfo(2,30,'ECX_CANNOT_CONVERT_TO_NUM',
4409: 'p_value',y);
4410: raise ecx_utils.program_exit;
4411: end;
4412:

Line 4418: ecx_debug.log(l_unexpected,'Cannot convert to number the value',z,i_method_name);

4414: z_number := to_number(z);
4415: exception
4416: when others then
4417: if(l_unexpectedEnabled) then
4418: ecx_debug.log(l_unexpected,'Cannot convert to number the value',z,i_method_name);
4419: end if;
4420: ecx_debug.setErrorInfo(2,30,'ECX_CANNOT_CONVERT_TO_NUM',
4421: 'p_value',z);
4422: raise ecx_utils.program_exit;

Line 4420: ecx_debug.setErrorInfo(2,30,'ECX_CANNOT_CONVERT_TO_NUM',

4416: when others then
4417: if(l_unexpectedEnabled) then
4418: ecx_debug.log(l_unexpected,'Cannot convert to number the value',z,i_method_name);
4419: end if;
4420: ecx_debug.setErrorInfo(2,30,'ECX_CANNOT_CONVERT_TO_NUM',
4421: 'p_value',z);
4422: raise ecx_utils.program_exit;
4423: end;
4424: x := ecx_conditions.math_functions ( i_math_fun_type, y_number, z_number);

Line 4443: ecx_debug.pop(i_method_name);

4439: x_pos,
4440: x_dir,
4441: x);
4442: if (l_procedureEnabled) then
4443: ecx_debug.pop(i_method_name);
4444: end if;
4445: EXCEPTION
4446: WHEN ecx_utils.PROGRAM_EXIT then
4447: if (l_procedureEnabled) then

Line 4448: ecx_debug.pop(i_method_name);

4444: end if;
4445: EXCEPTION
4446: WHEN ecx_utils.PROGRAM_EXIT then
4447: if (l_procedureEnabled) then
4448: ecx_debug.pop(i_method_name);
4449: end if;
4450: raise;
4451: WHEN OTHERS THEN
4452: if(l_unexpectedEnabled) then

Line 4453: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

4449: end if;
4450: raise;
4451: WHEN OTHERS THEN
4452: if(l_unexpectedEnabled) then
4453: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
4454: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_MATH_FUNCTIONS');
4455: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
4456: 'ERROR_MESSAGE',SQLERRM);
4457: end if;

Line 4455: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,

4451: WHEN OTHERS THEN
4452: if(l_unexpectedEnabled) then
4453: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
4454: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_MATH_FUNCTIONS');
4455: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
4456: 'ERROR_MESSAGE',SQLERRM);
4457: end if;
4458: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_MATH_FUNCTIONS');
4459: if (l_procedureEnabled) then

Line 4458: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_MATH_FUNCTIONS');

4454: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_MATH_FUNCTIONS');
4455: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,
4456: 'ERROR_MESSAGE',SQLERRM);
4457: end if;
4458: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_MATH_FUNCTIONS');
4459: if (l_procedureEnabled) then
4460: ecx_debug.pop(i_method_name);
4461: end if;
4462: raise ecx_utils.PROGRAM_EXIT;

Line 4460: ecx_debug.pop(i_method_name);

4456: 'ERROR_MESSAGE',SQLERRM);
4457: end if;
4458: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_MATH_FUNCTIONS');
4459: if (l_procedureEnabled) then
4460: ecx_debug.pop(i_method_name);
4461: end if;
4462: raise ecx_utils.PROGRAM_EXIT;
4463: end execute_math_functions;
4464:

Line 4540: ecx_debug.push(i_method_name);

4536: i_node_type pls_integer;
4537:
4538: begin
4539: if (l_procedureEnabled) then
4540: ecx_debug.push(i_method_name);
4541: end if;
4542:
4543: if (xmlDOM.isNull(ecx_utils.g_xmldoc)) then
4544: return;

Line 4548: ecx_debug.log(l_statement,'i_filename',i_filename,i_method_name);

4544: return;
4545: end if;
4546:
4547: if(l_statementEnabled) then
4548: ecx_debug.log(l_statement,'i_filename',i_filename,i_method_name);
4549: end if;
4550:
4551: if i_filename is null
4552: then

Line 4574: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);

4570: -- input parameters for XSLT actions, so for now, this exception
4571: -- means that the API was invoked within the actions code. So, check
4572: -- the file system
4573: if(l_unexpectedEnabled) then
4574: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);
4575: end if;
4576: l_xslt_payload := null;
4577: when others then
4578: ecx_debug.setErrorInfo(2,30,SQLERRM);

Line 4578: ecx_debug.setErrorInfo(2,30,SQLERRM);

4574: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);
4575: end if;
4576: l_xslt_payload := null;
4577: when others then
4578: ecx_debug.setErrorInfo(2,30,SQLERRM);
4579: raise ecx_utils.program_exit;
4580: end;
4581:
4582: if (l_xslt_payload is null)

Line 4587: ecx_debug.log(l_statement,'XSLT file not loaded in the DB. Checking the file system...',

4583: then
4584: -- xslt file is not loaded in the DB table
4585: -- do the transformation assuming that it is on the file system
4586: if(l_statementEnabled) then
4587: ecx_debug.log(l_statement,'XSLT file not loaded in the DB. Checking the file system...',
4588: i_method_name);
4589: end if;
4590:
4591: if (ecx_actions.g_xslt_dir is null) then

Line 4610: ecx_debug.log(l_statement, 'XSLT Fullpath', i_fullpath,i_method_name);

4606: end if;
4607:
4608: i_fullpath := ecx_actions.g_xslt_dir||ecx_utils.getFileSeparator()||i_filename;
4609: if(l_statementEnabled) then
4610: ecx_debug.log(l_statement, 'XSLT Fullpath', i_fullpath,i_method_name);
4611: end if;
4612: l_parser := xmlparser.newParser;
4613: xmlparser.setPreservewhitespace(l_parser,true); -- bug:4953557
4614: xmlparser.parse(l_parser,i_fullpath);

Line 4620: ecx_debug.log(l_statement, 'Found XSLT file in the DB',i_method_name);

4616: i_stylesheet := xslprocessor.newStyleSheet(l_xsl_doc,i_fullpath);
4617: else
4618: -- payload found in DB,
4619: if(l_statementEnabled) then
4620: ecx_debug.log(l_statement, 'Found XSLT file in the DB',i_method_name);
4621: end if;
4622: -- convert l_xslt_paylod from clob to DOMDocument
4623: l_parser := xmlparser.newParser;
4624: xmlparser.setPreservewhitespace(l_parser,true); -- bug:4953557

Line 4637: ecx_debug.log(l_statement, 'i_node_type', i_node_type,i_method_name);

4633:
4634: -- get the type of the DOMNode
4635: i_node_type := xmlDOM.getNodeType(ecx_utils.g_xmldoc);
4636: if(l_statementEnabled) then
4637: ecx_debug.log(l_statement, 'i_node_type', i_node_type,i_method_name);
4638: end if;
4639:
4640: if (i_node_type = xmlDOM.DOCUMENT_NODE)
4641: then

Line 4643: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);

4639:
4640: if (i_node_type = xmlDOM.DOCUMENT_NODE)
4641: then
4642: if(l_statementEnabled) then
4643: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);
4644: end if;
4645: i_doc := xmlDOM.makeDocument(ecx_utils.g_xmldoc);
4646: if(l_statementEnabled) then
4647: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

Line 4647: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

4643: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);
4644: end if;
4645: i_doc := xmlDOM.makeDocument(ecx_utils.g_xmldoc);
4646: if(l_statementEnabled) then
4647: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);
4648: end if;
4649: i_xmlDocFrag := xslprocessor.processXSL(i_processor, i_stylesheet, i_doc);
4650:
4651: elsif (i_node_type = xmlDOM.DOCUMENT_FRAGMENT_NODE)

Line 4654: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);

4650:
4651: elsif (i_node_type = xmlDOM.DOCUMENT_FRAGMENT_NODE)
4652: then
4653: if(l_statementEnabled) then
4654: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);
4655: end if;
4656: i_doc_frag := xmlDOM.makeDocumentFragment(ecx_utils.g_xmldoc);
4657: if(l_statementEnabled) then
4658: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

Line 4658: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

4654: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);
4655: end if;
4656: i_doc_frag := xmlDOM.makeDocumentFragment(ecx_utils.g_xmldoc);
4657: if(l_statementEnabled) then
4658: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);
4659: end if;
4660: i_xmlDocFrag := xslprocessor.processXSL(i_processor, i_stylesheet, i_doc_frag);
4661: end if;
4662:

Line 4664: ecx_debug.log(l_statement,'XSL processed.Creating Node...',i_method_name);

4660: i_xmlDocFrag := xslprocessor.processXSL(i_processor, i_stylesheet, i_doc_frag);
4661: end if;
4662:
4663: if(l_statementEnabled) then
4664: ecx_debug.log(l_statement,'XSL processed.Creating Node...',i_method_name);
4665: end if;
4666: i_domNode := xmlDOM.makeNode(i_xmlDocFrag);
4667: if(l_statementEnabled) then
4668: ecx_debug.log(l_statement, 'Node created.',i_method_name);

Line 4668: ecx_debug.log(l_statement, 'Node created.',i_method_name);

4664: ecx_debug.log(l_statement,'XSL processed.Creating Node...',i_method_name);
4665: end if;
4666: i_domNode := xmlDOM.makeNode(i_xmlDocFrag);
4667: if(l_statementEnabled) then
4668: ecx_debug.log(l_statement, 'Node created.',i_method_name);
4669: end if;
4670: ecx_utils.g_xmldoc := i_domNode;
4671:
4672: -- free all the used variables

Line 4696: ecx_debug.pop(i_method_name);

4692: xmldom.freeDocFrag(i_doc_frag);
4693: end if;
4694:
4695: if (l_procedureEnabled) then
4696: ecx_debug.pop(i_method_name);
4697: end if;
4698: exception
4699: -- Put All DOM Parser Exceptions Here.
4700: when xmlDOM.INDEX_SIZE_ERR then

Line 4701: ecx_debug.setErrorInfo(1,20,SQLERRM);

4697: end if;
4698: exception
4699: -- Put All DOM Parser Exceptions Here.
4700: when xmlDOM.INDEX_SIZE_ERR then
4701: ecx_debug.setErrorInfo(1,20,SQLERRM);
4702: if(l_unexpectedEnabled) then
4703: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4704: end if;
4705: -- free all the used variables

Line 4703: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4699: -- Put All DOM Parser Exceptions Here.
4700: when xmlDOM.INDEX_SIZE_ERR then
4701: ecx_debug.setErrorInfo(1,20,SQLERRM);
4702: if(l_unexpectedEnabled) then
4703: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4704: end if;
4705: -- free all the used variables
4706: if (l_parser.id <> -1)
4707: then

Line 4715: ecx_debug.pop(i_method_name);

4711: then
4712: xmldom.freeDocument(l_xsl_doc);
4713: end if;
4714: if (l_procedureEnabled) then
4715: ecx_debug.pop(i_method_name);
4716: end if;
4717: raise ecx_utils.program_exit;
4718: when xmlDOM.DOMSTRING_SIZE_ERR then
4719: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4719: ecx_debug.setErrorInfo(1,20,SQLERRM);

4715: ecx_debug.pop(i_method_name);
4716: end if;
4717: raise ecx_utils.program_exit;
4718: when xmlDOM.DOMSTRING_SIZE_ERR then
4719: ecx_debug.setErrorInfo(1,20,SQLERRM);
4720: if(l_unexpectedEnabled) then
4721: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4722: end if;
4723: -- free all the used variables

Line 4721: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4717: raise ecx_utils.program_exit;
4718: when xmlDOM.DOMSTRING_SIZE_ERR then
4719: ecx_debug.setErrorInfo(1,20,SQLERRM);
4720: if(l_unexpectedEnabled) then
4721: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4722: end if;
4723: -- free all the used variables
4724: if (l_parser.id <> -1)
4725: then

Line 4733: ecx_debug.pop(i_method_name);

4729: then
4730: xmldom.freeDocument(l_xsl_doc);
4731: end if;
4732: if (l_procedureEnabled) then
4733: ecx_debug.pop(i_method_name);
4734: end if;
4735: raise ecx_utils.program_exit;
4736: when xmlDOM.HIERARCHY_REQUEST_ERR then
4737: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4737: ecx_debug.setErrorInfo(1,20,SQLERRM);

4733: ecx_debug.pop(i_method_name);
4734: end if;
4735: raise ecx_utils.program_exit;
4736: when xmlDOM.HIERARCHY_REQUEST_ERR then
4737: ecx_debug.setErrorInfo(1,20,SQLERRM);
4738: if(l_unexpectedEnabled) then
4739: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4740: end if;
4741: -- free all the used variables

Line 4739: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4735: raise ecx_utils.program_exit;
4736: when xmlDOM.HIERARCHY_REQUEST_ERR then
4737: ecx_debug.setErrorInfo(1,20,SQLERRM);
4738: if(l_unexpectedEnabled) then
4739: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4740: end if;
4741: -- free all the used variables
4742: if (l_parser.id <> -1)
4743: then

Line 4751: ecx_debug.pop(i_method_name);

4747: then
4748: xmldom.freeDocument(l_xsl_doc);
4749: end if;
4750: if (l_procedureEnabled) then
4751: ecx_debug.pop(i_method_name);
4752: end if;
4753: raise ecx_utils.program_exit;
4754: when xmlDOM.WRONG_DOCUMENT_ERR then
4755: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4755: ecx_debug.setErrorInfo(1,20,SQLERRM);

4751: ecx_debug.pop(i_method_name);
4752: end if;
4753: raise ecx_utils.program_exit;
4754: when xmlDOM.WRONG_DOCUMENT_ERR then
4755: ecx_debug.setErrorInfo(1,20,SQLERRM);
4756: if(l_unexpectedEnabled) then
4757: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4758: end if;
4759: -- free all the used variables

Line 4757: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4753: raise ecx_utils.program_exit;
4754: when xmlDOM.WRONG_DOCUMENT_ERR then
4755: ecx_debug.setErrorInfo(1,20,SQLERRM);
4756: if(l_unexpectedEnabled) then
4757: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4758: end if;
4759: -- free all the used variables
4760: if (l_parser.id <> -1)
4761: then

Line 4769: ecx_debug.pop(i_method_name);

4765: then
4766: xmldom.freeDocument(l_xsl_doc);
4767: end if;
4768: if (l_procedureEnabled) then
4769: ecx_debug.pop(i_method_name);
4770: end if;
4771: raise ecx_utils.program_exit;
4772: when xmlDOM.INVALID_CHARACTER_ERR then
4773: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4773: ecx_debug.setErrorInfo(1,20,SQLERRM);

4769: ecx_debug.pop(i_method_name);
4770: end if;
4771: raise ecx_utils.program_exit;
4772: when xmlDOM.INVALID_CHARACTER_ERR then
4773: ecx_debug.setErrorInfo(1,20,SQLERRM);
4774: if(l_unexpectedEnabled) then
4775: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4776: end if;
4777: -- free all the used variables

Line 4775: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4771: raise ecx_utils.program_exit;
4772: when xmlDOM.INVALID_CHARACTER_ERR then
4773: ecx_debug.setErrorInfo(1,20,SQLERRM);
4774: if(l_unexpectedEnabled) then
4775: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4776: end if;
4777: -- free all the used variables
4778: if (l_parser.id <> -1)
4779: then

Line 4787: ecx_debug.pop(i_method_name);

4783: then
4784: xmldom.freeDocument(l_xsl_doc);
4785: end if;
4786: if (l_procedureEnabled) then
4787: ecx_debug.pop(i_method_name);
4788: end if;
4789: raise ecx_utils.program_exit;
4790: when xmlDOM.NO_DATA_ALLOWED_ERR then
4791: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4791: ecx_debug.setErrorInfo(1,20,SQLERRM);

4787: ecx_debug.pop(i_method_name);
4788: end if;
4789: raise ecx_utils.program_exit;
4790: when xmlDOM.NO_DATA_ALLOWED_ERR then
4791: ecx_debug.setErrorInfo(1,20,SQLERRM);
4792: if(l_unexpectedEnabled) then
4793: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4794: end if;
4795: -- free all the used variables

Line 4793: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4789: raise ecx_utils.program_exit;
4790: when xmlDOM.NO_DATA_ALLOWED_ERR then
4791: ecx_debug.setErrorInfo(1,20,SQLERRM);
4792: if(l_unexpectedEnabled) then
4793: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4794: end if;
4795: -- free all the used variables
4796: if (l_parser.id <> -1)
4797: then

Line 4805: ecx_debug.pop(i_method_name);

4801: then
4802: xmldom.freeDocument(l_xsl_doc);
4803: end if;
4804: if (l_procedureEnabled) then
4805: ecx_debug.pop(i_method_name);
4806: end if;
4807: raise ecx_utils.program_exit;
4808: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
4809: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4809: ecx_debug.setErrorInfo(1,20,SQLERRM);

4805: ecx_debug.pop(i_method_name);
4806: end if;
4807: raise ecx_utils.program_exit;
4808: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
4809: ecx_debug.setErrorInfo(1,20,SQLERRM);
4810: if(l_unexpectedEnabled) then
4811: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4812: end if;
4813: -- free all the used variables

Line 4811: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4807: raise ecx_utils.program_exit;
4808: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
4809: ecx_debug.setErrorInfo(1,20,SQLERRM);
4810: if(l_unexpectedEnabled) then
4811: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4812: end if;
4813: -- free all the used variables
4814: if (l_parser.id <> -1)
4815: then

Line 4823: ecx_debug.pop(i_method_name);

4819: then
4820: xmldom.freeDocument(l_xsl_doc);
4821: end if;
4822: if (l_procedureEnabled) then
4823: ecx_debug.pop(i_method_name);
4824: end if;
4825: raise ecx_utils.program_exit;
4826: when xmlDOM.NOT_FOUND_ERR then
4827: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4827: ecx_debug.setErrorInfo(1,20,SQLERRM);

4823: ecx_debug.pop(i_method_name);
4824: end if;
4825: raise ecx_utils.program_exit;
4826: when xmlDOM.NOT_FOUND_ERR then
4827: ecx_debug.setErrorInfo(1,20,SQLERRM);
4828: if(l_unexpectedEnabled) then
4829: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4830: end if;
4831: -- free all the used variables

Line 4829: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4825: raise ecx_utils.program_exit;
4826: when xmlDOM.NOT_FOUND_ERR then
4827: ecx_debug.setErrorInfo(1,20,SQLERRM);
4828: if(l_unexpectedEnabled) then
4829: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4830: end if;
4831: -- free all the used variables
4832: if (l_parser.id <> -1)
4833: then

Line 4841: ecx_debug.pop(i_method_name);

4837: then
4838: xmldom.freeDocument(l_xsl_doc);
4839: end if;
4840: if (l_procedureEnabled) then
4841: ecx_debug.pop(i_method_name);
4842: end if;
4843: raise ecx_utils.program_exit;
4844: when xmlDOM.NOT_SUPPORTED_ERR then
4845: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4845: ecx_debug.setErrorInfo(1,20,SQLERRM);

4841: ecx_debug.pop(i_method_name);
4842: end if;
4843: raise ecx_utils.program_exit;
4844: when xmlDOM.NOT_SUPPORTED_ERR then
4845: ecx_debug.setErrorInfo(1,20,SQLERRM);
4846: if(l_unexpectedEnabled) then
4847: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4848: end if;
4849: -- free all the used variables

Line 4847: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4843: raise ecx_utils.program_exit;
4844: when xmlDOM.NOT_SUPPORTED_ERR then
4845: ecx_debug.setErrorInfo(1,20,SQLERRM);
4846: if(l_unexpectedEnabled) then
4847: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4848: end if;
4849: -- free all the used variables
4850: if (l_parser.id <> -1)
4851: then

Line 4859: ecx_debug.pop(i_method_name);

4855: then
4856: xmldom.freeDocument(l_xsl_doc);
4857: end if;
4858: if (l_procedureEnabled) then
4859: ecx_debug.pop(i_method_name);
4860: end if;
4861: raise ecx_utils.program_exit;
4862: when xmlDOM.INUSE_ATTRIBUTE_ERR then
4863: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4863: ecx_debug.setErrorInfo(1,20,SQLERRM);

4859: ecx_debug.pop(i_method_name);
4860: end if;
4861: raise ecx_utils.program_exit;
4862: when xmlDOM.INUSE_ATTRIBUTE_ERR then
4863: ecx_debug.setErrorInfo(1,20,SQLERRM);
4864: -- free all the used variables
4865: if (l_parser.id <> -1)
4866: then
4867: xmlParser.freeParser(l_parser);

Line 4874: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

4870: then
4871: xmldom.freeDocument(l_xsl_doc);
4872: end if;
4873: if(l_unexpectedEnabled) then
4874: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4875: end if;
4876: if (l_procedureEnabled) then
4877: ecx_debug.pop(i_method_name);
4878: end if;

Line 4877: ecx_debug.pop(i_method_name);

4873: if(l_unexpectedEnabled) then
4874: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4875: end if;
4876: if (l_procedureEnabled) then
4877: ecx_debug.pop(i_method_name);
4878: end if;
4879: raise ecx_utils.program_exit;
4880:
4881: WHEN OTHERS THEN

Line 4883: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');

4879: raise ecx_utils.program_exit;
4880:
4881: WHEN OTHERS THEN
4882: if(l_unexpectedEnabled) then
4883: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4884: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4885: end if;
4886: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4887: -- free all the used variables

Line 4884: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

4880:
4881: WHEN OTHERS THEN
4882: if(l_unexpectedEnabled) then
4883: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4884: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4885: end if;
4886: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4887: -- free all the used variables
4888: if (l_parser.id <> -1)

Line 4886: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');

4882: if(l_unexpectedEnabled) then
4883: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4884: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4885: end if;
4886: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4887: -- free all the used variables
4888: if (l_parser.id <> -1)
4889: then
4890: xmlParser.freeParser(l_parser);

Line 4897: ecx_debug.pop(i_method_name);

4893: then
4894: xmldom.freeDocument(l_xsl_doc);
4895: end if;
4896: if (l_procedureEnabled) then
4897: ecx_debug.pop(i_method_name);
4898: end if;
4899: raise ecx_utils.PROGRAM_EXIT;
4900: end transform_xml_with_xslt;
4901:

Line 4945: ecx_debug.push(i_method_name);

4941: /*bug 10254870*/
4942: l_counter_xslt pls_integer := 0;
4943: begin
4944: if (l_procedureEnabled) then
4945: ecx_debug.push(i_method_name);
4946: end if;
4947: if(l_statementEnabled) then
4948: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4949: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);

Line 4948: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);

4944: if (l_procedureEnabled) then
4945: ecx_debug.push(i_method_name);
4946: end if;
4947: if(l_statementEnabled) then
4948: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4949: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
4950: ecx_debug.log(l_statement,'i_direction',i_direction,i_method_name);
4951: end if;
4952:

Line 4949: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);

4945: ecx_debug.push(i_method_name);
4946: end if;
4947: if(l_statementEnabled) then
4948: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4949: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
4950: ecx_debug.log(l_statement,'i_direction',i_direction,i_method_name);
4951: end if;
4952:
4953: if i_stage = 10 then

Line 4950: ecx_debug.log(l_statement,'i_direction',i_direction,i_method_name);

4946: end if;
4947: if(l_statementEnabled) then
4948: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4949: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
4950: ecx_debug.log(l_statement,'i_direction',i_direction,i_method_name);
4951: end if;
4952:
4953: if i_stage = 10 then
4954:

Line 5035: ecx_debug.log(l_statement,'i_vartype1',i_vartype1,i_method_name);

5031: i_vartype1 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_var1_pos).data_type;
5032: end if;
5033: end if;
5034: if(l_statementEnabled) then
5035: ecx_debug.log(l_statement,'i_vartype1',i_vartype1,i_method_name);
5036: end if;
5037: else
5038: if i_var1 = 'NULL'
5039: then

Line 5047: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);

5043: /** Attempt for date **/
5044: begin
5045: i_date := to_date(i_var1,'YYYYMMDD HH24MISS');
5046: if(l_statementEnabled) then
5047: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);
5048: end if;
5049: i_vartype1 :=12;
5050: exception
5051: when others then

Line 5053: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);

5049: i_vartype1 :=12;
5050: exception
5051: when others then
5052: if(l_unexpectedEnabled) then
5053: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);
5054: end if;
5055:
5056: /** Attempt for number **/
5057: begin

Line 5060: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);

5056: /** Attempt for number **/
5057: begin
5058: i_number := to_number(i_var1);
5059: if(l_unexpectedEnabled) then
5060: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);
5061: end if;
5062: i_vartype1 :=2;
5063: exception
5064: when others then

Line 5066: ecx_debug.log(l_unexpected,'i_number','Not a number',i_method_name);

5062: i_vartype1 :=2;
5063: exception
5064: when others then
5065: if(l_unexpectedEnabled) then
5066: ecx_debug.log(l_unexpected,'i_number','Not a number',i_method_name);
5067: end if;
5068: end;
5069: end;
5070: end if;

Line 5102: ecx_debug.log(l_statement,'i_valtype1',i_valtype1,i_method_name);

5098: i_valtype1 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_val1_pos).data_type;
5099: end if;
5100: end if;
5101: if(l_statementEnabled) then
5102: ecx_debug.log(l_statement,'i_valtype1',i_valtype1,i_method_name);
5103: end if;
5104: else
5105: if i_val1 = 'NULL'
5106: then

Line 5114: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);

5110: /** Attempt for date **/
5111: begin
5112: i_date := to_date(i_val1,'YYYYMMDD HH24MISS');
5113: if(l_statementEnabled) then
5114: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);
5115: end if;
5116: i_valtype1 :=12;
5117: exception
5118: when others then

Line 5120: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);

5116: i_valtype1 :=12;
5117: exception
5118: when others then
5119: if(l_unexpectedEnabled) then
5120: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);
5121: end if;
5122: /** Attempt for number **/
5123: begin
5124: i_number := to_number(i_val1);

Line 5126: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);

5122: /** Attempt for number **/
5123: begin
5124: i_number := to_number(i_val1);
5125: if(l_unexpectedEnabled) then
5126: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);
5127: end if;
5128: i_valtype1 :=2;
5129: exception
5130: when others then

Line 5132: ecx_debug.log(l_unexpected,'i_number','Not a number',

5128: i_valtype1 :=2;
5129: exception
5130: when others then
5131: if(l_unexpectedEnabled) then
5132: ecx_debug.log(l_unexpected,'i_number','Not a number',
5133: i_method_name);
5134: end if;
5135:
5136: end;

Line 5180: ecx_debug.log(l_statement,'i_vartype2',i_vartype2,i_method_name);

5176: i_vartype2 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_var2_pos).data_type;
5177: end if;
5178: end if;
5179: if(l_statementEnabled) then
5180: ecx_debug.log(l_statement,'i_vartype2',i_vartype2,i_method_name);
5181: end if;
5182:
5183:
5184: if ecx_utils.g_stage_data(i).cond_operator1 not in ('6','7')

Line 5217: ecx_debug.log(l_statement,'i_valtype2',i_valtype2,i_method_name);

5213: i_valtype2 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_val2_pos).data_type;
5214: end if;
5215: end if;
5216: if(l_statementEnabled) then
5217: ecx_debug.log(l_statement,'i_valtype2',i_valtype2,i_method_name);
5218: end if;
5219:
5220: end if;
5221: end if;

Line 5615: ecx_debug.pop(i_method_name);

5611: dump_stack;
5612: end if;
5613:
5614: if (l_procedureEnabled) then
5615: ecx_debug.pop(i_method_name);
5616: end if;
5617:
5618: EXCEPTION
5619: WHEN ecx_utils.PROGRAM_EXIT then

Line 5621: ecx_debug.pop(i_method_name);

5617:
5618: EXCEPTION
5619: WHEN ecx_utils.PROGRAM_EXIT then
5620: if (l_procedureEnabled) then
5621: ecx_debug.pop(i_method_name);
5622: end if;
5623: raise;
5624:
5625: WHEN OTHERS THEN

Line 5627: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

5623: raise;
5624:
5625: WHEN OTHERS THEN
5626: if(l_unexpectedEnabled) then
5627: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
5628: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_STAGE_DATA');
5629: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5630: end if;
5631: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');

Line 5629: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

5625: WHEN OTHERS THEN
5626: if(l_unexpectedEnabled) then
5627: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
5628: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_STAGE_DATA');
5629: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5630: end if;
5631: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');
5632: if (l_procedureEnabled) then
5633: ecx_debug.pop(i_method_name);

Line 5631: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');

5627: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
5628: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_STAGE_DATA');
5629: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5630: end if;
5631: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');
5632: if (l_procedureEnabled) then
5633: ecx_debug.pop(i_method_name);
5634: end if;
5635: raise ecx_utils.PROGRAM_EXIT;

Line 5633: ecx_debug.pop(i_method_name);

5629: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5630: end if;
5631: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');
5632: if (l_procedureEnabled) then
5633: ecx_debug.pop(i_method_name);
5634: end if;
5635: raise ecx_utils.PROGRAM_EXIT;
5636:
5637:

Line 5656: ecx_debug.push(i_method_name);

5652: i_method_name varchar2(2000) := 'ecx_actions.get_clob';
5653: begin
5654:
5655: if (l_procedureEnabled) then
5656: ecx_debug.push(i_method_name);
5657: end if;
5658: if (clobValue is not null) or
5659: (value is not null ) Then
5660: dbms_lob.createtemporary(clobOut,true,dbms_lob.session);

Line 5668: ecx_debug.pop(i_method_name);

5664: clobOut := clobValue;
5665: end if;
5666: end if;
5667: if (l_procedureEnabled) then
5668: ecx_debug.pop(i_method_name);
5669: end if;
5670: EXCEPTION
5671: WHEN ecx_utils.PROGRAM_EXIT then
5672: if (l_procedureEnabled) then

Line 5673: ecx_debug.pop(i_method_name);

5669: end if;
5670: EXCEPTION
5671: WHEN ecx_utils.PROGRAM_EXIT then
5672: if (l_procedureEnabled) then
5673: ecx_debug.pop(i_method_name);
5674: end if;
5675: raise;
5676:
5677: WHEN OTHERS THEN

Line 5679: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,

5675: raise;
5676:
5677: WHEN OTHERS THEN
5678: if(l_unexpectedEnabled) then
5679: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,
5680: 'PROGRESS_LEVEL',
5681: 'ECX_ACTIONS.GET_CLOB');
5682: end if;
5683: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CLOB');

Line 5683: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CLOB');

5679: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,
5680: 'PROGRESS_LEVEL',
5681: 'ECX_ACTIONS.GET_CLOB');
5682: end if;
5683: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CLOB');
5684: if (l_procedureEnabled) then
5685: ecx_debug.pop(i_method_name);
5686: end if;
5687: raise ecx_utils.PROGRAM_EXIT;

Line 5685: ecx_debug.pop(i_method_name);

5681: 'ECX_ACTIONS.GET_CLOB');
5682: end if;
5683: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CLOB');
5684: if (l_procedureEnabled) then
5685: ecx_debug.pop(i_method_name);
5686: end if;
5687: raise ecx_utils.PROGRAM_EXIT;
5688: end;
5689:

Line 5694: ecx_debug.push(i_method_name);

5690: procedure get_varchar(clobValue in clob , value in Varchar2 , valueOut out nocopy varchar2) as
5691: i_method_name varchar2(2000) := 'ecx_actions.get_varchar';
5692: begin
5693: if (l_procedureEnabled) then
5694: ecx_debug.push(i_method_name);
5695: end if;
5696: if (value is not null) then
5697: valueOut := substr(value , 1, ecx_utils.G_VARCHAR_LEN);
5698: elsif (clobValue is not null) then

Line 5702: ecx_debug.pop(i_method_name);

5698: elsif (clobValue is not null) then
5699: valueOut := dbms_lob.substr(clobValue,ecx_utils.G_VARCHAR_LEN,1);
5700: end if;
5701: if (l_procedureEnabled) then
5702: ecx_debug.pop(i_method_name);
5703: end if;
5704: EXCEPTION
5705: WHEN ecx_utils.PROGRAM_EXIT then
5706: if (l_procedureEnabled) then

Line 5707: ecx_debug.pop(i_method_name);

5703: end if;
5704: EXCEPTION
5705: WHEN ecx_utils.PROGRAM_EXIT then
5706: if (l_procedureEnabled) then
5707: ecx_debug.pop(i_method_name);
5708: end if;
5709: raise;
5710: WHEN OTHERS THEN
5711: if(l_unexpectedEnabled) then

Line 5712: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_VARCHAR');

5708: end if;
5709: raise;
5710: WHEN OTHERS THEN
5711: if(l_unexpectedEnabled) then
5712: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_VARCHAR');
5713: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5714: end if;
5715: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5716: if (l_procedureEnabled) then

Line 5713: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

5709: raise;
5710: WHEN OTHERS THEN
5711: if(l_unexpectedEnabled) then
5712: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_VARCHAR');
5713: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5714: end if;
5715: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5716: if (l_procedureEnabled) then
5717: ecx_debug.pop(i_method_name);

Line 5715: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');

5711: if(l_unexpectedEnabled) then
5712: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_VARCHAR');
5713: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5714: end if;
5715: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5716: if (l_procedureEnabled) then
5717: ecx_debug.pop(i_method_name);
5718: end if;
5719: raise ecx_utils.PROGRAM_EXIT;

Line 5717: ecx_debug.pop(i_method_name);

5713: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5714: end if;
5715: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5716: if (l_procedureEnabled) then
5717: ecx_debug.pop(i_method_name);
5718: end if;
5719: raise ecx_utils.PROGRAM_EXIT;
5720:
5721: end;

Line 5740: ecx_debug.push(i_method_name);

5736: v_name varchar2(32767);
5737: v_value varchar2(32767);
5738: BEGIN
5739: if (l_procedureEnabled) then
5740: ecx_debug.push(i_method_name);
5741: end if;
5742:
5743:
5744: -- Initialize the event if it is not already initialized.

Line 5759: ecx_debug.log(l_statement,'global variable name',

5755: ( v_name,
5756: v_value);
5757:
5758: if(l_statementEnabled) then
5759: ecx_debug.log(l_statement,'global variable name',
5760: ecx_utils.g_stack(k).variable_name,i_method_name);
5761: ecx_debug.log(l_statement,'global variable value',
5762: ecx_utils.g_stack(k).variable_value,i_method_name);
5763: end if;

Line 5761: ecx_debug.log(l_statement,'global variable value',

5757:
5758: if(l_statementEnabled) then
5759: ecx_debug.log(l_statement,'global variable name',
5760: ecx_utils.g_stack(k).variable_name,i_method_name);
5761: ecx_debug.log(l_statement,'global variable value',
5762: ecx_utils.g_stack(k).variable_value,i_method_name);
5763: end if;
5764: end loop;
5765: -- Call the procedure. The procedure takes wf_event_t as

Line 5774: ecx_debug.log(l_statement,'xml fragment',

5770:
5771: execute immediate proc_call using in ecx_utils.g_event, out xml_fragment;
5772:
5773: if(l_statementEnabled) then
5774: ecx_debug.log(l_statement,'xml fragment',
5775: xml_fragment,i_method_name);
5776: end if;
5777:
5778: -- Adding dummy root element before parsing the xml fragment.

Line 5787: ecx_debug.pop(i_method_name);

5783: if (temp_parser.id not in (-1)) then
5784: xmlparser.freeparser(temp_parser);
5785: end if;
5786: if (l_procedureEnabled) then
5787: ecx_debug.pop(i_method_name);
5788: end if;
5789: EXCEPTION
5790: when others then
5791: if (temp_parser.id not in (-1)) then

Line 5795: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_XML_FRAGMENT');

5791: if (temp_parser.id not in (-1)) then
5792: xmlparser.freeparser(temp_parser);
5793: end if;
5794: if(l_unexpectedEnabled) then
5795: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_XML_FRAGMENT');
5796: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5797: end if;
5798: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5799: if (l_procedureEnabled) then

Line 5796: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

5792: xmlparser.freeparser(temp_parser);
5793: end if;
5794: if(l_unexpectedEnabled) then
5795: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_XML_FRAGMENT');
5796: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5797: end if;
5798: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5799: if (l_procedureEnabled) then
5800: ecx_debug.pop(i_method_name);

Line 5798: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');

5794: if(l_unexpectedEnabled) then
5795: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_XML_FRAGMENT');
5796: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5797: end if;
5798: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5799: if (l_procedureEnabled) then
5800: ecx_debug.pop(i_method_name);
5801: end if;
5802: raise ecx_utils.PROGRAM_EXIT;

Line 5800: ecx_debug.pop(i_method_name);

5796: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5797: end if;
5798: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5799: if (l_procedureEnabled) then
5800: ecx_debug.pop(i_method_name);
5801: end if;
5802: raise ecx_utils.PROGRAM_EXIT;
5803: end;
5804: /*

Line 5834: ecx_debug.push(i_method_name);

5830: i_node_type pls_integer;
5831:
5832: begin
5833: if (l_procedureEnabled) then
5834: ecx_debug.push(i_method_name);
5835: end if;
5836:
5837: if (xmlDOM.isNull(ecx_utils.g_xmldoc)) then
5838: return;

Line 5842: ecx_debug.log(l_statement,'i_filename',i_filename,i_method_name);

5838: return;
5839: end if;
5840:
5841: if(l_statementEnabled) then
5842: ecx_debug.log(l_statement,'i_filename',i_filename,i_method_name);
5843: end if;
5844:
5845: if i_filename is null
5846: then

Line 5868: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);

5864: -- input parameters for XSLT actions, so for now, this exception
5865: -- means that the API was invoked within the actions code. So, check
5866: -- the file system
5867: if(l_unexpectedEnabled) then
5868: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);
5869: end if;
5870: l_xslt_payload := null;
5871: when others then
5872: ecx_debug.setErrorInfo(2,30,SQLERRM);

Line 5872: ecx_debug.setErrorInfo(2,30,SQLERRM);

5868: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);
5869: end if;
5870: l_xslt_payload := null;
5871: when others then
5872: ecx_debug.setErrorInfo(2,30,SQLERRM);
5873: raise ecx_utils.program_exit;
5874: end;
5875:
5876: if (l_xslt_payload is null)

Line 5881: ecx_debug.log(l_statement,'XSLT file not loaded in the DB. Checking the file system...',

5877: then
5878: -- xslt file is not loaded in the DB table
5879: -- do the transformation assuming that it is on the file system
5880: if(l_statementEnabled) then
5881: ecx_debug.log(l_statement,'XSLT file not loaded in the DB. Checking the file system...',
5882: i_method_name);
5883: end if;
5884:
5885: if (ecx_actions.g_xslt_dir is null) then

Line 5904: ecx_debug.log(l_statement, 'XSLT Fullpath', i_fullpath,i_method_name);

5900: end if;
5901:
5902: i_fullpath := ecx_actions.g_xslt_dir||ecx_utils.getFileSeparator()||i_filename;
5903: if(l_statementEnabled) then
5904: ecx_debug.log(l_statement, 'XSLT Fullpath', i_fullpath,i_method_name);
5905: end if;
5906: l_parser := xmlparser.newParser;
5907: xmlparser.setPreservewhitespace(l_parser,true); -- bug:4953557
5908: xmlparser.parse(l_parser,i_fullpath);

Line 5914: ecx_debug.log(l_statement, 'Found XSLT file in the DB',i_method_name);

5910: i_stylesheet := xslprocessor.newStyleSheet(l_xsl_doc,i_fullpath);
5911: else
5912: -- payload found in DB,
5913: if(l_statementEnabled) then
5914: ecx_debug.log(l_statement, 'Found XSLT file in the DB',i_method_name);
5915: end if;
5916: -- convert l_xslt_paylod from clob to DOMDocument
5917: l_parser := xmlparser.newParser;
5918: xmlparser.setPreservewhitespace(l_parser,true); -- bug:4953557

Line 5931: ecx_debug.log(l_statement, 'i_node_type', i_node_type,i_method_name);

5927:
5928: -- get the type of the DOMNode
5929: i_node_type := xmlDOM.getNodeType(ecx_utils.g_xmldoc);
5930: if(l_statementEnabled) then
5931: ecx_debug.log(l_statement, 'i_node_type', i_node_type,i_method_name);
5932: end if;
5933:
5934: if (i_node_type = xmlDOM.DOCUMENT_NODE)
5935: then

Line 5937: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);

5933:
5934: if (i_node_type = xmlDOM.DOCUMENT_NODE)
5935: then
5936: if(l_statementEnabled) then
5937: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);
5938: end if;
5939: i_doc := xmlDOM.makeDocument(ecx_utils.g_xmldoc);
5940: if(l_statementEnabled) then
5941: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

Line 5941: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

5937: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);
5938: end if;
5939: i_doc := xmlDOM.makeDocument(ecx_utils.g_xmldoc);
5940: if(l_statementEnabled) then
5941: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);
5942: end if;
5943: xslprocessor.processXSL(i_processor, i_stylesheet, i_doc,i_out_transformed);
5944:
5945: elsif (i_node_type = xmlDOM.DOCUMENT_FRAGMENT_NODE)

Line 5948: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);

5944:
5945: elsif (i_node_type = xmlDOM.DOCUMENT_FRAGMENT_NODE)
5946: then
5947: if(l_statementEnabled) then
5948: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);
5949: end if;
5950: i_doc_frag := xmlDOM.makeDocumentFragment(ecx_utils.g_xmldoc);
5951: if(l_statementEnabled) then
5952: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

Line 5952: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

5948: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);
5949: end if;
5950: i_doc_frag := xmlDOM.makeDocumentFragment(ecx_utils.g_xmldoc);
5951: if(l_statementEnabled) then
5952: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);
5953: end if;
5954: xslprocessor.processXSL(i_processor, i_stylesheet, i_doc_frag,i_out_transformed);
5955: end if;
5956:

Line 5958: ecx_debug.log(l_statement,'XSL processed. Output written to a CLOB i_xslt_file',i_method_name);

5954: xslprocessor.processXSL(i_processor, i_stylesheet, i_doc_frag,i_out_transformed);
5955: end if;
5956:
5957: if(l_statementEnabled) then
5958: ecx_debug.log(l_statement,'XSL processed. Output written to a CLOB i_xslt_file',i_method_name);
5959: end if;
5960:
5961: -- free all the used variables
5962: xslprocessor.freeStylesheet(i_stylesheet);

Line 5984: ecx_debug.pop(i_method_name);

5980: xmldom.freeDocFrag(i_doc_frag);
5981: end if;
5982:
5983: if (l_procedureEnabled) then
5984: ecx_debug.pop(i_method_name);
5985: end if;
5986: exception
5987: -- Put All DOM Parser Exceptions Here.
5988: when xmlDOM.INDEX_SIZE_ERR then

Line 5989: ecx_debug.setErrorInfo(1,20,SQLERRM);

5985: end if;
5986: exception
5987: -- Put All DOM Parser Exceptions Here.
5988: when xmlDOM.INDEX_SIZE_ERR then
5989: ecx_debug.setErrorInfo(1,20,SQLERRM);
5990: if(l_unexpectedEnabled) then
5991: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
5992: end if;
5993: -- free all the used variables

Line 5991: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

5987: -- Put All DOM Parser Exceptions Here.
5988: when xmlDOM.INDEX_SIZE_ERR then
5989: ecx_debug.setErrorInfo(1,20,SQLERRM);
5990: if(l_unexpectedEnabled) then
5991: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
5992: end if;
5993: -- free all the used variables
5994: if (l_parser.id <> -1)
5995: then

Line 6003: ecx_debug.pop(i_method_name);

5999: then
6000: xmldom.freeDocument(l_xsl_doc);
6001: end if;
6002: if (l_procedureEnabled) then
6003: ecx_debug.pop(i_method_name);
6004: end if;
6005: raise ecx_utils.program_exit;
6006: when xmlDOM.DOMSTRING_SIZE_ERR then
6007: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6007: ecx_debug.setErrorInfo(1,20,SQLERRM);

6003: ecx_debug.pop(i_method_name);
6004: end if;
6005: raise ecx_utils.program_exit;
6006: when xmlDOM.DOMSTRING_SIZE_ERR then
6007: ecx_debug.setErrorInfo(1,20,SQLERRM);
6008: if(l_unexpectedEnabled) then
6009: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6010: end if;
6011: -- free all the used variables

Line 6009: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6005: raise ecx_utils.program_exit;
6006: when xmlDOM.DOMSTRING_SIZE_ERR then
6007: ecx_debug.setErrorInfo(1,20,SQLERRM);
6008: if(l_unexpectedEnabled) then
6009: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6010: end if;
6011: -- free all the used variables
6012: if (l_parser.id <> -1)
6013: then

Line 6021: ecx_debug.pop(i_method_name);

6017: then
6018: xmldom.freeDocument(l_xsl_doc);
6019: end if;
6020: if (l_procedureEnabled) then
6021: ecx_debug.pop(i_method_name);
6022: end if;
6023: raise ecx_utils.program_exit;
6024: when xmlDOM.HIERARCHY_REQUEST_ERR then
6025: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6025: ecx_debug.setErrorInfo(1,20,SQLERRM);

6021: ecx_debug.pop(i_method_name);
6022: end if;
6023: raise ecx_utils.program_exit;
6024: when xmlDOM.HIERARCHY_REQUEST_ERR then
6025: ecx_debug.setErrorInfo(1,20,SQLERRM);
6026: if(l_unexpectedEnabled) then
6027: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6028: end if;
6029: -- free all the used variables

Line 6027: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6023: raise ecx_utils.program_exit;
6024: when xmlDOM.HIERARCHY_REQUEST_ERR then
6025: ecx_debug.setErrorInfo(1,20,SQLERRM);
6026: if(l_unexpectedEnabled) then
6027: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6028: end if;
6029: -- free all the used variables
6030: if (l_parser.id <> -1)
6031: then

Line 6039: ecx_debug.pop(i_method_name);

6035: then
6036: xmldom.freeDocument(l_xsl_doc);
6037: end if;
6038: if (l_procedureEnabled) then
6039: ecx_debug.pop(i_method_name);
6040: end if;
6041: raise ecx_utils.program_exit;
6042: when xmlDOM.WRONG_DOCUMENT_ERR then
6043: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6043: ecx_debug.setErrorInfo(1,20,SQLERRM);

6039: ecx_debug.pop(i_method_name);
6040: end if;
6041: raise ecx_utils.program_exit;
6042: when xmlDOM.WRONG_DOCUMENT_ERR then
6043: ecx_debug.setErrorInfo(1,20,SQLERRM);
6044: if(l_unexpectedEnabled) then
6045: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6046: end if;
6047: -- free all the used variables

Line 6045: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6041: raise ecx_utils.program_exit;
6042: when xmlDOM.WRONG_DOCUMENT_ERR then
6043: ecx_debug.setErrorInfo(1,20,SQLERRM);
6044: if(l_unexpectedEnabled) then
6045: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6046: end if;
6047: -- free all the used variables
6048: if (l_parser.id <> -1)
6049: then

Line 6057: ecx_debug.pop(i_method_name);

6053: then
6054: xmldom.freeDocument(l_xsl_doc);
6055: end if;
6056: if (l_procedureEnabled) then
6057: ecx_debug.pop(i_method_name);
6058: end if;
6059: raise ecx_utils.program_exit;
6060: when xmlDOM.INVALID_CHARACTER_ERR then
6061: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6061: ecx_debug.setErrorInfo(1,20,SQLERRM);

6057: ecx_debug.pop(i_method_name);
6058: end if;
6059: raise ecx_utils.program_exit;
6060: when xmlDOM.INVALID_CHARACTER_ERR then
6061: ecx_debug.setErrorInfo(1,20,SQLERRM);
6062: if(l_unexpectedEnabled) then
6063: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6064: end if;
6065: -- free all the used variables

Line 6063: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6059: raise ecx_utils.program_exit;
6060: when xmlDOM.INVALID_CHARACTER_ERR then
6061: ecx_debug.setErrorInfo(1,20,SQLERRM);
6062: if(l_unexpectedEnabled) then
6063: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6064: end if;
6065: -- free all the used variables
6066: if (l_parser.id <> -1)
6067: then

Line 6075: ecx_debug.pop(i_method_name);

6071: then
6072: xmldom.freeDocument(l_xsl_doc);
6073: end if;
6074: if (l_procedureEnabled) then
6075: ecx_debug.pop(i_method_name);
6076: end if;
6077: raise ecx_utils.program_exit;
6078: when xmlDOM.NO_DATA_ALLOWED_ERR then
6079: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6079: ecx_debug.setErrorInfo(1,20,SQLERRM);

6075: ecx_debug.pop(i_method_name);
6076: end if;
6077: raise ecx_utils.program_exit;
6078: when xmlDOM.NO_DATA_ALLOWED_ERR then
6079: ecx_debug.setErrorInfo(1,20,SQLERRM);
6080: if(l_unexpectedEnabled) then
6081: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6082: end if;
6083: -- free all the used variables

Line 6081: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6077: raise ecx_utils.program_exit;
6078: when xmlDOM.NO_DATA_ALLOWED_ERR then
6079: ecx_debug.setErrorInfo(1,20,SQLERRM);
6080: if(l_unexpectedEnabled) then
6081: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6082: end if;
6083: -- free all the used variables
6084: if (l_parser.id <> -1)
6085: then

Line 6093: ecx_debug.pop(i_method_name);

6089: then
6090: xmldom.freeDocument(l_xsl_doc);
6091: end if;
6092: if (l_procedureEnabled) then
6093: ecx_debug.pop(i_method_name);
6094: end if;
6095: raise ecx_utils.program_exit;
6096: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
6097: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6097: ecx_debug.setErrorInfo(1,20,SQLERRM);

6093: ecx_debug.pop(i_method_name);
6094: end if;
6095: raise ecx_utils.program_exit;
6096: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
6097: ecx_debug.setErrorInfo(1,20,SQLERRM);
6098: if(l_unexpectedEnabled) then
6099: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6100: end if;
6101: -- free all the used variables

Line 6099: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6095: raise ecx_utils.program_exit;
6096: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
6097: ecx_debug.setErrorInfo(1,20,SQLERRM);
6098: if(l_unexpectedEnabled) then
6099: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6100: end if;
6101: -- free all the used variables
6102: if (l_parser.id <> -1)
6103: then

Line 6111: ecx_debug.pop(i_method_name);

6107: then
6108: xmldom.freeDocument(l_xsl_doc);
6109: end if;
6110: if (l_procedureEnabled) then
6111: ecx_debug.pop(i_method_name);
6112: end if;
6113: raise ecx_utils.program_exit;
6114: when xmlDOM.NOT_FOUND_ERR then
6115: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6115: ecx_debug.setErrorInfo(1,20,SQLERRM);

6111: ecx_debug.pop(i_method_name);
6112: end if;
6113: raise ecx_utils.program_exit;
6114: when xmlDOM.NOT_FOUND_ERR then
6115: ecx_debug.setErrorInfo(1,20,SQLERRM);
6116: if(l_unexpectedEnabled) then
6117: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6118: end if;
6119: -- free all the used variables

Line 6117: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6113: raise ecx_utils.program_exit;
6114: when xmlDOM.NOT_FOUND_ERR then
6115: ecx_debug.setErrorInfo(1,20,SQLERRM);
6116: if(l_unexpectedEnabled) then
6117: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6118: end if;
6119: -- free all the used variables
6120: if (l_parser.id <> -1)
6121: then

Line 6129: ecx_debug.pop(i_method_name);

6125: then
6126: xmldom.freeDocument(l_xsl_doc);
6127: end if;
6128: if (l_procedureEnabled) then
6129: ecx_debug.pop(i_method_name);
6130: end if;
6131: raise ecx_utils.program_exit;
6132: when xmlDOM.NOT_SUPPORTED_ERR then
6133: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6133: ecx_debug.setErrorInfo(1,20,SQLERRM);

6129: ecx_debug.pop(i_method_name);
6130: end if;
6131: raise ecx_utils.program_exit;
6132: when xmlDOM.NOT_SUPPORTED_ERR then
6133: ecx_debug.setErrorInfo(1,20,SQLERRM);
6134: if(l_unexpectedEnabled) then
6135: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6136: end if;
6137: -- free all the used variables

Line 6135: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6131: raise ecx_utils.program_exit;
6132: when xmlDOM.NOT_SUPPORTED_ERR then
6133: ecx_debug.setErrorInfo(1,20,SQLERRM);
6134: if(l_unexpectedEnabled) then
6135: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6136: end if;
6137: -- free all the used variables
6138: if (l_parser.id <> -1)
6139: then

Line 6147: ecx_debug.pop(i_method_name);

6143: then
6144: xmldom.freeDocument(l_xsl_doc);
6145: end if;
6146: if (l_procedureEnabled) then
6147: ecx_debug.pop(i_method_name);
6148: end if;
6149: raise ecx_utils.program_exit;
6150: when xmlDOM.INUSE_ATTRIBUTE_ERR then
6151: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 6151: ecx_debug.setErrorInfo(1,20,SQLERRM);

6147: ecx_debug.pop(i_method_name);
6148: end if;
6149: raise ecx_utils.program_exit;
6150: when xmlDOM.INUSE_ATTRIBUTE_ERR then
6151: ecx_debug.setErrorInfo(1,20,SQLERRM);
6152: -- free all the used variables
6153: if (l_parser.id <> -1)
6154: then
6155: xmlParser.freeParser(l_parser);

Line 6162: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);

6158: then
6159: xmldom.freeDocument(l_xsl_doc);
6160: end if;
6161: if(l_unexpectedEnabled) then
6162: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6163: end if;
6164: if (l_procedureEnabled) then
6165: ecx_debug.pop(i_method_name);
6166: end if;

Line 6165: ecx_debug.pop(i_method_name);

6161: if(l_unexpectedEnabled) then
6162: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
6163: end if;
6164: if (l_procedureEnabled) then
6165: ecx_debug.pop(i_method_name);
6166: end if;
6167: raise ecx_utils.program_exit;
6168:
6169: WHEN OTHERS THEN

Line 6171: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');

6167: raise ecx_utils.program_exit;
6168:
6169: WHEN OTHERS THEN
6170: if(l_unexpectedEnabled) then
6171: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
6172: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
6173: end if;
6174: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
6175: -- free all the used variables

Line 6172: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

6168:
6169: WHEN OTHERS THEN
6170: if(l_unexpectedEnabled) then
6171: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
6172: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
6173: end if;
6174: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
6175: -- free all the used variables
6176: if (l_parser.id <> -1)

Line 6174: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');

6170: if(l_unexpectedEnabled) then
6171: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
6172: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
6173: end if;
6174: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
6175: -- free all the used variables
6176: if (l_parser.id <> -1)
6177: then
6178: xmlParser.freeParser(l_parser);

Line 6185: ecx_debug.pop(i_method_name);

6181: then
6182: xmldom.freeDocument(l_xsl_doc);
6183: end if;
6184: if (l_procedureEnabled) then
6185: ecx_debug.pop(i_method_name);
6186: end if;
6187: raise ecx_utils.PROGRAM_EXIT;
6188: end transform_xml_with_xslt;
6189: /**

Line 6202: ecx_debug.push(i_method_name);

6198: i_method_name varchar2(2000) := 'ecx_actions.get_Count_Action_Type';
6199: l_cnt_actionType pls_integer:= 0;
6200: BEGIN
6201: if (l_procedureEnabled) then
6202: ecx_debug.push(i_method_name);
6203: end if;
6204: if (ecx_utils.g_stage_data.count <> 0)
6205: then
6206: FOR i in ecx_utils.g_stage_data.first..ecx_utils.g_stage_data.last

Line 6215: ecx_debug.pop(i_method_name);

6211: end if;
6212: end loop;
6213: end if;
6214: if (l_procedureEnabled) then
6215: ecx_debug.pop(i_method_name);
6216: end if;
6217: return l_cnt_actionType;
6218: EXCEPTION
6219: WHEN OTHERS THEN

Line 6221: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,

6217: return l_cnt_actionType;
6218: EXCEPTION
6219: WHEN OTHERS THEN
6220: if(l_statementEnabled) then
6221: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
6222: 'PROGRESS_LEVEL','ECX_ACTIONS.GET_COUNT_ACTION_TYPE');
6223: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
6224: end if;
6225: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_COUNT_ACTION_TYPE');

Line 6223: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);

6219: WHEN OTHERS THEN
6220: if(l_statementEnabled) then
6221: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
6222: 'PROGRESS_LEVEL','ECX_ACTIONS.GET_COUNT_ACTION_TYPE');
6223: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
6224: end if;
6225: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_COUNT_ACTION_TYPE');
6226: if (l_procedureEnabled) then
6227: ecx_debug.pop(i_method_name);

Line 6225: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_COUNT_ACTION_TYPE');

6221: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
6222: 'PROGRESS_LEVEL','ECX_ACTIONS.GET_COUNT_ACTION_TYPE');
6223: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
6224: end if;
6225: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_COUNT_ACTION_TYPE');
6226: if (l_procedureEnabled) then
6227: ecx_debug.pop(i_method_name);
6228: end if;
6229: raise ecx_utils.PROGRAM_EXIT;

Line 6227: ecx_debug.pop(i_method_name);

6223: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
6224: end if;
6225: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_COUNT_ACTION_TYPE');
6226: if (l_procedureEnabled) then
6227: ecx_debug.pop(i_method_name);
6228: end if;
6229: raise ecx_utils.PROGRAM_EXIT;
6230: end get_Count_Action_Type;
6231: end ecx_actions;