DBA Data[Home] [Help]

APPS.MSD_DP_FORMULA_PARAMETER_PKG dependencies on MSD_DP_PARAMETERS

Line 44: from MSD_DP_PARAMETERS

40:
41: if l_plan_type = 'EOL' then
42: select PARAMETER_ID
43: into l_formula_id
44: from MSD_DP_PARAMETERS
45: where demand_plan_id = l_demand_plan_id
46: and parameter_type = p_formula_name;
47: else
48: select FORMULA_ID