DBA Data[Home] [Help]

APPS.AST_GRP_CAMP_PVT dependencies on AST_GRP_CAMP_PVT

Line 1: PACKAGE BODY ast_grp_camp_PVT as

1: PACKAGE BODY ast_grp_camp_PVT as
2: /* $Header: astvgcab.pls 115.6 2002/02/05 17:28:56 pkm ship $ */
3: -- Start of Comments
4: -- Package name : ast_grp_camp_PVT
5: -- Purpose :

Line 4: -- Package name : ast_grp_camp_PVT

1: PACKAGE BODY ast_grp_camp_PVT as
2: /* $Header: astvgcab.pls 115.6 2002/02/05 17:28:56 pkm ship $ */
3: -- Start of Comments
4: -- Package name : ast_grp_camp_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ast_grp_camp_PVT';

7: -- NOTE :
8: -- End of Comments
9:
10:
11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ast_grp_camp_PVT';
12: G_FILE_NAME CONSTANT VARCHAR2(12) := 'astvgcab.pls';
13:
14: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
15: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;

Line 20: FUNCTION get_grp_Campaign_rec RETURN ast_grp_camp_pvt.grp_camp_rec_type IS

16:
17:
18: -- Functions to return initialized variables
19:
20: FUNCTION get_grp_Campaign_rec RETURN ast_grp_camp_pvt.grp_camp_rec_type IS
21: l_variable ast_grp_camp_pvt.grp_camp_rec_type := ast_grp_camp_pvt.g_miss_grp_camp_rec;
22: BEGIN
23: return (l_variable);
24: END;

Line 21: l_variable ast_grp_camp_pvt.grp_camp_rec_type := ast_grp_camp_pvt.g_miss_grp_camp_rec;

17:
18: -- Functions to return initialized variables
19:
20: FUNCTION get_grp_Campaign_rec RETURN ast_grp_camp_pvt.grp_camp_rec_type IS
21: l_variable ast_grp_camp_pvt.grp_camp_rec_type := ast_grp_camp_pvt.g_miss_grp_camp_rec;
22: BEGIN
23: return (l_variable);
24: END;
25:

Line 273: l_ref_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;

269: l_api_name CONSTANT VARCHAR2(30) := 'Update_grp_camp';
270: l_api_version_number CONSTANT NUMBER := 1.0;
271: -- Local Variables
272: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
273: l_ref_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
274: l_tar_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type := P_grp_camp_Rec;
275: l_rowid ROWID;
276: BEGIN
277: -- Standard Start of API savepoint

Line 274: l_tar_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type := P_grp_camp_Rec;

270: l_api_version_number CONSTANT NUMBER := 1.0;
271: -- Local Variables
272: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
273: l_ref_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
274: l_tar_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type := P_grp_camp_Rec;
275: l_rowid ROWID;
276: BEGIN
277: -- Standard Start of API savepoint
278: SAVEPOINT UPDATE_grp_camp_PVT;

Line 1677: End ast_grp_camp_PVT;

1673: -- Debug Message
1674: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Private API: ' || l_api_name || 'end');
1675:
1676: END Validate_grp_camp;
1677: End ast_grp_camp_PVT;