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.12 2006/07/07 10:00:09 gsingh 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.12 2006/07/07 10:00:09 gsingh 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.12 2006/07/07 10:00:09 gsingh 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 4537: ecx_debug.push(i_method_name);

4533: i_node_type pls_integer;
4534:
4535: begin
4536: if (l_procedureEnabled) then
4537: ecx_debug.push(i_method_name);
4538: end if;
4539:
4540: if (xmlDOM.isNull(ecx_utils.g_xmldoc)) then
4541: return;

Line 4545: ecx_debug.log(l_statement,'i_filename',i_filename,i_method_name);

4541: return;
4542: end if;
4543:
4544: if(l_statementEnabled) then
4545: ecx_debug.log(l_statement,'i_filename',i_filename,i_method_name);
4546: end if;
4547:
4548: if i_filename is null
4549: then

Line 4571: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);

4567: -- input parameters for XSLT actions, so for now, this exception
4568: -- means that the API was invoked within the actions code. So, check
4569: -- the file system
4570: if(l_unexpectedEnabled) then
4571: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);
4572: end if;
4573: l_xslt_payload := null;
4574: when others then
4575: ecx_debug.setErrorInfo(2,30,SQLERRM);

Line 4575: ecx_debug.setErrorInfo(2,30,SQLERRM);

4571: ecx_debug.log(l_unexpected, SQLERRM,i_method_name);
4572: end if;
4573: l_xslt_payload := null;
4574: when others then
4575: ecx_debug.setErrorInfo(2,30,SQLERRM);
4576: raise ecx_utils.program_exit;
4577: end;
4578:
4579: if (l_xslt_payload is null)

Line 4584: ecx_debug.log(l_statement,'XSLT file not loaded in the DB. Checking the file system...',

4580: then
4581: -- xslt file is not loaded in the DB table
4582: -- do the transformation assuming that it is on the file system
4583: if(l_statementEnabled) then
4584: ecx_debug.log(l_statement,'XSLT file not loaded in the DB. Checking the file system...',
4585: i_method_name);
4586: end if;
4587:
4588: if (ecx_actions.g_xslt_dir is null) then

Line 4607: ecx_debug.log(l_statement, 'XSLT Fullpath', i_fullpath,i_method_name);

4603: end if;
4604:
4605: i_fullpath := ecx_actions.g_xslt_dir||ecx_utils.getFileSeparator()||i_filename;
4606: if(l_statementEnabled) then
4607: ecx_debug.log(l_statement, 'XSLT Fullpath', i_fullpath,i_method_name);
4608: end if;
4609: l_parser := xmlparser.newParser;
4610: xmlparser.setPreservewhitespace(l_parser,true); -- bug:4953557
4611: xmlparser.parse(l_parser,i_fullpath);

Line 4617: ecx_debug.log(l_statement, 'Found XSLT file in the DB',i_method_name);

4613: i_stylesheet := xslprocessor.newStyleSheet(l_xsl_doc,i_fullpath);
4614: else
4615: -- payload found in DB,
4616: if(l_statementEnabled) then
4617: ecx_debug.log(l_statement, 'Found XSLT file in the DB',i_method_name);
4618: end if;
4619: -- convert l_xslt_paylod from clob to DOMDocument
4620: l_parser := xmlparser.newParser;
4621: xmlparser.setPreservewhitespace(l_parser,true); -- bug:4953557

Line 4634: ecx_debug.log(l_statement, 'i_node_type', i_node_type,i_method_name);

4630:
4631: -- get the type of the DOMNode
4632: i_node_type := xmlDOM.getNodeType(ecx_utils.g_xmldoc);
4633: if(l_statementEnabled) then
4634: ecx_debug.log(l_statement, 'i_node_type', i_node_type,i_method_name);
4635: end if;
4636:
4637: if (i_node_type = xmlDOM.DOCUMENT_NODE)
4638: then

Line 4640: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);

4636:
4637: if (i_node_type = xmlDOM.DOCUMENT_NODE)
4638: then
4639: if(l_statementEnabled) then
4640: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);
4641: end if;
4642: i_doc := xmlDOM.makeDocument(ecx_utils.g_xmldoc);
4643: if(l_statementEnabled) then
4644: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

Line 4644: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

4640: ecx_debug.log(l_statement, 'Creating Document Object from DOM Node...',i_method_name);
4641: end if;
4642: i_doc := xmlDOM.makeDocument(ecx_utils.g_xmldoc);
4643: if(l_statementEnabled) then
4644: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);
4645: end if;
4646: i_xmlDocFrag := xslprocessor.processXSL(i_processor, i_stylesheet, i_doc);
4647:
4648: elsif (i_node_type = xmlDOM.DOCUMENT_FRAGMENT_NODE)

