DBA Data[Home] [Help]

APPS.PV_ATTRIBUTE_CODE_PVT dependencies on PV_ATTRIBUTE_CODE_PVT

Line 1: PACKAGE BODY PV_ATTRIBUTE_CODE_PVT as

1: PACKAGE BODY PV_ATTRIBUTE_CODE_PVT as
2: /* $Header: pvxvatcb.pls 120.1 2005/06/30 14:47:38 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- PV_Attribute_Code_PVT

2: /* $Header: pvxvatcb.pls 120.1 2005/06/30 14:47:38 appldev ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- PV_Attribute_Code_PVT
7: -- Purpose
8: --
9: -- History
10: --

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

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PV_ATTRIBUTE_CODE_PVT';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'pvxvatcb.pls';
19:
20: G_USER_ID NUMBER := NVL(FND_GLOBAL.USER_ID,-1);
21: G_LOGIN_ID NUMBER := NVL(FND_GLOBAL.CONC_LOGIN_ID,-1);

Line 274: l_tar_attribute_code_rec PV_ATTRIBUTE_CODE_PVT.attribute_code_rec_type := p_attribute_code_rec;

270: -- Local Variables
271: l_object_version_number NUMBER;
272: l_ATTR_CODE_ID NUMBER;
273: l_ref_attribute_code_rec c_get_attribute_code%ROWTYPE ;
274: l_tar_attribute_code_rec PV_ATTRIBUTE_CODE_PVT.attribute_code_rec_type := p_attribute_code_rec;
275: --l_attribute_code_rec PV_ATTRIBUTE_CODE_PVT.attribute_code_rec_type := p_attribute_code_rec;
276: l_rowid ROWID;
277:
278: l_being_used_list VARCHAR2(30000);

Line 275: --l_attribute_code_rec PV_ATTRIBUTE_CODE_PVT.attribute_code_rec_type := p_attribute_code_rec;

271: l_object_version_number NUMBER;
272: l_ATTR_CODE_ID NUMBER;
273: l_ref_attribute_code_rec c_get_attribute_code%ROWTYPE ;
274: l_tar_attribute_code_rec PV_ATTRIBUTE_CODE_PVT.attribute_code_rec_type := p_attribute_code_rec;
275: --l_attribute_code_rec PV_ATTRIBUTE_CODE_PVT.attribute_code_rec_type := p_attribute_code_rec;
276: l_rowid ROWID;
277:
278: l_being_used_list VARCHAR2(30000);
279: l_delete_flag VARCHAR2(1):='Y';

Line 1521: l_attribute_code_rec PV_Attribute_Code_PVT.attribute_code_rec_type;

1517: l_api_name CONSTANT VARCHAR2(30) := 'Validate_Attribute_Code';
1518: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
1519: l_api_version_number CONSTANT NUMBER := 1.0;
1520: l_object_version_number NUMBER;
1521: l_attribute_code_rec PV_Attribute_Code_PVT.attribute_code_rec_type;
1522:
1523: BEGIN
1524: -- Standard Start of API savepoint
1525: SAVEPOINT Validate_Attribute_Code;

Line 1678: END PV_ATTRIBUTE_CODE_PVT;

1674: p_data => x_msg_data
1675: );
1676: END VALIDATE_ATTR_CODE_REC;
1677:
1678: END PV_ATTRIBUTE_CODE_PVT;
1679: