DBA Data[Home] [Help]

APPS.CSP_RS_CUST_RELATION_PUB dependencies on CSP_RS_CUST_RELATION_PVT

Line 36: x_pvt_RCR_rec OUT NOCOPY CSP_rs_cust_relation_PVT.RCR_Rec_Type

32: --
33: -- End of Comments
34: PROCEDURE Convert_RCR_Values_To_Ids(
35: P_RCR_Rec IN CSP_rs_cust_relation_PUB.RCR_Rec_Type,
36: x_pvt_RCR_rec OUT NOCOPY CSP_rs_cust_relation_PVT.RCR_Rec_Type
37: )
38: IS
39: -- Hint: Declare cursor and local variables
40: -- Example: CURSOR C_Get_Lookup_Code(X_Lookup_Type VARCHAR2, X_Meaning VARCHAR2) IS

Line 141: l_pvt_RCR_rec CSP_RS_CUST_RELATION_PVT.RCR_Rec_Type;

137:
138: IS
139: l_api_name CONSTANT VARCHAR2(30) := 'Create_rs_cust_relation';
140: l_api_version_number CONSTANT NUMBER := 2.0;
141: l_pvt_RCR_rec CSP_RS_CUST_RELATION_PVT.RCR_Rec_Type;
142: BEGIN
143: -- Standard Start of API savepoint
144: SAVEPOINT CREATE_RS_CUST_RELATION_PUB;
145:

Line 187: CSP_rs_cust_relation_PVT.Create_rs_cust_relation(

183: );
184:
185: -- Calling Private package: Create_RS_CUST_RELATION
186: -- Hint: Primary key needs to be returned
187: CSP_rs_cust_relation_PVT.Create_rs_cust_relation(
188: P_Api_Version_Number => 2.0,
189: P_Init_Msg_List => FND_API.G_FALSE,
190: P_Commit => FND_API.G_FALSE,
191: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 280: l_pvt_RCR_rec CSP_RS_CUST_RELATION_PVT.RCR_Rec_Type;

276:
277: IS
278: l_api_name CONSTANT VARCHAR2(30) := 'Update_rs_cust_relation';
279: l_api_version_number CONSTANT NUMBER := 2.0;
280: l_pvt_RCR_rec CSP_RS_CUST_RELATION_PVT.RCR_Rec_Type;
281: BEGIN
282: -- Standard Start of API savepoint
283: SAVEPOINT UPDATE_RS_CUST_RELATION_PUB;
284:

Line 324: CSP_rs_cust_relation_PVT.Update_rs_cust_relation(

320: p_RCR_rec => p_RCR_rec,
321: x_pvt_RCR_rec => l_pvt_RCR_rec
322: );
323:
324: CSP_rs_cust_relation_PVT.Update_rs_cust_relation(
325: P_Api_Version_Number => 2.0,
326: P_Init_Msg_List => FND_API.G_FALSE,
327: P_Commit => p_commit,
328: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 417: l_pvt_RCR_rec CSP_RS_CUST_RELATION_PVT.RCR_Rec_Type;

413:
414: IS
415: l_api_name CONSTANT VARCHAR2(30) := 'Delete_rs_cust_relation';
416: l_api_version_number CONSTANT NUMBER := 2.0;
417: l_pvt_RCR_rec CSP_RS_CUST_RELATION_PVT.RCR_Rec_Type;
418: BEGIN
419: -- Standard Start of API savepoint
420: SAVEPOINT DELETE_RS_CUST_RELATION_PUB;
421:

Line 461: CSP_rs_cust_relation_PVT.Delete_rs_cust_relation(

457: p_RCR_rec => p_RCR_rec,
458: x_pvt_RCR_rec => l_pvt_RCR_rec
459: );
460:
461: CSP_rs_cust_relation_PVT.Delete_rs_cust_relation(
462: P_Api_Version_Number => 2.0,
463: P_Init_Msg_List => FND_API.G_FALSE,
464: P_Commit => p_commit,
465: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 598: CSP_rs_cust_relation_PVT.Get_rs_cust_relation(

594: --
595: -- Debug Message
596: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'Public API: - Calling PVT.Get_RS_CUST_RELATION');
597: /*
598: CSP_rs_cust_relation_PVT.Get_rs_cust_relation(
599: P_Api_Version_Number => 2.0,
600: P_Init_Msg_List => FND_API.G_FALSE,
601: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
602: P_Identity_Salesforce_id => p_identity_salesforce_id,