Line 4651: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);

4647:
4648: elsif (i_node_type = xmlDOM.DOCUMENT_FRAGMENT_NODE)
4649: then
4650: if(l_statementEnabled) then
4651: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);
4652: end if;
4653: i_doc_frag := xmlDOM.makeDocumentFragment(ecx_utils.g_xmldoc);
4654: if(l_statementEnabled) then
4655: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

Line 4655: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);

4651: ecx_debug.log(l_statement,'Creating Document fragment from DOM Node...',i_method_name);
4652: end if;
4653: i_doc_frag := xmlDOM.makeDocumentFragment(ecx_utils.g_xmldoc);
4654: if(l_statementEnabled) then
4655: ecx_debug.log(l_statement, 'Before processing XSL',i_method_name);
4656: end if;
4657: i_xmlDocFrag := xslprocessor.processXSL(i_processor, i_stylesheet, i_doc_frag);
4658: end if;
4659:

Line 4661: ecx_debug.log(l_statement,'XSL processed.Creating Node...',i_method_name);

4657: i_xmlDocFrag := xslprocessor.processXSL(i_processor, i_stylesheet, i_doc_frag);
4658: end if;
4659:
4660: if(l_statementEnabled) then
4661: ecx_debug.log(l_statement,'XSL processed.Creating Node...',i_method_name);
4662: end if;
4663: i_domNode := xmlDOM.makeNode(i_xmlDocFrag);
4664: if(l_statementEnabled) then
4665: ecx_debug.log(l_statement, 'Node created.',i_method_name);

Line 4665: ecx_debug.log(l_statement, 'Node created.',i_method_name);

4661: ecx_debug.log(l_statement,'XSL processed.Creating Node...',i_method_name);
4662: end if;
4663: i_domNode := xmlDOM.makeNode(i_xmlDocFrag);
4664: if(l_statementEnabled) then
4665: ecx_debug.log(l_statement, 'Node created.',i_method_name);
4666: end if;
4667: ecx_utils.g_xmldoc := i_domNode;
4668:
4669: -- free all the used variables

Line 4693: ecx_debug.pop(i_method_name);

4689: xmldom.freeDocFrag(i_doc_frag);
4690: end if;
4691:
4692: if (l_procedureEnabled) then
4693: ecx_debug.pop(i_method_name);
4694: end if;
4695: exception
4696: -- Put All DOM Parser Exceptions Here.
4697: when xmlDOM.INDEX_SIZE_ERR then

Line 4698: ecx_debug.setErrorInfo(1,20,SQLERRM);

4694: end if;
4695: exception
4696: -- Put All DOM Parser Exceptions Here.
4697: when xmlDOM.INDEX_SIZE_ERR then
4698: ecx_debug.setErrorInfo(1,20,SQLERRM);
4699: if(l_unexpectedEnabled) then
4700: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4701: end if;
4702: -- free all the used variables

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

4696: -- Put All DOM Parser Exceptions Here.
4697: when xmlDOM.INDEX_SIZE_ERR then
4698: ecx_debug.setErrorInfo(1,20,SQLERRM);
4699: if(l_unexpectedEnabled) then
4700: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4701: end if;
4702: -- free all the used variables
4703: if (l_parser.id <> -1)
4704: then

Line 4712: ecx_debug.pop(i_method_name);

4708: then
4709: xmldom.freeDocument(l_xsl_doc);
4710: end if;
4711: if (l_procedureEnabled) then
4712: ecx_debug.pop(i_method_name);
4713: end if;
4714: raise ecx_utils.program_exit;
4715: when xmlDOM.DOMSTRING_SIZE_ERR then
4716: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4716: ecx_debug.setErrorInfo(1,20,SQLERRM);

4712: ecx_debug.pop(i_method_name);
4713: end if;
4714: raise ecx_utils.program_exit;
4715: when xmlDOM.DOMSTRING_SIZE_ERR then
4716: ecx_debug.setErrorInfo(1,20,SQLERRM);
4717: if(l_unexpectedEnabled) then
4718: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4719: end if;
4720: -- free all the used variables

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

4714: raise ecx_utils.program_exit;
4715: when xmlDOM.DOMSTRING_SIZE_ERR then
4716: ecx_debug.setErrorInfo(1,20,SQLERRM);
4717: if(l_unexpectedEnabled) then
4718: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4719: end if;
4720: -- free all the used variables
4721: if (l_parser.id <> -1)
4722: then

