DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on PO_DEBUG

Line 100: PO_DEBUG.debug_begin(l_log_head);

96:
97: BEGIN
98:
99: IF g_debug_stmt THEN
100: PO_DEBUG.debug_begin(l_log_head);
101: PO_DEBUG.debug_var(l_log_head,
102: l_progress,
103: 'p_roll_logic',
104: p_roll_logic);

Line 101: PO_DEBUG.debug_var(l_log_head,

97: BEGIN
98:
99: IF g_debug_stmt THEN
100: PO_DEBUG.debug_begin(l_log_head);
101: PO_DEBUG.debug_var(l_log_head,
102: l_progress,
103: 'p_roll_logic',
104: p_roll_logic);
105: PO_DEBUG.debug_var(l_log_head,

Line 105: PO_DEBUG.debug_var(l_log_head,

101: PO_DEBUG.debug_var(l_log_head,
102: l_progress,
103: 'p_roll_logic',
104: p_roll_logic);
105: PO_DEBUG.debug_var(l_log_head,
106: l_progress,
107: 'p_set_of_books_id',
108: p_set_of_books_id);
109: PO_DEBUG.debug_var(l_log_head, l_progress, 'p_date_tbl', p_date_tbl);

Line 109: PO_DEBUG.debug_var(l_log_head, l_progress, 'p_date_tbl', p_date_tbl);

105: PO_DEBUG.debug_var(l_log_head,
106: l_progress,
107: 'p_set_of_books_id',
108: p_set_of_books_id);
109: PO_DEBUG.debug_var(l_log_head, l_progress, 'p_date_tbl', p_date_tbl);
110: END IF;
111:
112: l_progress := '010';
113:

Line 128: PO_DEBUG.debug_stmt(l_log_head, l_progress, 'set of books is NULL');

124: IF (p_set_of_books_id IS NULL) THEN
125:
126: l_progress := '020';
127: IF g_debug_stmt THEN
128: PO_DEBUG.debug_stmt(l_log_head, l_progress, 'set of books is NULL');
129: END IF;
130:
131: SELECT FSP.set_of_books_id
132: INTO l_set_of_books_id

Line 141: PO_DEBUG.debug_stmt(l_log_head, l_progress, 'set of books passed');

137: ELSE
138:
139: l_progress := '040';
140: IF g_debug_stmt THEN
141: PO_DEBUG.debug_stmt(l_log_head, l_progress, 'set of books passed');
142: END IF;
143:
144: l_set_of_books_id := p_set_of_books_id;
145:

Line 258: PO_DEBUG.debug_var(l_log_head,

254: l_progress := '130';
255: END;
256:
257: IF g_debug_stmt THEN
258: PO_DEBUG.debug_var(l_log_head,
259: l_progress,
260: 'x_invalid_period_flag',
261: x_invalid_period_flag);
262: END IF;

Line 267: PO_DEBUG.debug_var(l_log_head,

263:
264: l_progress := '900';
265:
266: IF g_debug_stmt THEN
267: PO_DEBUG.debug_var(l_log_head,
268: l_progress,
269: 'x_period_name_tbl',
270: x_period_name_tbl);
271: PO_DEBUG.debug_var(l_log_head,

Line 271: PO_DEBUG.debug_var(l_log_head,

267: PO_DEBUG.debug_var(l_log_head,
268: l_progress,
269: 'x_period_name_tbl',
270: x_period_name_tbl);
271: PO_DEBUG.debug_var(l_log_head,
272: l_progress,
273: 'x_period_year_tbl',
274: x_period_year_tbl);
275: PO_DEBUG.debug_var(l_log_head,

Line 275: PO_DEBUG.debug_var(l_log_head,

271: PO_DEBUG.debug_var(l_log_head,
272: l_progress,
273: 'x_period_year_tbl',
274: x_period_year_tbl);
275: PO_DEBUG.debug_var(l_log_head,
276: l_progress,
277: 'x_period_num_tbl',
278: x_period_num_tbl);
279: PO_DEBUG.debug_var(l_log_head,

Line 279: PO_DEBUG.debug_var(l_log_head,

275: PO_DEBUG.debug_var(l_log_head,
276: l_progress,
277: 'x_period_num_tbl',
278: x_period_num_tbl);
279: PO_DEBUG.debug_var(l_log_head,
280: l_progress,
281: 'x_quarter_num_tbl',
282: x_quarter_num_tbl);
283: PO_DEBUG.debug_var(l_log_head,

Line 283: PO_DEBUG.debug_var(l_log_head,

279: PO_DEBUG.debug_var(l_log_head,
280: l_progress,
281: 'x_quarter_num_tbl',
282: x_quarter_num_tbl);
283: PO_DEBUG.debug_var(l_log_head,
284: l_progress,
285: 'x_invalid_period_flag',
286: x_invalid_period_flag);
287: PO_DEBUG.debug_end(l_log_head);

Line 287: PO_DEBUG.debug_end(l_log_head);

283: PO_DEBUG.debug_var(l_log_head,
284: l_progress,
285: 'x_invalid_period_flag',
286: x_invalid_period_flag);
287: PO_DEBUG.debug_end(l_log_head);
288: END IF;
289:
290: EXCEPTION
291:

Line 294: PO_DEBUG.debug_stmt(l_log_head,

290: EXCEPTION
291:
292: WHEN l_no_dates_exc THEN
293: IF g_debug_stmt THEN
294: PO_DEBUG.debug_stmt(l_log_head,
295: l_progress,
296: 'l_no_dates_exc: Empty date table.');
297: END IF;
298:

Line 310: PO_DEBUG.debug_var(l_log_head,

306:
307: l_progress := '912';
308:
309: IF g_debug_stmt THEN
310: PO_DEBUG.debug_var(l_log_head,
311: l_progress,
312: 'x_period_name_tbl',
313: x_period_name_tbl);
314: PO_DEBUG.debug_var(l_log_head,

Line 314: PO_DEBUG.debug_var(l_log_head,

310: PO_DEBUG.debug_var(l_log_head,
311: l_progress,
312: 'x_period_name_tbl',
313: x_period_name_tbl);
314: PO_DEBUG.debug_var(l_log_head,
315: l_progress,
316: 'x_period_year_tbl',
317: x_period_year_tbl);
318: PO_DEBUG.debug_var(l_log_head,

Line 318: PO_DEBUG.debug_var(l_log_head,

314: PO_DEBUG.debug_var(l_log_head,
315: l_progress,
316: 'x_period_year_tbl',
317: x_period_year_tbl);
318: PO_DEBUG.debug_var(l_log_head,
319: l_progress,
320: 'x_period_num_tbl',
321: x_period_num_tbl);
322: PO_DEBUG.debug_var(l_log_head,

Line 322: PO_DEBUG.debug_var(l_log_head,

318: PO_DEBUG.debug_var(l_log_head,
319: l_progress,
320: 'x_period_num_tbl',
321: x_period_num_tbl);
322: PO_DEBUG.debug_var(l_log_head,
323: l_progress,
324: 'x_quarter_num_tbl',
325: x_quarter_num_tbl);
326: PO_DEBUG.debug_var(l_log_head,

Line 326: PO_DEBUG.debug_var(l_log_head,

322: PO_DEBUG.debug_var(l_log_head,
323: l_progress,
324: 'x_quarter_num_tbl',
325: x_quarter_num_tbl);
326: PO_DEBUG.debug_var(l_log_head,
327: l_progress,
328: 'x_invalid_period_flag',
329: x_invalid_period_flag);
330: PO_DEBUG.debug_end(l_log_head);

Line 330: PO_DEBUG.debug_end(l_log_head);

326: PO_DEBUG.debug_var(l_log_head,
327: l_progress,
328: 'x_invalid_period_flag',
329: x_invalid_period_flag);
330: PO_DEBUG.debug_end(l_log_head);
331: END IF;
332:
333: WHEN OTHERS THEN
334: IF g_debug_unexp THEN

Line 335: PO_DEBUG.debug_exc(l_log_head, l_progress);

331: END IF;
332:
333: WHEN OTHERS THEN
334: IF g_debug_unexp THEN
335: PO_DEBUG.debug_exc(l_log_head, l_progress);
336: END IF;
337: RAISE;
338:
339: END get_period_info;

Line 386: PO_DEBUG.debug_begin(l_log_head);

382:
383: BEGIN
384:
385: IF g_debug_stmt THEN
386: PO_DEBUG.debug_begin(l_log_head);
387: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);
388: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
389: END IF;
390:

Line 387: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);

383: BEGIN
384:
385: IF g_debug_stmt THEN
386: PO_DEBUG.debug_begin(l_log_head);
387: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);
388: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
389: END IF;
390:
391: l_progress := '010';

Line 388: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);

384:
385: IF g_debug_stmt THEN
386: PO_DEBUG.debug_begin(l_log_head);
387: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);
388: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
389: END IF;
390:
391: l_progress := '010';
392:

Line 407: PO_DEBUG.debug_var(l_log_head,

403:
404: x_gl_period := l_period_name_tbl(1);
405:
406: IF g_debug_stmt THEN
407: PO_DEBUG.debug_var(l_log_head,
408: l_progress,
409: 'x_gl_period',
410: x_gl_period);
411: PO_DEBUG.debug_end(l_log_head);

Line 411: PO_DEBUG.debug_end(l_log_head);

407: PO_DEBUG.debug_var(l_log_head,
408: l_progress,
409: 'x_gl_period',
410: x_gl_period);
411: PO_DEBUG.debug_end(l_log_head);
412: END IF;
413:
414: EXCEPTION
415: WHEN OTHERS THEN

Line 417: PO_DEBUG.debug_exc(l_log_head, l_progress);

413:
414: EXCEPTION
415: WHEN OTHERS THEN
416: IF g_debug_unexp THEN
417: PO_DEBUG.debug_exc(l_log_head, l_progress);
418: END IF;
419: RAISE;
420:
421: END get_period_name;

Line 672: PO_DEBUG.debug_begin(l_log_head);

668: l_gl_period VARCHAR2(15);
669: BEGIN
670:
671: IF g_debug_stmt THEN
672: PO_DEBUG.debug_begin(l_log_head);
673: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);
674: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
675: END IF;
676:

Line 673: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);

669: BEGIN
670:
671: IF g_debug_stmt THEN
672: PO_DEBUG.debug_begin(l_log_head);
673: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);
674: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
675: END IF;
676:
677: FOR i IN 1 .. x_gl_date.COUNT LOOP

Line 674: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);

670:
671: IF g_debug_stmt THEN
672: PO_DEBUG.debug_begin(l_log_head);
673: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_sob_id', x_sob_id);
674: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
675: END IF;
676:
677: FOR i IN 1 .. x_gl_date.COUNT LOOP
678: l_progress := '010';

Line 687: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);

683:
684: l_progress := '020';
685:
686: IF g_debug_stmt THEN
687: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
688: PO_DEBUG.debug_end(l_log_head);
689: END IF;
690:
691: EXCEPTION

Line 688: PO_DEBUG.debug_end(l_log_head);

684: l_progress := '020';
685:
686: IF g_debug_stmt THEN
687: PO_DEBUG.debug_var(l_log_head, l_progress, 'x_gl_date', x_gl_date);
688: PO_DEBUG.debug_end(l_log_head);
689: END IF;
690:
691: EXCEPTION
692: WHEN OTHERS THEN

Line 694: PO_DEBUG.debug_exc(l_log_head, l_progress);

690:
691: EXCEPTION
692: WHEN OTHERS THEN
693: IF g_debug_unexp THEN
694: PO_DEBUG.debug_exc(l_log_head, l_progress);
695: END IF;
696: RAISE;
697:
698: END get_gl_date;

Line 708: g_debug_stmt := PO_DEBUG.is_debug_stmt_on;

704: -----------------------------------------------------------------------------
705:
706: BEGIN
707:
708: g_debug_stmt := PO_DEBUG.is_debug_stmt_on;
709: g_debug_unexp := PO_DEBUG.is_debug_unexp_on;
710:
711: END PO_PERIODS_SV;
712:

Line 709: g_debug_unexp := PO_DEBUG.is_debug_unexp_on;

705:
706: BEGIN
707:
708: g_debug_stmt := PO_DEBUG.is_debug_stmt_on;
709: g_debug_unexp := PO_DEBUG.is_debug_unexp_on;
710:
711: END PO_PERIODS_SV;
712: