DBA Data[Home] [Help]

APPS.PA_BILL_PCT dependencies on PA_CURRENCY

Line 1273: X2_revenue_amount := pa_currency.round_currency_amt(l_revenue_total);

1269: l_err_code ,
1270: l_err_stage,
1271: l_err_stack );
1272:
1273: X2_revenue_amount := pa_currency.round_currency_amt(l_revenue_total);
1274:
1275: IF g1_debug_mode = 'Y' THEN
1276: PA_MCB_INVOICE_PKG.log_message(' getting l_revenue_total inside pa_bill_pct.get_rev_budget_amount: '||to_char(l_revenue_total));
1277: END IF;