Line 4730: ecx_debug.pop(i_method_name);

4726: then
4727: xmldom.freeDocument(l_xsl_doc);
4728: end if;
4729: if (l_procedureEnabled) then
4730: ecx_debug.pop(i_method_name);
4731: end if;
4732: raise ecx_utils.program_exit;
4733: when xmlDOM.HIERARCHY_REQUEST_ERR then
4734: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4734: ecx_debug.setErrorInfo(1,20,SQLERRM);

4730: ecx_debug.pop(i_method_name);
4731: end if;
4732: raise ecx_utils.program_exit;
4733: when xmlDOM.HIERARCHY_REQUEST_ERR then
4734: ecx_debug.setErrorInfo(1,20,SQLERRM);
4735: if(l_unexpectedEnabled) then
4736: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4737: end if;
4738: -- free all the used variables

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

4732: raise ecx_utils.program_exit;
4733: when xmlDOM.HIERARCHY_REQUEST_ERR then
4734: ecx_debug.setErrorInfo(1,20,SQLERRM);
4735: if(l_unexpectedEnabled) then
4736: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4737: end if;
4738: -- free all the used variables
4739: if (l_parser.id <> -1)
4740: then

Line 4748: ecx_debug.pop(i_method_name);

4744: then
4745: xmldom.freeDocument(l_xsl_doc);
4746: end if;
4747: if (l_procedureEnabled) then
4748: ecx_debug.pop(i_method_name);
4749: end if;
4750: raise ecx_utils.program_exit;
4751: when xmlDOM.WRONG_DOCUMENT_ERR then
4752: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4752: ecx_debug.setErrorInfo(1,20,SQLERRM);

4748: ecx_debug.pop(i_method_name);
4749: end if;
4750: raise ecx_utils.program_exit;
4751: when xmlDOM.WRONG_DOCUMENT_ERR then
4752: ecx_debug.setErrorInfo(1,20,SQLERRM);
4753: if(l_unexpectedEnabled) then
4754: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4755: end if;
4756: -- free all the used variables

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

4750: raise ecx_utils.program_exit;
4751: when xmlDOM.WRONG_DOCUMENT_ERR then
4752: ecx_debug.setErrorInfo(1,20,SQLERRM);
4753: if(l_unexpectedEnabled) then
4754: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4755: end if;
4756: -- free all the used variables
4757: if (l_parser.id <> -1)
4758: then

Line 4766: ecx_debug.pop(i_method_name);

4762: then
4763: xmldom.freeDocument(l_xsl_doc);
4764: end if;
4765: if (l_procedureEnabled) then
4766: ecx_debug.pop(i_method_name);
4767: end if;
4768: raise ecx_utils.program_exit;
4769: when xmlDOM.INVALID_CHARACTER_ERR then
4770: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4770: ecx_debug.setErrorInfo(1,20,SQLERRM);

4766: ecx_debug.pop(i_method_name);
4767: end if;
4768: raise ecx_utils.program_exit;
4769: when xmlDOM.INVALID_CHARACTER_ERR then
4770: ecx_debug.setErrorInfo(1,20,SQLERRM);
4771: if(l_unexpectedEnabled) then
4772: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4773: end if;
4774: -- free all the used variables

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

4768: raise ecx_utils.program_exit;
4769: when xmlDOM.INVALID_CHARACTER_ERR then
4770: ecx_debug.setErrorInfo(1,20,SQLERRM);
4771: if(l_unexpectedEnabled) then
4772: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4773: end if;
4774: -- free all the used variables
4775: if (l_parser.id <> -1)
4776: then

Line 4784: ecx_debug.pop(i_method_name);

4780: then
4781: xmldom.freeDocument(l_xsl_doc);
4782: end if;
4783: if (l_procedureEnabled) then
4784: ecx_debug.pop(i_method_name);
4785: end if;
4786: raise ecx_utils.program_exit;
4787: when xmlDOM.NO_DATA_ALLOWED_ERR then
4788: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4788: ecx_debug.setErrorInfo(1,20,SQLERRM);

4784: ecx_debug.pop(i_method_name);
4785: end if;
4786: raise ecx_utils.program_exit;
4787: when xmlDOM.NO_DATA_ALLOWED_ERR then
4788: ecx_debug.setErrorInfo(1,20,SQLERRM);
4789: if(l_unexpectedEnabled) then
4790: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4791: end if;
4792: -- free all the used variables

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

