DBA Data[Home] [Help]

APPS.PA_COST dependencies on PA_CC_UTILS

Line 133: pa_cc_utils.log_message('Error Occured in stage'||l_err_stage);

129: ,x_err_code =>l_err_code
130: );
131:
132: If l_err_code is NOT NULL THEN
133: pa_cc_utils.log_message('Error Occured in stage'||l_err_stage);
134: RAISE user_exception;
135: END IF;
136:
137: pa_cc_utils.log_message('Converting from transaction currency to functional currency');

Line 137: pa_cc_utils.log_message('Converting from transaction currency to functional currency');

133: pa_cc_utils.log_message('Error Occured in stage'||l_err_stage);
134: RAISE user_exception;
135: END IF;
136:
137: pa_cc_utils.log_message('Converting from transaction currency to functional currency');
138: -- Get the Functional Currency code
139: ----------------------------------------------------------------------
140: -- If Input expenditure functional currency code is null then call the
141: -- procedure get_curr_code to get the currency code

Line 179: pa_cc_utils.log_message('Error occured in conversion stage');

175: P_rate =>l_acct_exch_rate,
176: X_status =>l_err_code ) ;
177:
178: IF l_err_code is NOT NULL THEN
179: pa_cc_utils.log_message('Error occured in conversion stage');
180: RAISE user_exception;
181: END IF;
182: ELSE
183:

Line 2156: pa_cc_utils.log_message('Error Occured in stage'||l_err_stage);

2152: ']l_err_stage['||l_err_stage||']l_err_code['||l_err_code||']');
2153:
2154:
2155: IF l_err_code is NOT NULL THEN
2156: pa_cc_utils.log_message('Error Occured in stage'||l_err_stage);
2157: RAISE user_exception;
2158: END IF;
2159:
2160: pa_cc_utils.log_message('Converting from transaction currency to functional currency');

Line 2160: pa_cc_utils.log_message('Converting from transaction currency to functional currency');

2156: pa_cc_utils.log_message('Error Occured in stage'||l_err_stage);
2157: RAISE user_exception;
2158: END IF;
2159:
2160: pa_cc_utils.log_message('Converting from transaction currency to functional currency');
2161: -- Get the Functional Currency code
2162:
2163: l_acct_currency_code := get_curr_code(p_org_id);
2164:

Line 2199: pa_cc_utils.log_message('Error occured in conversion stage');

2195: ']l_acct_exch_rate['||l_acct_exch_rate||']l_err_code['||l_err_code||
2196: ']l_x_raw_cost_rate['||l_x_raw_cost_rate||']');
2197:
2198: IF l_err_code is NOT NULL THEN
2199: pa_cc_utils.log_message('Error occured in conversion stage');
2200: RAISE user_exception;
2201: END IF;
2202:
2203: ELSE