DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_FORECAST_RULES

Line 5181: from msc_forecast_rules

5177:
5178: function forecast_rule_name(p_forecast_rule_id number) return varchar2 is
5179: cursor c_rule is
5180: select forecast_rule_name
5181: from msc_forecast_rules
5182: where forecast_rule_id = p_forecast_rule_id;
5183: l_rule varchar2(30);
5184: begin
5185: if (p_forecast_rule_id is null) then