4786: raise ecx_utils.program_exit;
4787: when xmlDOM.NO_DATA_ALLOWED_ERR then
4788: ecx_debug.setErrorInfo(1,20,SQLERRM);
4789: if(l_unexpectedEnabled) then
4790: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4791: end if;
4792: -- free all the used variables
4793: if (l_parser.id <> -1)
4794: then

Line 4802: ecx_debug.pop(i_method_name);

4798: then
4799: xmldom.freeDocument(l_xsl_doc);
4800: end if;
4801: if (l_procedureEnabled) then
4802: ecx_debug.pop(i_method_name);
4803: end if;
4804: raise ecx_utils.program_exit;
4805: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
4806: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4806: ecx_debug.setErrorInfo(1,20,SQLERRM);

4802: ecx_debug.pop(i_method_name);
4803: end if;
4804: raise ecx_utils.program_exit;
4805: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
4806: ecx_debug.setErrorInfo(1,20,SQLERRM);
4807: if(l_unexpectedEnabled) then
4808: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4809: end if;
4810: -- free all the used variables

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

4804: raise ecx_utils.program_exit;
4805: when xmlDOM.No_MODIFICATION_ALLOWED_ERR then
4806: ecx_debug.setErrorInfo(1,20,SQLERRM);
4807: if(l_unexpectedEnabled) then
4808: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4809: end if;
4810: -- free all the used variables
4811: if (l_parser.id <> -1)
4812: then

Line 4820: ecx_debug.pop(i_method_name);

4816: then
4817: xmldom.freeDocument(l_xsl_doc);
4818: end if;
4819: if (l_procedureEnabled) then
4820: ecx_debug.pop(i_method_name);
4821: end if;
4822: raise ecx_utils.program_exit;
4823: when xmlDOM.NOT_FOUND_ERR then
4824: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4824: ecx_debug.setErrorInfo(1,20,SQLERRM);

4820: ecx_debug.pop(i_method_name);
4821: end if;
4822: raise ecx_utils.program_exit;
4823: when xmlDOM.NOT_FOUND_ERR then
4824: ecx_debug.setErrorInfo(1,20,SQLERRM);
4825: if(l_unexpectedEnabled) then
4826: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4827: end if;
4828: -- free all the used variables

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

4822: raise ecx_utils.program_exit;
4823: when xmlDOM.NOT_FOUND_ERR then
4824: ecx_debug.setErrorInfo(1,20,SQLERRM);
4825: if(l_unexpectedEnabled) then
4826: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4827: end if;
4828: -- free all the used variables
4829: if (l_parser.id <> -1)
4830: then

Line 4838: ecx_debug.pop(i_method_name);

4834: then
4835: xmldom.freeDocument(l_xsl_doc);
4836: end if;
4837: if (l_procedureEnabled) then
4838: ecx_debug.pop(i_method_name);
4839: end if;
4840: raise ecx_utils.program_exit;
4841: when xmlDOM.NOT_SUPPORTED_ERR then
4842: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4842: ecx_debug.setErrorInfo(1,20,SQLERRM);

4838: ecx_debug.pop(i_method_name);
4839: end if;
4840: raise ecx_utils.program_exit;
4841: when xmlDOM.NOT_SUPPORTED_ERR then
4842: ecx_debug.setErrorInfo(1,20,SQLERRM);
4843: if(l_unexpectedEnabled) then
4844: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4845: end if;
4846: -- free all the used variables

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

4840: raise ecx_utils.program_exit;
4841: when xmlDOM.NOT_SUPPORTED_ERR then
4842: ecx_debug.setErrorInfo(1,20,SQLERRM);
4843: if(l_unexpectedEnabled) then
4844: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4845: end if;
4846: -- free all the used variables
4847: if (l_parser.id <> -1)
4848: then

Line 4856: ecx_debug.pop(i_method_name);

4852: then
4853: xmldom.freeDocument(l_xsl_doc);
4854: end if;
4855: if (l_procedureEnabled) then
4856: ecx_debug.pop(i_method_name);
4857: end if;
4858: raise ecx_utils.program_exit;
4859: when xmlDOM.INUSE_ATTRIBUTE_ERR then
4860: ecx_debug.setErrorInfo(1,20,SQLERRM);

Line 4860: ecx_debug.setErrorInfo(1,20,SQLERRM);

