DBA Data[Home] [Help]

APPS.OZF_REASON_PVT dependencies on OZF_REASON_PVT

Line 1: PACKAGE BODY OZF_Reason_PVT as

1: PACKAGE BODY OZF_Reason_PVT as
2: /* $Header: ozfvreab.pls 120.2 2005/07/29 06:26:26 appldev ship $ */
3: -- Start of Comments
4: -- Package name : OZF_Reason_PVT
5: -- Purpose :

Line 4: -- Package name : OZF_Reason_PVT

1: PACKAGE BODY OZF_Reason_PVT as
2: /* $Header: ozfvreab.pls 120.2 2005/07/29 06:26:26 appldev ship $ */
3: -- Start of Comments
4: -- Package name : OZF_Reason_PVT
5: -- Purpose :
6: -- History :
7: -- 28-OCT-2002 UPOLURI Add one more column: ORDER_TYPE_ID NUMBER
8: -- 28-SEP-2003 ANUJGUPT Add one more column: PARTNER_ACCESS_FLAG VARCHAR2(1)

Line 14: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Reason_PVT';

10: -- NOTE :
11: -- End of Comments
12:
13:
14: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Reason_PVT';
15: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvreab.pls';
16:
17: OZF_DEBUG_HIGH_ON BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
18:

Line 270: l_ref_reason_rec OZF_reason_PVT.reason_Rec_Type;

266: l_api_version_number CONSTANT NUMBER := 1.0;
267: -- Local Variables
268: l_object_version_number NUMBER;
269: l_REASON_CODE_ID NUMBER;
270: l_ref_reason_rec OZF_reason_PVT.reason_Rec_Type;
271: l_reason_rec OZF_reason_PVT.reason_Rec_Type;
272: l_tar_reason_rec OZF_reason_PVT.reason_Rec_Type := P_reason_Rec;
273: l_rowid ROWID;
274:

Line 271: l_reason_rec OZF_reason_PVT.reason_Rec_Type;

267: -- Local Variables
268: l_object_version_number NUMBER;
269: l_REASON_CODE_ID NUMBER;
270: l_ref_reason_rec OZF_reason_PVT.reason_Rec_Type;
271: l_reason_rec OZF_reason_PVT.reason_Rec_Type;
272: l_tar_reason_rec OZF_reason_PVT.reason_Rec_Type := P_reason_Rec;
273: l_rowid ROWID;
274:
275: BEGIN

Line 272: l_tar_reason_rec OZF_reason_PVT.reason_Rec_Type := P_reason_Rec;

268: l_object_version_number NUMBER;
269: l_REASON_CODE_ID NUMBER;
270: l_ref_reason_rec OZF_reason_PVT.reason_Rec_Type;
271: l_reason_rec OZF_reason_PVT.reason_Rec_Type;
272: l_tar_reason_rec OZF_reason_PVT.reason_Rec_Type := P_reason_Rec;
273: l_rowid ROWID;
274:
275: BEGIN
276: -- Standard Start of API savepoint

Line 1402: l_reason_rec OZF_reason_PVT.reason_Rec_Type;

1398: IS
1399: l_api_name CONSTANT VARCHAR2(30) := 'Validate_reason';
1400: l_api_version_number CONSTANT NUMBER := 1.0;
1401: l_object_version_number NUMBER;
1402: l_reason_rec OZF_reason_PVT.reason_Rec_Type;
1403:
1404: BEGIN
1405: -- Standard Start of API savepoint
1406: SAVEPOINT VALIDATE_Reason_;

Line 1604: End OZF_Reason_PVT;

1600: p_data => x_msg_data
1601: );
1602: END Validate_reason_Rec;
1603:
1604: End OZF_Reason_PVT;