DBA Data[Home] [Help]

APPS.AMW_ASSESSMENTS_PVT dependencies on AMW_ASSESSMENTS_PVT

Line 1: PACKAGE BODY AMW_ASSESSMENTS_PVT as

1: PACKAGE BODY AMW_ASSESSMENTS_PVT as
2: /* $Header: amwtassb.pls 120.0 2005/05/31 20:08:30 appldev noship $ */
3:
4: -- ===============================================================
5: -- Package name

Line 6: -- AMW_ASSESSMENTS_PVT

2: /* $Header: amwtassb.pls 120.0 2005/05/31 20:08:30 appldev noship $ */
3:
4: -- ===============================================================
5: -- Package name
6: -- AMW_ASSESSMENTS_PVT
7: -- Purpose
8: -- for handling Assessments and the related
9: -- History
10: -- 12/28/2003 tsho Creates

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

10: -- 12/28/2003 tsho Creates
11: -- ===============================================================
12:
13:
14: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AMW_ASSESSMENTS_PVT';
15: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amwtassb.pls';
16:
17:
18: -- ===============================================================

Line 80: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_ASSESSMENTS_PVT',

76: ROLLBACK TO Delete_Procedure_Related;
77: END IF;
78:
79: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
80: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_ASSESSMENTS_PVT',
81: p_procedure_name => 'Delete_Procedure_Related',
82: p_error_text => SUBSTRB(SQLERRM,1,240));
83:
84: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 159: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_ASSESSMENTS_PVT',

155: ROLLBACK TO Delete_Assessment_Related;
156: END IF;
157:
158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
159: fnd_msg_pub.add_exc_msg(p_pkg_name => 'AMW_ASSESSMENTS_PVT',
160: p_procedure_name => 'Delete_Assessment_Related',
161: p_error_text => SUBSTRB(SQLERRM,1,240));
162:
163: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 170: END AMW_ASSESSMENTS_PVT;

166: END Delete_Assessment_Related;
167:
168:
169: -- ----------------------------------------------------------------------
170: END AMW_ASSESSMENTS_PVT;