4856: ecx_debug.pop(i_method_name);
4857: end if;
4858: raise ecx_utils.program_exit;
4859: when xmlDOM.INUSE_ATTRIBUTE_ERR then
4860: ecx_debug.setErrorInfo(1,20,SQLERRM);
4861: -- free all the used variables
4862: if (l_parser.id <> -1)
4863: then
4864: xmlParser.freeParser(l_parser);

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

4867: then
4868: xmldom.freeDocument(l_xsl_doc);
4869: end if;
4870: if(l_unexpectedEnabled) then
4871: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4872: end if;
4873: if (l_procedureEnabled) then
4874: ecx_debug.pop(i_method_name);
4875: end if;

Line 4874: ecx_debug.pop(i_method_name);

4870: if(l_unexpectedEnabled) then
4871: ecx_debug.log(l_unexpected,ecx_utils.i_errbuf,i_method_name);
4872: end if;
4873: if (l_procedureEnabled) then
4874: ecx_debug.pop(i_method_name);
4875: end if;
4876: raise ecx_utils.program_exit;
4877:
4878: WHEN OTHERS THEN

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

4876: raise ecx_utils.program_exit;
4877:
4878: WHEN OTHERS THEN
4879: if(l_unexpectedEnabled) then
4880: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4881: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4882: end if;
4883: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4884: -- free all the used variables

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

4877:
4878: WHEN OTHERS THEN
4879: if(l_unexpectedEnabled) then
4880: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4881: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4882: end if;
4883: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4884: -- free all the used variables
4885: if (l_parser.id <> -1)

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

4879: if(l_unexpectedEnabled) then
4880: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4881: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
4882: end if;
4883: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.TRANSFORM_XML_WITH_XSLT');
4884: -- free all the used variables
4885: if (l_parser.id <> -1)
4886: then
4887: xmlParser.freeParser(l_parser);

Line 4894: ecx_debug.pop(i_method_name);

4890: then
4891: xmldom.freeDocument(l_xsl_doc);
4892: end if;
4893: if (l_procedureEnabled) then
4894: ecx_debug.pop(i_method_name);
4895: end if;
4896: raise ecx_utils.PROGRAM_EXIT;
4897: end transform_xml_with_xslt;
4898:

Line 4941: ecx_debug.push(i_method_name);

4937: condition_flag boolean := true;
4938:
4939: begin
4940: if (l_procedureEnabled) then
4941: ecx_debug.push(i_method_name);
4942: end if;
4943: if(l_statementEnabled) then
4944: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4945: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);

Line 4944: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);

4940: if (l_procedureEnabled) then
4941: ecx_debug.push(i_method_name);
4942: end if;
4943: if(l_statementEnabled) then
4944: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4945: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
4946: ecx_debug.log(l_statement,'i_direction',i_direction,i_method_name);
4947: end if;
4948:

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

4941: ecx_debug.push(i_method_name);
4942: end if;
4943: if(l_statementEnabled) then
4944: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4945: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
4946: ecx_debug.log(l_statement,'i_direction',i_direction,i_method_name);
4947: end if;
4948:
4949: if i_stage = 10 then

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

4942: end if;
4943: if(l_statementEnabled) then
4944: ecx_debug.log(l_statement,'i_stage',i_stage,i_method_name);
4945: ecx_debug.log(l_statement,'i_level',i_level,i_method_name);
4946: ecx_debug.log(l_statement,'i_direction',i_direction,i_method_name);
4947: end if;
4948:
4949: if i_stage = 10 then
4950:

Line 5031: ecx_debug.log(l_statement,'i_vartype1',i_vartype1,i_method_name);

5027: i_vartype1 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_var1_pos).data_type;
5028: end if;
5029: end if;
5030: if(l_statementEnabled) then
5031: ecx_debug.log(l_statement,'i_vartype1',i_vartype1,i_method_name);
5032: end if;
5033: else
5034: if i_var1 = 'NULL'
5035: then

Line 5043: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);

5039: /** Attempt for date **/
5040: begin
5041: i_date := to_date(i_var1,'YYYYMMDD HH24MISS');
5042: if(l_statementEnabled) then
5043: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);
5044: end if;
5045: i_vartype1 :=12;
5046: exception
5047: when others then

Line 5049: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);

5045: i_vartype1 :=12;
5046: exception
5047: when others then
5048: if(l_unexpectedEnabled) then
5049: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);
5050: end if;
5051:
5052: /** Attempt for number **/
5053: begin

Line 5056: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);

5052: /** Attempt for number **/
5053: begin
5054: i_number := to_number(i_var1);
5055: if(l_unexpectedEnabled) then
5056: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);
5057: end if;
5058: i_vartype1 :=2;
5059: exception
5060: when others then

