DBA Data[Home] [Help]

APPS.PA_ACCUM_SRW dependencies on PA_DEBUG

Line 111: pa_debug.debug(x_err_stack);

107:
108: x_old_stack := x_err_stack;
109: x_err_stack := x_err_stack|| '->get_project_summary_numbers';
110:
111: pa_debug.debug(x_err_stack);
112:
113: FOR srec IN selsummary LOOP
114:
115: IF ( X_PRE_POST_FLAG = 'PRE' ) THEN

Line 567: pa_debug.debug(x_err_stack);

563:
564: x_old_stack := x_err_stack;
565: x_err_stack := x_err_stack|| '->get_project_budget_numbers';
566:
567: pa_debug.debug(x_err_stack);
568:
569: FOR srec IN selbudgets LOOP
570: IF ( X_PRE_POST_FLAG = 'PRE' ) THEN
571:

Line 974: pa_debug.debug(x_err_stack);

970:
971: x_old_stack := x_err_stack;
972: x_err_stack := x_err_stack|| '->get_project_txn_numbers';
973:
974: pa_debug.debug(x_err_stack);
975:
976: -- initialize the numbers to zero in case the cursor does not return any row
977:
978: IF ( X_PRE_POST_FLAG = 'PRE' ) THEN