DBA Data[Home] [Help]

APPS.AMS_ACT_CONTACT_POINTS_PKG dependencies on AMS_ACT_CONTACT_POINTS_PKG

Line 1: PACKAGE BODY AMS_ACT_CONTACT_POINTS_PKG as

1: PACKAGE BODY AMS_ACT_CONTACT_POINTS_PKG as
2: /* $Header: amstconb.pls 120.0 2005/05/31 17:56:32 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_ACT_CONTACT_POINTS_PKG

2: /* $Header: amstconb.pls 120.0 2005/05/31 17:56:32 appldev noship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_ACT_CONTACT_POINTS_PKG
7: -- Purpose
8: --
9: -- History
10: -- 20-may-2005 musman Added contact_point_value_id column for webadi collaboration script usage

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

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_ACT_CONTACT_POINTS_PKG';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amstconb.pls';
19:
20:
21: ----------------------------------------------------------

Line 304: END AMS_ACT_CONTACT_POINTS_PKG;

300: END IF;
301: CLOSE C;
302: END Lock_Row;
303:
304: END AMS_ACT_CONTACT_POINTS_PKG;