DBA Data[Home] [Help]

APPS.MSD_DP_FORMULA_PARAMETER_PKG dependencies on MSD_DEMAND_PLANS

Line 37: from MSD_DEMAND_PLANS

33:
34: -- translate values to IDs
35: select DEMAND_PLAN_ID, PLAN_TYPE
36: into l_demand_plan_id, l_plan_type
37: from MSD_DEMAND_PLANS
38: where DEMAND_PLAN_NAME = P_DEMAND_PLAN_NAME;
39:
40:
41: if l_plan_type = 'EOL' then