DBA Data[Home] [Help]

APPS.PA_BILL_PCT dependencies on PA_CURRENCY

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

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