DBA Data[Home] [Help]

APPS.OZF_FUNDTHRESHOLD_PVT dependencies on OZF_FUNDTHRESHOLD_PVT

Line 1: PACKAGE BODY OZF_Fundthreshold_PVT as

1: PACKAGE BODY OZF_Fundthreshold_PVT as
2: /* $Header: ozfvthrb.pls 120.0 2005/06/01 01:17:00 appldev noship $ */
3: -- ===============================================================
4:
5: -- Start of Comments

Line 7: -- OZF_Fundthreshold_PVT

3: -- ===============================================================
4:
5: -- Start of Comments
6: -- Package name
7: -- OZF_Fundthreshold_PVT
8: -- Purpose
9: --
10: -- History
11: --

Line 18: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Fundthreshold_PVT';

14: -- End of Comments
15: -- ===============================================================
16:
17:
18: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Fundthreshold_PVT';
19: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvthrb.pls';
20: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
21: -----------------------------------------------------------------------
22: -- PROCEDURE

Line 454: l_tar_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type := P_threshold_rec;

450: -- Local Variables
451: l_object_version_number NUMBER := p_threshold_rec.object_version_number ;
452: l_THRESHOLD_ID NUMBER;
453: l_ref_threshold_rec c_get_Threshold%ROWTYPE ;
454: l_tar_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type := P_threshold_rec;
455: l_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type;
456: l_rowid ROWID;
457:
458: BEGIN

Line 455: l_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type;

451: l_object_version_number NUMBER := p_threshold_rec.object_version_number ;
452: l_THRESHOLD_ID NUMBER;
453: l_ref_threshold_rec c_get_Threshold%ROWTYPE ;
454: l_tar_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type := P_threshold_rec;
455: l_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type;
456: l_rowid ROWID;
457:
458: BEGIN
459: -- Standard Start of API savepoint

Line 1473: l_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type;

1469: IS
1470: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Threshold';
1471: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
1472: l_object_version_number NUMBER;
1473: l_threshold_rec OZF_Fundthreshold_PVT.threshold_rec_type;
1474:
1475: BEGIN
1476: -- Standard Start of API savepoint
1477: SAVEPOINT VALIDATE_Threshold_;

Line 1638: END OZF_Fundthreshold_PVT;

1634: p_data => x_msg_data
1635: );
1636: END Validate_threshold_Rec;
1637:
1638: END OZF_Fundthreshold_PVT;