DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on PA_BILLING_CORE

Line 2862: -- call pa_billing_core.verify_baseline_funding to check the funding revenue

2858: into l_budget_total
2859: from pa_budget_versions
2860: where budget_version_id = p_draft_version_id;
2861:
2862: -- call pa_billing_core.verify_baseline_funding to check the funding revenue
2863: pa_billing_core.verify_baseline_funding(
2864: p_project_id,
2865: p_draft_version_id,
2866: l_entry_level_code,

Line 2863: pa_billing_core.verify_baseline_funding(

2859: from pa_budget_versions
2860: where budget_version_id = p_draft_version_id;
2861:
2862: -- call pa_billing_core.verify_baseline_funding to check the funding revenue
2863: pa_billing_core.verify_baseline_funding(
2864: p_project_id,
2865: p_draft_version_id,
2866: l_entry_level_code,
2867: l_budget_total, -- Removing this temporary fix. /* This is just a temporary fix for FPM testing to proceed. The real fix is being discussed */