Line 5062: ecx_debug.log(l_unexpected,'i_number','Not a number',i_method_name);

5058: i_vartype1 :=2;
5059: exception
5060: when others then
5061: if(l_unexpectedEnabled) then
5062: ecx_debug.log(l_unexpected,'i_number','Not a number',i_method_name);
5063: end if;
5064: end;
5065: end;
5066: end if;

Line 5098: ecx_debug.log(l_statement,'i_valtype1',i_valtype1,i_method_name);

5094: i_valtype1 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_val1_pos).data_type;
5095: end if;
5096: end if;
5097: if(l_statementEnabled) then
5098: ecx_debug.log(l_statement,'i_valtype1',i_valtype1,i_method_name);
5099: end if;
5100: else
5101: if i_val1 = 'NULL'
5102: then

Line 5110: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);

5106: /** Attempt for date **/
5107: begin
5108: i_date := to_date(i_val1,'YYYYMMDD HH24MISS');
5109: if(l_statementEnabled) then
5110: ecx_debug.log(l_statement,'i_date',i_date,i_method_name);
5111: end if;
5112: i_valtype1 :=12;
5113: exception
5114: when others then

Line 5116: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);

5112: i_valtype1 :=12;
5113: exception
5114: when others then
5115: if(l_unexpectedEnabled) then
5116: ecx_debug.log(l_unexpected,'i_date','Not a date',i_method_name);
5117: end if;
5118: /** Attempt for number **/
5119: begin
5120: i_number := to_number(i_val1);

Line 5122: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);

5118: /** Attempt for number **/
5119: begin
5120: i_number := to_number(i_val1);
5121: if(l_unexpectedEnabled) then
5122: ecx_debug.log(l_unexpected,'i_number',i_number,i_method_name);
5123: end if;
5124: i_valtype1 :=2;
5125: exception
5126: when others then

Line 5128: ecx_debug.log(l_unexpected,'i_number','Not a number',

5124: i_valtype1 :=2;
5125: exception
5126: when others then
5127: if(l_unexpectedEnabled) then
5128: ecx_debug.log(l_unexpected,'i_number','Not a number',
5129: i_method_name);
5130: end if;
5131:
5132: end;

Line 5176: ecx_debug.log(l_statement,'i_vartype2',i_vartype2,i_method_name);

5172: i_vartype2 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_var2_pos).data_type;
5173: end if;
5174: end if;
5175: if(l_statementEnabled) then
5176: ecx_debug.log(l_statement,'i_vartype2',i_vartype2,i_method_name);
5177: end if;
5178:
5179:
5180: if ecx_utils.g_stage_data(i).cond_operator1 not in ('6','7')

Line 5213: ecx_debug.log(l_statement,'i_valtype2',i_valtype2,i_method_name);

5209: i_valtype2 := ecx_utils.g_target(ecx_utils.g_stage_data(i).cond_val2_pos).data_type;
5210: end if;
5211: end if;
5212: if(l_statementEnabled) then
5213: ecx_debug.log(l_statement,'i_valtype2',i_valtype2,i_method_name);
5214: end if;
5215:
5216: end if;
5217: end if;

Line 5601: ecx_debug.pop(i_method_name);

5597: dump_stack;
5598: end if;
5599:
5600: if (l_procedureEnabled) then
5601: ecx_debug.pop(i_method_name);
5602: end if;
5603:
5604: EXCEPTION
5605: WHEN ecx_utils.PROGRAM_EXIT then

Line 5607: ecx_debug.pop(i_method_name);

5603:
5604: EXCEPTION
5605: WHEN ecx_utils.PROGRAM_EXIT then
5606: if (l_procedureEnabled) then
5607: ecx_debug.pop(i_method_name);
5608: end if;
5609: raise;
5610:
5611: WHEN OTHERS THEN

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

5609: raise;
5610:
5611: WHEN OTHERS THEN
5612: if(l_unexpectedEnabled) then
5613: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
5614: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_STAGE_DATA');
5615: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5616: end if;
5617: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');

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

5611: WHEN OTHERS THEN
5612: if(l_unexpectedEnabled) then
5613: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
5614: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_STAGE_DATA');
5615: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5616: end if;
5617: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');
5618: if (l_procedureEnabled) then
5619: ecx_debug.pop(i_method_name);

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

