DBA Data[Home] [Help]

APPS.MSC_PHUB_BUDGET_PKG dependencies on MSC_PLANS

Line 25: from msc_plans

21: errbuf := null;
22:
23: select enforce_budget_constraints, budget_id, budget_value
24: into l_enforce_budget_constraints, l_budget_id, l_budget_value
25: from msc_plans
26: where plan_id=p_plan_id;
27:
28: select plan_type, sr_instance_id, organization_id, plan_start_date, plan_cutoff_date
29: into l_plan_type, l_sr_instance_id, l_organization_id, l_plan_start_date, l_plan_cutoff_date