DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on PA_BILLING_CORE

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

2854: into l_budget_total
2855: from pa_budget_versions
2856: where budget_version_id = p_draft_version_id;
2857:
2858: -- call pa_billing_core.verify_baseline_funding to check the funding revenue
2859: pa_billing_core.verify_baseline_funding(
2860: p_project_id,
2861: p_draft_version_id,
2862: l_entry_level_code,

Line 2859: pa_billing_core.verify_baseline_funding(

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