DBA Data[Home] [Help]

APPS.AMS_CNT_POINT_PVT dependencies on AMS_CNT_POINT_PVT

Line 1: PACKAGE BODY AMS_Cnt_Point_PVT as

1: PACKAGE BODY AMS_Cnt_Point_PVT as
2: /* $Header: amsvconb.pls 120.0 2005/05/31 22:01:31 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Cnt_Point_PVT

2: /* $Header: amsvconb.pls 120.0 2005/05/31 22:01:31 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_Cnt_Point_PVT
7: -- Purpose
8: --
9: -- History
10: -- 30-aug-2001 soagrawa Modified names of all error messages, whose length was

Line 23: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Cnt_Point_PVT';

19: -- End of Comments
20: -- ===============================================================
21:
22:
23: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_Cnt_Point_PVT';
24: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amsvconb.pls';
25:
26: -- Hint: Primary key needs to be returned.
27: AMS_DEBUG_HIGH_ON CONSTANT boolean := FND_MSG_PUB.CHECK_MSG_LEVEL(FND_MSG_PUB.G_MSG_LVL_DEBUG_HIGH);

Line 306: l_tar_cnt_point_rec AMS_Cnt_Point_PVT.cnt_point_rec_type := P_cnt_point_rec;

302: -- Local Variables
303: l_object_version_number NUMBER;
304: l_CONTACT_POINT_ID NUMBER;
305: l_ref_cnt_point_rec c_get_Cnt_Point%ROWTYPE ;
306: l_tar_cnt_point_rec AMS_Cnt_Point_PVT.cnt_point_rec_type := P_cnt_point_rec;
307: l_rowid ROWID;
308:
309: BEGIN
310: IF (AMS_DEBUG_HIGH_ON) THEN

Line 1316: l_cnt_point_rec AMS_Cnt_Point_PVT.cnt_point_rec_type;

1312: IS
1313: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Cnt_Point';
1314: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
1315: l_object_version_number NUMBER;
1316: l_cnt_point_rec AMS_Cnt_Point_PVT.cnt_point_rec_type;
1317:
1318: BEGIN
1319: IF (AMS_DEBUG_HIGH_ON) THEN
1320:

Line 1765: END AMS_Cnt_Point_PVT;

1761: END Validate_cnt_point_Rec;
1762:
1763:
1764:
1765: END AMS_Cnt_Point_PVT;