DBA Data[Home] [Help]

APPS.OKC_CONDITION_EVAL_PUB dependencies on OKC_DEBUG

Line 30: okc_debug.Set_Indentation(l_proc);

26:
27: BEGIN
28:
29: IF (l_debug = 'Y') THEN
30: okc_debug.Set_Indentation(l_proc);
31: okc_debug.Log('10: Entering ',2);
32: END IF;
33:
34: -- Call start_activity to create savepoint, check compatibility

Line 31: okc_debug.Log('10: Entering ',2);

27: BEGIN
28:
29: IF (l_debug = 'Y') THEN
30: okc_debug.Set_Indentation(l_proc);
31: okc_debug.Log('10: Entering ',2);
32: END IF;
33:
34: -- Call start_activity to create savepoint, check compatibility
35: -- and initialize message list

Line 66: okc_debug.Log('1000: Leaving ',2);

62: OKC_API.END_ACTIVITY ( x_msg_count
63: , x_msg_data );
64:
65: IF (l_debug = 'Y') THEN
66: okc_debug.Log('1000: Leaving ',2);
67: okc_debug.Reset_Indentation;
68: END IF;
69:
70: EXCEPTION

Line 67: okc_debug.Reset_Indentation;

63: , x_msg_data );
64:
65: IF (l_debug = 'Y') THEN
66: okc_debug.Log('1000: Leaving ',2);
67: okc_debug.Reset_Indentation;
68: END IF;
69:
70: EXCEPTION
71:

Line 81: okc_debug.Log('2000: Leaving ',2);

77: x_msg_count,
78: x_msg_data,
79: '_PUB');
80: IF (l_debug = 'Y') THEN
81: okc_debug.Log('2000: Leaving ',2);
82: okc_debug.Reset_Indentation;
83: END IF;
84:
85: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN

Line 82: okc_debug.Reset_Indentation;

78: x_msg_data,
79: '_PUB');
80: IF (l_debug = 'Y') THEN
81: okc_debug.Log('2000: Leaving ',2);
82: okc_debug.Reset_Indentation;
83: END IF;
84:
85: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
86: x_return_status :=OKC_API.HANDLE_EXCEPTIONS

Line 94: okc_debug.Log('3000: Leaving ',2);

90: x_msg_count,
91: x_msg_data,
92: '_PUB');
93: IF (l_debug = 'Y') THEN
94: okc_debug.Log('3000: Leaving ',2);
95: okc_debug.Reset_Indentation;
96: END IF;
97:
98: WHEN OTHERS THEN

Line 95: okc_debug.Reset_Indentation;

91: x_msg_data,
92: '_PUB');
93: IF (l_debug = 'Y') THEN
94: okc_debug.Log('3000: Leaving ',2);
95: okc_debug.Reset_Indentation;
96: END IF;
97:
98: WHEN OTHERS THEN
99: x_return_status :=OKC_API.HANDLE_EXCEPTIONS

Line 107: okc_debug.Log('4000: Leaving ',2);

103: x_msg_count,
104: x_msg_data,
105: '_PUB');
106: IF (l_debug = 'Y') THEN
107: okc_debug.Log('4000: Leaving ',2);
108: okc_debug.Reset_Indentation;
109: END IF;
110:
111: END evaluate_plan_condition;

Line 108: okc_debug.Reset_Indentation;

104: x_msg_data,
105: '_PUB');
106: IF (l_debug = 'Y') THEN
107: okc_debug.Log('4000: Leaving ',2);
108: okc_debug.Reset_Indentation;
109: END IF;
110:
111: END evaluate_plan_condition;
112:

Line 139: okc_debug.Set_Indentation(l_proc);

135: --
136: BEGIN
137:
138: IF (l_debug = 'Y') THEN
139: okc_debug.Set_Indentation(l_proc);
140: okc_debug.Log('10: Entering ',2);
141: END IF;
142:
143: -- Call start_activity to create savepoint, check compatibility

Line 140: okc_debug.Log('10: Entering ',2);

136: BEGIN
137:
138: IF (l_debug = 'Y') THEN
139: okc_debug.Set_Indentation(l_proc);
140: okc_debug.Log('10: Entering ',2);
141: END IF;
142:
143: -- Call start_activity to create savepoint, check compatibility
144: -- and initialize message list

Line 175: okc_debug.Log('1000: Leaving ',2);

171: OKC_API.END_ACTIVITY ( x_msg_count
172: , x_msg_data );
173:
174: IF (l_debug = 'Y') THEN
175: okc_debug.Log('1000: Leaving ',2);
176: okc_debug.Reset_Indentation;
177: END IF;
178:
179:

Line 176: okc_debug.Reset_Indentation;

172: , x_msg_data );
173:
174: IF (l_debug = 'Y') THEN
175: okc_debug.Log('1000: Leaving ',2);
176: okc_debug.Reset_Indentation;
177: END IF;
178:
179:
180: EXCEPTION

