DBA Data[Home] [Help]

APPS.PA_MULTI_CURRENCY_TXN dependencies on PA_DEBUG

Line 136: --Note : pa_debug calls are commented out as it voilates get_currency_attrib pragma excpetions

132: l_temp_acct_rate_date := x_acct_rate_date;
133: -- end r12 nocopy changes
134:
135: --Initialize the error stack
136: --Note : pa_debug calls are commented out as it voilates get_currency_attrib pragma excpetions
137: --PA_DEBUG.init_err_stack('PA_MULTI_CURRENCY_TXN.derive_currency_attributes_fi');
138: print_message('Inside derive_fi_curr_attributes api');
139:
140: IF (G_REC_FI_ATTRB.prev_project_id is NULL OR

Line 137: --PA_DEBUG.init_err_stack('PA_MULTI_CURRENCY_TXN.derive_currency_attributes_fi');

133: -- end r12 nocopy changes
134:
135: --Initialize the error stack
136: --Note : pa_debug calls are commented out as it voilates get_currency_attrib pragma excpetions
137: --PA_DEBUG.init_err_stack('PA_MULTI_CURRENCY_TXN.derive_currency_attributes_fi');
138: print_message('Inside derive_fi_curr_attributes api');
139:
140: IF (G_REC_FI_ATTRB.prev_project_id is NULL OR
141: G_REC_FI_ATTRB.prev_project_id <> P_project_id ) OR

Line 207: --PA_DEBUG.reset_err_stack;

203:
204: END IF;
205:
206: -- reset the error stack;
207: --PA_DEBUG.reset_err_stack;
208: Return;
209:
210: EXCEPTION
211: WHEN OTHERS THEN

Line 1466: pa_debug.set_process(

1462: l_debug_mode := 'Y';
1463: else
1464: l_debug_mode := 'N';
1465: end if;
1466: pa_debug.set_process(
1467: x_process => 'PLSQL',
1468: x_debug_mode => l_debug_mode);
1469: pa_cc_utils.set_curr_function('Perform_MC_and_IC_processing');
1470: IF P_DEBUG_MODE THEN