DBA Data[Home] [Help]

APPS.OZF_OFFER_PERFORMANCE_PVT dependencies on OZF_OFFER_PERFORMANCE_PVT

Line 1: PACKAGE BODY OZF_Offer_Performance_PVT as

1: PACKAGE BODY OZF_Offer_Performance_PVT as
2: /* $Header: ozfvperb.pls 120.1 2005/09/07 19:20:29 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- OZF_Offer_Performance_PVT

2: /* $Header: ozfvperb.pls 120.1 2005/09/07 19:20:29 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- OZF_Offer_Performance_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Offer_Performance_PVT';

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Offer_Performance_PVT';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvperb.pls';
19:
20: -- Hint: Primary key needs to be returned.
21: PROCEDURE Create_Offer_Performance(

Line 267: l_tar_offer_perf_rec OZF_Offer_Performance_PVT.offer_perf_rec_type := P_offer_perf_rec;

263: -- Local Variables
264: l_object_version_number NUMBER;
265: l_OFFER_PERFORMANCE_ID NUMBER;
266: l_ref_offer_perf_rec c_get_Offer_Performance%ROWTYPE ;
267: l_tar_offer_perf_rec OZF_Offer_Performance_PVT.offer_perf_rec_type := P_offer_perf_rec;
268: l_rowid ROWID;
269:
270: BEGIN
271: --dbms_output.put_line('second message');

Line 1046: l_offer_perf_rec OZF_Offer_Performance_PVT.offer_perf_rec_type;

1042: IS
1043: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Offer_Performance';
1044: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
1045: l_object_version_number NUMBER;
1046: l_offer_perf_rec OZF_Offer_Performance_PVT.offer_perf_rec_type;
1047:
1048: BEGIN
1049: -- Standard Start of API savepoint
1050: SAVEPOINT VALIDATE_Offer_Performance_;

Line 1194: END OZF_Offer_Performance_PVT;

1190: );
1191: END Validate_offer_perf_Rec;
1192:
1193:
1194: END OZF_Offer_Performance_PVT;