Line 191: okc_debug.Log('2000: Leaving ',2);

187: x_msg_count,
188: x_msg_data,
189: '_PUB');
190: IF (l_debug = 'Y') THEN
191: okc_debug.Log('2000: Leaving ',2);
192: okc_debug.Reset_Indentation;
193: END IF;
194: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
195: x_return_status :=OKC_API.HANDLE_EXCEPTIONS

Line 192: okc_debug.Reset_Indentation;

188: x_msg_data,
189: '_PUB');
190: IF (l_debug = 'Y') THEN
191: okc_debug.Log('2000: Leaving ',2);
192: okc_debug.Reset_Indentation;
193: END IF;
194: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
195: x_return_status :=OKC_API.HANDLE_EXCEPTIONS
196: ( l_api_name,

Line 203: okc_debug.Log('3000: Leaving ',2);

199: x_msg_count,
200: x_msg_data,
201: '_PUB');
202: IF (l_debug = 'Y') THEN
203: okc_debug.Log('3000: Leaving ',2);
204: okc_debug.Reset_Indentation;
205: END IF;
206: WHEN OTHERS THEN
207: x_return_status :=OKC_API.HANDLE_EXCEPTIONS

Line 204: okc_debug.Reset_Indentation;

200: x_msg_data,
201: '_PUB');
202: IF (l_debug = 'Y') THEN
203: okc_debug.Log('3000: Leaving ',2);
204: okc_debug.Reset_Indentation;
205: END IF;
206: WHEN OTHERS THEN
207: x_return_status :=OKC_API.HANDLE_EXCEPTIONS
208: ( l_api_name,

Line 215: okc_debug.Log('4000: Leaving ',2);

211: x_msg_count,
212: x_msg_data,
213: '_PUB');
214: IF (l_debug = 'Y') THEN
215: okc_debug.Log('4000: Leaving ',2);
216: okc_debug.Reset_Indentation;
217: END IF;
218: END evaluate_condition;
219:

Line 216: okc_debug.Reset_Indentation;

212: x_msg_data,
213: '_PUB');
214: IF (l_debug = 'Y') THEN
215: okc_debug.Log('4000: Leaving ',2);
216: okc_debug.Reset_Indentation;
217: END IF;
218: END evaluate_condition;
219:
220:

Line 243: okc_debug.Set_Indentation(l_proc);

239: --
240: BEGIN
241:
242: IF (l_debug = 'Y') THEN
243: okc_debug.Set_Indentation(l_proc);
244: okc_debug.Log('10: Entering ',2);
245: END IF;
246:
247: -- Call start_activity to create savepoint, check compatibility

Line 244: okc_debug.Log('10: Entering ',2);

240: BEGIN
241:
242: IF (l_debug = 'Y') THEN
243: okc_debug.Set_Indentation(l_proc);
244: okc_debug.Log('10: Entering ',2);
245: END IF;
246:
247: -- Call start_activity to create savepoint, check compatibility
248: -- and initialize message list

Line 275: okc_debug.Log('1000: Leaving ',2);

271: OKC_API.END_ACTIVITY ( x_msg_count
272: , x_msg_data );
273:
274: IF (l_debug = 'Y') THEN
275: okc_debug.Log('1000: Leaving ',2);
276: okc_debug.Reset_Indentation;
277: END IF;
278:
279:

Line 276: okc_debug.Reset_Indentation;

272: , x_msg_data );
273:
274: IF (l_debug = 'Y') THEN
275: okc_debug.Log('1000: Leaving ',2);
276: okc_debug.Reset_Indentation;
277: END IF;
278:
279:
280: EXCEPTION

Line 290: okc_debug.Log('2000: Leaving ',2);

286: x_msg_count,
287: x_msg_data,
288: '_PUB');
289: IF (l_debug = 'Y') THEN
290: okc_debug.Log('2000: Leaving ',2);
291: okc_debug.Reset_Indentation;
292: END IF;
293: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
294: x_return_status :=OKC_API.HANDLE_EXCEPTIONS

Line 291: okc_debug.Reset_Indentation;

287: x_msg_data,
288: '_PUB');
289: IF (l_debug = 'Y') THEN
290: okc_debug.Log('2000: Leaving ',2);
291: okc_debug.Reset_Indentation;
292: END IF;
293: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
294: x_return_status :=OKC_API.HANDLE_EXCEPTIONS
295: ( l_api_name,

Line 302: okc_debug.Log('3000: Leaving ',2);

298: x_msg_count,
299: x_msg_data,
300: '_PUB');
301: IF (l_debug = 'Y') THEN
302: okc_debug.Log('3000: Leaving ',2);
303: okc_debug.Reset_Indentation;
304: END IF;
305: WHEN OTHERS THEN x_return_status :=OKC_API.HANDLE_EXCEPTIONS
306: ( l_api_name,

Line 303: okc_debug.Reset_Indentation;

299: x_msg_data,
300: '_PUB');
301: IF (l_debug = 'Y') THEN
302: okc_debug.Log('3000: Leaving ',2);
303: okc_debug.Reset_Indentation;
304: END IF;
305: WHEN OTHERS THEN x_return_status :=OKC_API.HANDLE_EXCEPTIONS
306: ( l_api_name,
307: G_PKG_NAME,

Line 313: okc_debug.Log('4000: Leaving ',2);

309: x_msg_count,
310: x_msg_data,
311: '_PUB');
312: IF (l_debug = 'Y') THEN
313: okc_debug.Log('4000: Leaving ',2);
314: okc_debug.Reset_Indentation;
315: END IF;
316: END evaluate_condition;
317:

