DBA Data[Home] [Help]

APPS.RLM_TPA_SV dependencies on RLM_FORECAST_SV

Line 1520: RLM_FORECAST_SV.EmptyForecast

1516: BEGIN
1517: --{
1518: --
1519: --
1520: RLM_FORECAST_SV.EmptyForecast
1521: (
1522: x_sched_rec => x_sched_rec,
1523: x_Group_rec => x_Group_rec,
1524: x_forecast => x_forecast,

Line 1580: RLM_FORECAST_SV.GetDesignator

1576: BEGIN
1577: --{
1578: --
1579: --
1580: RLM_FORECAST_SV.GetDesignator
1581: (
1582: x_Sched_rec => x_Sched_rec,
1583: x_Group_rec => x_Group_rec,
1584: x_Customer_id => x_Customer_id,

Line 1639: RLM_FORECAST_SV.LoadForecast

1635: BEGIN
1636: --{
1637: --
1638: --
1639: RLM_FORECAST_SV.LoadForecast
1640: (
1641: x_Sched_rec => x_Sched_rec,
1642: x_Group_rec => x_Group_rec,
1643: t_forecast => t_forecast,

Line 1692: RLM_FORECAST_SV.ProcessTable

1688: BEGIN
1689: --{
1690: --
1691: --
1692: RLM_FORECAST_SV.ProcessTable
1693: (
1694: x_Sched_rec => x_Sched_rec,
1695: x_Group_rec => x_Group_rec,
1696: t_Forecast => t_Forecast

Line 1746: RLM_FORECAST_SV.UpdateGroupStatus

1742: BEGIN
1743: --{
1744: --
1745: --
1746: RLM_FORECAST_SV.UpdateGroupStatus
1747: (
1748: x_header_id => x_header_id,
1749: x_ScheduleHeaderId => x_ScheduleHeaderId,
1750: x_Group_rec => x_Group_rec,

Line 1773: x_Group_ref IN OUT NOCOPY rlm_forecast_sv.t_Cursor_ref,

1769: --
1770: PROCEDURE InitializeGroup
1771: (
1772: x_Sched_rec IN rlm_interface_headers%ROWTYPE,
1773: x_Group_ref IN OUT NOCOPY rlm_forecast_sv.t_Cursor_ref,
1774: x_Group_rec IN rlm_dp_sv.t_Group_rec
1775: )
1776: IS
1777: --{

Line 1800: RLM_FORECAST_SV.InitializeGroup

1796: BEGIN
1797: --{
1798: --
1799: --
1800: RLM_FORECAST_SV.InitializeGroup
1801: (
1802: x_Sched_rec => x_Sched_rec,
1803: x_Group_ref => x_Group_ref,
1804: x_Group_rec => x_Group_rec

Line 1856: RLM_FORECAST_SV.ManageGroupForecast

1852: BEGIN
1853: --{
1854: --
1855: --
1856: RLM_FORECAST_SV.ManageGroupForecast
1857: (
1858: x_Sched_rec => x_Sched_rec,
1859: x_Group_rec => x_Group_rec,
1860: x_forecast => x_forecast,

Line 1911: RLM_FORECAST_SV.ManageForecast

1907: BEGIN
1908: --{
1909: --
1910: --
1911: RLM_FORECAST_SV.ManageForecast
1912: (
1913: x_InterfaceHeaderId => x_InterfaceHeaderId,
1914: x_Sched_rec => x_Sched_rec,
1915: x_Group_rec => x_Group_rec,