DBA Data[Home] [Help]

APPS.MSC_GET_NAME dependencies on MSC_FORECAST_RULES

Line 5753: from msc_forecast_rules

5749:
5750: function forecast_rule_name(p_forecast_rule_id number) return varchar2 is
5751: cursor c_rule is
5752: select forecast_rule_name
5753: from msc_forecast_rules
5754: where forecast_rule_id = p_forecast_rule_id;
5755: l_rule varchar2(30);
5756: begin
5757: if (p_forecast_rule_id is null) then