DBA Data[Home] [Help]

APPS.CSP_RS_CUST_RELATION_PVT dependencies on CSP_RS_CUST_RELATION_PVT

Line 1: PACKAGE BODY CSP_RS_CUST_RELATION_PVT as

1: PACKAGE BODY CSP_RS_CUST_RELATION_PVT as
2: /* $Header: cspvrcrb.pls 115.6 2003/05/02 00:26:48 phegde noship $ */
3: -- Start of Comments
4: -- Package name : CSP_RS_CUST_RELATION_PVT
5: -- Purpose :

Line 4: -- Package name : CSP_RS_CUST_RELATION_PVT

1: PACKAGE BODY CSP_RS_CUST_RELATION_PVT as
2: /* $Header: cspvrcrb.pls 115.6 2003/05/02 00:26:48 phegde noship $ */
3: -- Start of Comments
4: -- Package name : CSP_RS_CUST_RELATION_PVT
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

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

7: -- NOTE :
8: -- End of Comments
9:
10:
11: G_PKG_NAME CONSTANT VARCHAR2(30):= 'CSP_RS_CUST_RELATION_PVT';
12: G_FILE_NAME CONSTANT VARCHAR2(12) := 'cspvrcrb.pls';
13:
14:
15: -- Hint: Primary key needs to be returned.

Line 262: l_ref_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type;

258: l_api_name CONSTANT VARCHAR2(30) := 'Update_rs_cust_relation';
259: l_api_version_number CONSTANT NUMBER := 2.0;
260: -- Local Variables
261: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
262: l_ref_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type;
263: l_tar_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type := P_RCR_Rec;
264: l_rowid ROWID;
265: BEGIN
266: -- Standard Start of API savepoint

Line 263: l_tar_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type := P_RCR_Rec;

259: l_api_version_number CONSTANT NUMBER := 2.0;
260: -- Local Variables
261: l_identity_sales_member_rec AS_SALES_MEMBER_PUB.Sales_member_rec_Type;
262: l_ref_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type;
263: l_tar_RCR_rec CSP_rs_cust_relation_PVT.RCR_Rec_Type := P_RCR_Rec;
264: l_rowid ROWID;
265: BEGIN
266: -- Standard Start of API savepoint
267: SAVEPOINT UPDATE_RS_CUST_RELATION_PVT;

Line 1276: End CSP_RS_CUST_RELATION_PVT;

1272: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
1273:
1274: END Validate_rs_cust_relation;
1275:
1276: End CSP_RS_CUST_RELATION_PVT;