DBA Data[Home] [Help]

APPS.OZF_ADJ_NEW_LINE_PVT dependencies on OZF_ADJ_NEW_LINE_PVT

Line 1: PACKAGE BODY OZF_Adj_New_Line_PVT as

1: PACKAGE BODY OZF_Adj_New_Line_PVT as
2: /* $Header: ozfvanlb.pls 120.0 2006/03/30 13:54:36 rssharma noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- OZF_Adj_New_Line_PVT

2: /* $Header: ozfvanlb.pls 120.0 2006/03/30 13:54:36 rssharma noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- OZF_Adj_New_Line_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 15: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Adj_New_Line_PVT';

11: -- NOTE
12: --
13: -- End of Comments
14: -- ===============================================================
15: G_PKG_NAME CONSTANT VARCHAR2(30):= 'OZF_Adj_New_Line_PVT';
16: G_FILE_NAME CONSTANT VARCHAR2(12) := 'ozfvoanb.pls';
17:
18: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
19: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;

Line 244: l_tar_adj_new_line_rec OZF_Adj_New_Line_PVT.adj_new_line_rec_type := P_adj_new_line_rec;

240: -- Local Variables
241: l_object_version_number NUMBER;
242: l_OFFER_ADJ_NEW_LINE_ID NUMBER;
243: l_ref_adj_new_line_rec c_get_Adj_New_Line%ROWTYPE ;
244: l_tar_adj_new_line_rec OZF_Adj_New_Line_PVT.adj_new_line_rec_type := P_adj_new_line_rec;
245: l_rowid ROWID;
246:
247: BEGIN
248: -- Standard Start of API savepoint

Line 1167: l_adj_new_line_rec OZF_Adj_New_Line_PVT.adj_new_line_rec_type;

1163: IS
1164: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Adj_New_Line';
1165: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
1166: l_object_version_number NUMBER;
1167: l_adj_new_line_rec OZF_Adj_New_Line_PVT.adj_new_line_rec_type;
1168:
1169: BEGIN
1170: -- Standard Start of API savepoint
1171: SAVEPOINT VALIDATE_Adj_New_Line_;

Line 1668: END OZF_Adj_New_Line_PVT;

1664: p_data => x_msg_data
1665: );
1666:
1667: END Update_Adj_New_Disc;
1668: END OZF_Adj_New_Line_PVT;