5613: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,
5614: 'PROGRESS_LEVEL','ECX_ACTIONS.EXECUTE_STAGE_DATA');
5615: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5616: end if;
5617: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');
5618: if (l_procedureEnabled) then
5619: ecx_debug.pop(i_method_name);
5620: end if;
5621: raise ecx_utils.PROGRAM_EXIT;

Line 5619: ecx_debug.pop(i_method_name);

5615: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5616: end if;
5617: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.EXECUTE_STAGE_DATA');
5618: if (l_procedureEnabled) then
5619: ecx_debug.pop(i_method_name);
5620: end if;
5621: raise ecx_utils.PROGRAM_EXIT;
5622:
5623:

Line 5642: ecx_debug.push(i_method_name);

5638: i_method_name varchar2(2000) := 'ecx_actions.get_clob';
5639: begin
5640:
5641: if (l_procedureEnabled) then
5642: ecx_debug.push(i_method_name);
5643: end if;
5644: if (clobValue is not null) or
5645: (value is not null ) Then
5646: dbms_lob.createtemporary(clobOut,true,dbms_lob.session);

Line 5654: ecx_debug.pop(i_method_name);

5650: clobOut := clobValue;
5651: end if;
5652: end if;
5653: if (l_procedureEnabled) then
5654: ecx_debug.pop(i_method_name);
5655: end if;
5656: EXCEPTION
5657: WHEN ecx_utils.PROGRAM_EXIT then
5658: if (l_procedureEnabled) then

Line 5659: ecx_debug.pop(i_method_name);

5655: end if;
5656: EXCEPTION
5657: WHEN ecx_utils.PROGRAM_EXIT then
5658: if (l_procedureEnabled) then
5659: ecx_debug.pop(i_method_name);
5660: end if;
5661: raise;
5662:
5663: WHEN OTHERS THEN

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

5661: raise;
5662:
5663: WHEN OTHERS THEN
5664: if(l_unexpectedEnabled) then
5665: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,
5666: 'PROGRESS_LEVEL',
5667: 'ECX_ACTIONS.GET_CLOB');
5668: end if;
5669: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CLOB');

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

5665: ecx_debug.log(l_unexpected,'ECX', 'ECX_PROGRAM_ERROR',i_method_name,
5666: 'PROGRESS_LEVEL',
5667: 'ECX_ACTIONS.GET_CLOB');
5668: end if;
5669: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CLOB');
5670: if (l_procedureEnabled) then
5671: ecx_debug.pop(i_method_name);
5672: end if;
5673: raise ecx_utils.PROGRAM_EXIT;

Line 5671: ecx_debug.pop(i_method_name);

5667: 'ECX_ACTIONS.GET_CLOB');
5668: end if;
5669: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_CLOB');
5670: if (l_procedureEnabled) then
5671: ecx_debug.pop(i_method_name);
5672: end if;
5673: raise ecx_utils.PROGRAM_EXIT;
5674: end;
5675:

Line 5680: ecx_debug.push(i_method_name);

5676: procedure get_varchar(clobValue in clob , value in Varchar2 , valueOut out nocopy varchar2) as
5677: i_method_name varchar2(2000) := 'ecx_actions.get_varchar';
5678: begin
5679: if (l_procedureEnabled) then
5680: ecx_debug.push(i_method_name);
5681: end if;
5682: if (value is not null) then
5683: valueOut := substr(value , 1, ecx_utils.G_VARCHAR_LEN);
5684: elsif (clobValue is not null) then

Line 5688: ecx_debug.pop(i_method_name);

5684: elsif (clobValue is not null) then
5685: valueOut := dbms_lob.substr(clobValue,ecx_utils.G_VARCHAR_LEN,1);
5686: end if;
5687: if (l_procedureEnabled) then
5688: ecx_debug.pop(i_method_name);
5689: end if;
5690: EXCEPTION
5691: WHEN ecx_utils.PROGRAM_EXIT then
5692: if (l_procedureEnabled) then

Line 5693: ecx_debug.pop(i_method_name);

5689: end if;
5690: EXCEPTION
5691: WHEN ecx_utils.PROGRAM_EXIT then
5692: if (l_procedureEnabled) then
5693: ecx_debug.pop(i_method_name);
5694: end if;
5695: raise;
5696: WHEN OTHERS THEN
5697: if(l_unexpectedEnabled) then

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

5694: end if;
5695: raise;
5696: WHEN OTHERS THEN
5697: if(l_unexpectedEnabled) then
5698: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_VARCHAR');
5699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5700: end if;
5701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5702: if (l_procedureEnabled) then

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