Line 314: okc_debug.Reset_Indentation;

310: x_msg_data,
311: '_PUB');
312: IF (l_debug = 'Y') THEN
313: okc_debug.Log('4000: Leaving ',2);
314: okc_debug.Reset_Indentation;
315: END IF;
316: END evaluate_condition;
317:
318: -- Evaluator for date based actions

Line 341: okc_debug.Set_Indentation(l_proc);

337: --
338: BEGIN
339:
340: IF (l_debug = 'Y') THEN
341: okc_debug.Set_Indentation(l_proc);
342: okc_debug.Log('10: Entering ',2);
343: END IF;
344:
345: -- Call start_activity to create savepoint, check compatibility

Line 342: okc_debug.Log('10: Entering ',2);

338: BEGIN
339:
340: IF (l_debug = 'Y') THEN
341: okc_debug.Set_Indentation(l_proc);
342: okc_debug.Log('10: Entering ',2);
343: END IF;
344:
345: -- Call start_activity to create savepoint, check compatibility
346: -- and initialize message list

Line 373: okc_debug.Log('1000: Leaving ',2);

369: OKC_API.END_ACTIVITY ( x_msg_count
370: , x_msg_data );
371:
372: IF (l_debug = 'Y') THEN
373: okc_debug.Log('1000: Leaving ',2);
374: okc_debug.Reset_Indentation;
375: END IF;
376:
377:

Line 374: okc_debug.Reset_Indentation;

370: , x_msg_data );
371:
372: IF (l_debug = 'Y') THEN
373: okc_debug.Log('1000: Leaving ',2);
374: okc_debug.Reset_Indentation;
375: END IF;
376:
377:
378: EXCEPTION

Line 388: okc_debug.Log('2000: Leaving ',2);

384: x_msg_count,
385: x_msg_data,
386: '_PUB');
387: IF (l_debug = 'Y') THEN
388: okc_debug.Log('2000: Leaving ',2);
389: okc_debug.Reset_Indentation;
390: END IF;
391: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
392: x_return_status :=OKC_API.HANDLE_EXCEPTIONS

Line 389: okc_debug.Reset_Indentation;

385: x_msg_data,
386: '_PUB');
387: IF (l_debug = 'Y') THEN
388: okc_debug.Log('2000: Leaving ',2);
389: okc_debug.Reset_Indentation;
390: END IF;
391: WHEN OKC_API.G_EXCEPTION_UNEXPECTED_ERROR THEN
392: x_return_status :=OKC_API.HANDLE_EXCEPTIONS
393: ( l_api_name,

Line 400: okc_debug.Log('3000: Leaving ',2);

396: x_msg_count,
397: x_msg_data,
398: '_PUB');
399: IF (l_debug = 'Y') THEN
400: okc_debug.Log('3000: Leaving ',2);
401: okc_debug.Reset_Indentation;
402: END IF;
403: WHEN OTHERS THEN x_return_status :=OKC_API.HANDLE_EXCEPTIONS
404: ( l_api_name,

Line 401: okc_debug.Reset_Indentation;

397: x_msg_data,
398: '_PUB');
399: IF (l_debug = 'Y') THEN
400: okc_debug.Log('3000: Leaving ',2);
401: okc_debug.Reset_Indentation;
402: END IF;
403: WHEN OTHERS THEN x_return_status :=OKC_API.HANDLE_EXCEPTIONS
404: ( l_api_name,
405: G_PKG_NAME,

Line 411: okc_debug.Log('4000: Leaving ',2);

407: x_msg_count,
408: x_msg_data,
409: '_PUB');
410: IF (l_debug = 'Y') THEN
411: okc_debug.Log('4000: Leaving ',2);
412: okc_debug.Reset_Indentation;
413: END IF;
414: END evaluate_date_condition;
415:

Line 412: okc_debug.Reset_Indentation;

408: x_msg_data,
409: '_PUB');
410: IF (l_debug = 'Y') THEN
411: okc_debug.Log('4000: Leaving ',2);
412: okc_debug.Reset_Indentation;
413: END IF;
414: END evaluate_date_condition;
415:
416: END okc_condition_eval_pub;