DBA Data[Home] [Help]

APPS.RLM_FORECAST_SV dependencies on RLM_TPA_SV

Line 65: RLM_TPA_SV.InitializeGroup(x_Sched_rec,

61: /* Bill_to information is used to get the designator. Since we
62: do not have the bill to information in the x_Group_rec, we
63: initialize the group (by bill_to) and then process the sub groups */
64: --
65: RLM_TPA_SV.InitializeGroup(x_Sched_rec,
66: v_SubGroup_ref,
67: x_Group_rec);
68: --
69: WHILE FetchGroup(v_SubGroup_ref, v_SubGroup_rec) LOOP

Line 101: RLM_TPA_SV.ManageGroupForecast(x_sched_rec,

97: rlm_core_sv.dlog(k_DEBUG,'industry_attribute15' ,v_subgroup_rec.industry_attribute15);
98: --
99: END IF;
100:
101: RLM_TPA_SV.ManageGroupForecast(x_sched_rec,
102: v_SubGroup_rec,
103: t_forecast,
104: t_designator,
105: x_ReturnStatus);

Line 155: RLM_TPA_SV.ProcessTable(x_Sched_rec, x_Group_rec, t_forecast);

151: --
152: END IF;
153: END LOOP;
154: --
155: RLM_TPA_SV.ProcessTable(x_Sched_rec, x_Group_rec, t_forecast);
156:
157: --
158: ELSE
159: --

Line 316: RLM_TPA_SV.GetDesignator(x_sched_rec,

312: rlm_core_sv.dlog(k_DEBUG,'x_Group_rec.bill_to_site_use_id',
313: x_Group_rec.bill_to_site_use_id);
314: END IF;
315: --
316: RLM_TPA_SV.GetDesignator(x_sched_rec,
317: x_Group_rec,
318: x_Group_rec.customer_id,
319: x_Group_rec.ship_from_org_id,
320: x_Group_rec.ship_to_site_use_id,

Line 400: RLM_TPA_SV.LoadForecast(x_Sched_rec,

396: END IF;
397: --
398: IF x_Sched_rec.schedule_purpose NOT IN (k_CANCEL,k_DELETE) THEN
399: --
400: RLM_TPA_SV.LoadForecast(x_Sched_rec,
401: x_Group_rec ,
402: x_forecast,
403: v_forecast_designator);
404: --

Line 1913: RLM_TPA_SV.emptyforecast( x_sched_rec,

1909: END LOOP; --loop for designators already deleted
1910: --
1911: IF (k_REPLACE_FLAG = TRUE) THEN
1912: --
1913: RLM_TPA_SV.emptyforecast( x_sched_rec,
1914: x_Group_rec,
1915: empty_forecast,
1916: empty_designator,
1917: x_designator);

Line 1923: RLM_TPA_SV.emptyforecast( x_sched_rec,

1919: END IF;
1920: --}
1921: ELSE
1922: --
1923: RLM_TPA_SV.emptyforecast( x_sched_rec,
1924: x_Group_rec,
1925: empty_forecast,
1926: empty_designator,
1927: x_designator);