DBA Data[Home] [Help]

APPS.PA_MC_BILLING_PVT dependencies on PA_CURRENCY

Line 205: x_cost_amount := pa_currency.round_currency_amt(l_burdened_cost_total);

201: Copy the value of cost budget amount to the OUTPUT valiable
202: ------------------------------------------------------------ */
203:
204:
205: x_cost_amount := pa_currency.round_currency_amt(l_burdened_cost_total);
206:
207:
208:
209:

Line 236: x_revenue_amount := pa_currency.round_currency_amt(l_revenue_total);

232: Copy the value of revenue budget amount and budget type code into
233: the OUTPUT variables.
234: --------------------------------------------------------------- */
235:
236: x_revenue_amount := pa_currency.round_currency_amt(l_revenue_total);
237: x_cost_budget_type_code := l_cost_budget_type_code;
238: x_rev_budget_type_code := l_rev_budget_type_code;
239: x_return_status := l_return_status;
240: x_msg_count := l_msg_count;