DBA Data[Home] [Help]

APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACTFORECAST_PVT

Line 1: PACKAGE BODY OZF_ACTFORECAST_PVT AS

1: PACKAGE BODY OZF_ACTFORECAST_PVT AS
2: /* $Header: ozfvfctb.pls 120.2 2005/07/29 02:53:12 appldev ship $ */
3:
4: ---------------------------------------------------------------------------------------------------
5: --

Line 7: -- OZF_ActForecast_PVT

3:
4: ---------------------------------------------------------------------------------------------------
5: --
6: -- NAME
7: -- OZF_ActForecast_PVT
8: --
9: -- HISTORY
10: -- 20-May-2000 tdonohoe@us Created package.
11: -- 15-Jun-2000 tdonohoe@us Modified package to include new FORECAST_TYPE column.

Line 19: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_ACTFORECAST_PVT'; -- Name of the current package.

15:
16: --
17: -- Global variables and constants.
18:
19: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OZF_ACTFORECAST_PVT'; -- Name of the current package.
20: G_DEBUG_FLAG VARCHAR2(1) := 'N';
21:
22: OZF_DEBUG_HIGH_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);
23: OZF_DEBUG_LOW_ON boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);

Line 2136: END OZF_ActForecast_PVT;

2132: END Validate_ActFcst_Items;
2133:
2134:
2135:
2136: END OZF_ActForecast_PVT;