DBA Data[Home] [Help]

APPS.OZF_ACTMETRICFACT_PVT dependencies on OZF_ACTMETRICFACT_PVT

Line 1: PACKAGE BODY Ozf_Actmetricfact_Pvt AS

1: PACKAGE BODY Ozf_Actmetricfact_Pvt AS
2: /* $Header: ozfvamfb.pls 120.1.12010000.2 2008/08/13 06:20:58 kdass ship $ */
3:
4: ---------------------------------------------------------------------------------------------------
5: --

Line 7: -- Ozf_Actmetricfact_Pvt

3:
4: ---------------------------------------------------------------------------------------------------
5: --
6: -- NAME
7: -- Ozf_Actmetricfact_Pvt
8: --
9: -- HISTORY
10: -- 20-Jun-1999 tdonohoe Created package.
11: -- 28-Jun 2000 tdonohoe Modified Check_ActMetricFact_Items to allow the same node to appear on a

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

17:
18: --
19: -- Global variables and constants.
20:
21: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Ozf_Actmetricfact_Pvt'; -- Name of the current package.
22: G_DEBUG_FLAG VARCHAR2(1) := 'N';
23: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
24:
25:

Line 4277: END Ozf_Actmetricfact_Pvt;

4273: p_data => x_msg_data
4274: );
4275: END Delete_Formula;
4276:
4277: END Ozf_Actmetricfact_Pvt;