DBA Data[Home] [Help]

APPS.OZF_THRESHOLD_RULE_PVT dependencies on OZF_THRESHOLD_RULE_PVT

Line 1: PACKAGE BODY OZF_Threshold_Rule_PVT as

1: PACKAGE BODY OZF_Threshold_Rule_PVT as
2: /* $Header: ozfvtrub.pls 120.2 2005/12/19 10:10:36 mkothari ship $ */
3: -- ===============================================================
4:
5: -- Start of Comments

Line 7: -- OZF_Threshold_Rule_PVT

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

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

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

Line 431: l_tar_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type := P_threshold_rule_rec;

427: -- Local Variables
428: l_object_version_number NUMBER := p_threshold_rule_rec.object_version_number;
429: l_THRESHOLD_RULE_ID NUMBER ;
430: l_ref_threshold_rule_rec c_get_Threshold_Rule%ROWTYPE ;
431: l_tar_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type := P_threshold_rule_rec;
432: l_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type;
433: l_rowid ROWID;
434: l_converted_days NUMBER;
435: l_return_status VARCHAR2(30);

Line 432: l_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type;

428: l_object_version_number NUMBER := p_threshold_rule_rec.object_version_number;
429: l_THRESHOLD_RULE_ID NUMBER ;
430: l_ref_threshold_rule_rec c_get_Threshold_Rule%ROWTYPE ;
431: l_tar_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type := P_threshold_rule_rec;
432: l_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type;
433: l_rowid ROWID;
434: l_converted_days NUMBER;
435: l_return_status VARCHAR2(30);
436:

Line 1694: l_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type;

1690: IS
1691: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Threshold_Rule';
1692: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
1693: l_object_version_number NUMBER;
1694: l_threshold_rule_rec OZF_Threshold_Rule_PVT.threshold_rule_rec_type;
1695:
1696: BEGIN
1697: -- Standard Start of API savepoint
1698: SAVEPOINT VALIDATE_Threshold_Rule_;

Line 1850: END OZF_Threshold_Rule_PVT;

1846: p_data => x_msg_data
1847: );
1848: END Validate_threshold_rule_Rec;
1849:
1850: END OZF_Threshold_Rule_PVT;