5695: raise;
5696: WHEN OTHERS THEN
5697: if(l_unexpectedEnabled) then
5698: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_VARCHAR');
5699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5700: end if;
5701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5702: if (l_procedureEnabled) then
5703: ecx_debug.pop(i_method_name);

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

5697: if(l_unexpectedEnabled) then
5698: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_VARCHAR');
5699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5700: end if;
5701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5702: if (l_procedureEnabled) then
5703: ecx_debug.pop(i_method_name);
5704: end if;
5705: raise ecx_utils.PROGRAM_EXIT;

Line 5703: ecx_debug.pop(i_method_name);

5699: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5700: end if;
5701: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_VARCHAR');
5702: if (l_procedureEnabled) then
5703: ecx_debug.pop(i_method_name);
5704: end if;
5705: raise ecx_utils.PROGRAM_EXIT;
5706:
5707: end;

Line 5726: ecx_debug.push(i_method_name);

5722: v_name varchar2(32767);
5723: v_value varchar2(32767);
5724: BEGIN
5725: if (l_procedureEnabled) then
5726: ecx_debug.push(i_method_name);
5727: end if;
5728:
5729:
5730: -- Initialize the event if it is not already initialized.

Line 5745: ecx_debug.log(l_statement,'global variable name',

5741: ( v_name,
5742: v_value);
5743:
5744: if(l_statementEnabled) then
5745: ecx_debug.log(l_statement,'global variable name',
5746: ecx_utils.g_stack(k).variable_name,i_method_name);
5747: ecx_debug.log(l_statement,'global variable value',
5748: ecx_utils.g_stack(k).variable_value,i_method_name);
5749: end if;

Line 5747: ecx_debug.log(l_statement,'global variable value',

5743:
5744: if(l_statementEnabled) then
5745: ecx_debug.log(l_statement,'global variable name',
5746: ecx_utils.g_stack(k).variable_name,i_method_name);
5747: ecx_debug.log(l_statement,'global variable value',
5748: ecx_utils.g_stack(k).variable_value,i_method_name);
5749: end if;
5750: end loop;
5751: -- Call the procedure. The procedure takes wf_event_t as

Line 5760: ecx_debug.log(l_statement,'xml fragment',

5756:
5757: execute immediate proc_call using in ecx_utils.g_event, out xml_fragment;
5758:
5759: if(l_statementEnabled) then
5760: ecx_debug.log(l_statement,'xml fragment',
5761: xml_fragment,i_method_name);
5762: end if;
5763:
5764: -- Adding dummy root element before parsing the xml fragment.

Line 5773: ecx_debug.pop(i_method_name);

5769: if (temp_parser.id not in (-1)) then
5770: xmlparser.freeparser(temp_parser);
5771: end if;
5772: if (l_procedureEnabled) then
5773: ecx_debug.pop(i_method_name);
5774: end if;
5775: EXCEPTION
5776: when others then
5777: if (temp_parser.id not in (-1)) then

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

5777: if (temp_parser.id not in (-1)) then
5778: xmlparser.freeparser(temp_parser);
5779: end if;
5780: if(l_unexpectedEnabled) then
5781: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_XML_FRAGMENT');
5782: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5783: end if;
5784: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5785: if (l_procedureEnabled) then

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

5778: xmlparser.freeparser(temp_parser);
5779: end if;
5780: if(l_unexpectedEnabled) then
5781: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_XML_FRAGMENT');
5782: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5783: end if;
5784: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5785: if (l_procedureEnabled) then
5786: ecx_debug.pop(i_method_name);

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

5780: if(l_unexpectedEnabled) then
5781: ecx_debug.log(l_unexpected,'ECX','ECX_PROGRAM_ERROR',i_method_name,'PROGRESS_LEVEL','ECX_ACTIONS.GET_XML_FRAGMENT');
5782: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5783: end if;
5784: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5785: if (l_procedureEnabled) then
5786: ecx_debug.pop(i_method_name);
5787: end if;
5788: raise ecx_utils.PROGRAM_EXIT;

Line 5786: ecx_debug.pop(i_method_name);

5782: ecx_debug.log(l_unexpected,'ECX','ECX_ERROR_MESSAGE',i_method_name,'ERROR_MESSAGE',SQLERRM);
5783: end if;
5784: ecx_debug.setErrorInfo(2,30,SQLERRM||' - ECX_ACTIONS.GET_XML_FRAGMENT');
5785: if (l_procedureEnabled) then
5786: ecx_debug.pop(i_method_name);
5787: end if;
5788: raise ecx_utils.PROGRAM_EXIT;
5789: end;
5790: