DBA Data[Home] [Help]

APPS.PA_XLA_SWEEP_TXN_PKG dependencies on PA_DEBUG

Line 90: pa_debug.set_curr_function('SWEEP_TXNS');

86: p_last_date Date;
87:
88: l_err_msg fnd_new_messages.MESSAGE_TEXT%TYPE;
89: Begin
90: pa_debug.set_curr_function('SWEEP_TXNS');
91:
92: g_app_id := 101;
93: g_org_id := P_ORG_ID;
94: g_request_id := fnd_global.conc_request_id;

Line 99: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);

95:
96: g_tran_type := P_TRAN_TYPE;
97:
98: If G_debug_mode is NULL Then
99: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
100: G_debug_mode := NVL(G_debug_mode, 'N');
101: pa_debug.set_process(x_process => 'PLSQL' ,
102: x_debug_mode => G_debug_mode);
103: End If;

Line 101: pa_debug.set_process(x_process => 'PLSQL' ,

97:
98: If G_debug_mode is NULL Then
99: fnd_profile.get('PA_DEBUG_MODE',G_debug_mode);
100: G_debug_mode := NVL(G_debug_mode, 'N');
101: pa_debug.set_process(x_process => 'PLSQL' ,
102: x_debug_mode => G_debug_mode);
103: End If;
104:
105: Select set_of_books_id

Line 214: pa_debug.reset_curr_function;

210: End Loop;
211:
212: Close ACC_EVENT_ERROR;
213:
214: pa_debug.reset_curr_function;
215:
216: Log_Message ( 'Exiting...');
217: Exception
218: When Others Then

Line 304: pa_debug.set_curr_function('Populate_Gl_Date');

300: l_err_stack VARCHAR2(255) ;
301:
302: Begin
303:
304: pa_debug.set_curr_function('Populate_Gl_Date');
305:
306: If NVL(g_tran_type,'EXPENDITURES') = 'EXPENDITURES' Then
307:
308: Open CDL_CUR;

Line 509: pa_debug.reset_curr_function;

505:
506: log_message ( SQL%ROWCOUNT || ' CCDLs updated for GL-Date Rederivation.');
507: End If;
508:
509: pa_debug.reset_curr_function;
510: Exception
511: When Others Then
512: Raise;
513: End Populate_Gl_Date;

Line 553: pa_debug.set_curr_function('CHECK_MISC_TXNS');

549: l_org_id Number;
550:
551: Begin
552:
553: pa_debug.set_curr_function('CHECK_MISC_TXNS');
554: -- bug 14355649 start
555: BEGIN
556: SELECT
557: ei.expenditure_item_id,

Line 737: pa_debug.reset_curr_function;

733: End If;
734:
735: End If;
736: <>
737: pa_debug.reset_curr_function;
738:
739: Exception
740: When Others Then
741: Raise;