DBA Data[Home] [Help]

APPS.PA_BILLING_AMOUNT dependencies on PA_CURRENCY

Line 1188: pa_currency.round_currency_amt(l_burdened_cost_total);

1184: raise cost_budget_exception;
1185: end if;
1186:
1187: X_cost_budget :=
1188: pa_currency.round_currency_amt(l_burdened_cost_total);
1189: end if;
1190: pa_budget_utils.get_project_task_totals
1191: (l_rev_budget_version_id ,
1192: NULL ,

Line 1207: pa_currency.round_currency_amt(l_revenue_total);

1203: raise rev_budget_exception;
1204: end if;
1205:
1206: X_rev_budget :=
1207: pa_currency.round_currency_amt(l_revenue_total);
1208:
1209:
1210: IF g1_debug_mode = 'Y' THEN
1211: PA_MCB_INVOICE_PKG.log_message('Exiting pa_billing_amount.get_baseline_budget :');