DBA Data[Home] [Help]

APPS.RLM_FORECAST_SV dependencies on RLM_TPA_SV

Line 60: RLM_TPA_SV.InitializeGroup(x_Sched_rec,

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

Line 96: RLM_TPA_SV.ManageGroupForecast(x_sched_rec,

92: rlm_core_sv.dlog(k_DEBUG,'industry_attribute15' ,v_subgroup_rec.industry_attribute15);
93: --
94: END IF;
95:
96: RLM_TPA_SV.ManageGroupForecast(x_sched_rec,
97: v_SubGroup_rec,
98: t_forecast,
99: t_designator,
100: x_ReturnStatus);

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

134: --
135: END IF;
136: END LOOP;
137: --
138: RLM_TPA_SV.ProcessTable(x_Sched_rec, x_Group_rec, t_forecast);
139:
140: --
141: ELSE
142: --

Line 299: RLM_TPA_SV.GetDesignator(x_sched_rec,

295: rlm_core_sv.dlog(k_DEBUG,'x_Group_rec.bill_to_site_use_id',
296: x_Group_rec.bill_to_site_use_id);
297: END IF;
298: --
299: RLM_TPA_SV.GetDesignator(x_sched_rec,
300: x_Group_rec,
301: x_Group_rec.customer_id,
302: x_Group_rec.ship_from_org_id,
303: x_Group_rec.ship_to_site_use_id,

Line 383: RLM_TPA_SV.LoadForecast(x_Sched_rec,

379: END IF;
380: --
381: IF x_Sched_rec.schedule_purpose NOT IN (k_CANCEL,k_DELETE) THEN
382: --
383: RLM_TPA_SV.LoadForecast(x_Sched_rec,
384: x_Group_rec ,
385: x_forecast,
386: v_forecast_designator);
387: --

Line 1878: RLM_TPA_SV.emptyforecast( x_sched_rec,

1874: END LOOP; --loop for designators already deleted
1875: --
1876: IF (k_REPLACE_FLAG = TRUE) THEN
1877: --
1878: RLM_TPA_SV.emptyforecast( x_sched_rec,
1879: x_Group_rec,
1880: empty_forecast,
1881: empty_designator,
1882: x_designator);

Line 1888: RLM_TPA_SV.emptyforecast( x_sched_rec,

1884: END IF;
1885: --}
1886: ELSE
1887: --
1888: RLM_TPA_SV.emptyforecast( x_sched_rec,
1889: x_Group_rec,
1890: empty_forecast,
1891: empty_designator,
1892: x_designator);