DBA Data[Home] [Help]

APPS.AST_GRP_CAMP_PUB dependencies on AST_GRP_CAMP_PVT

Line 36: x_pvt_grp_camp_rec OUT ast_grp_camp_PVT.grp_camp_Rec_Type

32: --
33: -- End of Comments
34: PROCEDURE Convert_grp_camp_Values_To_Ids(
35: P_grp_camp_Rec IN ast_grp_camp_PUB.grp_camp_Rec_Type,
36: x_pvt_grp_camp_rec OUT ast_grp_camp_PVT.grp_camp_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 125: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;

121:
122: IS
123: l_api_name CONSTANT VARCHAR2(30) := 'Create_grp_camp';
124: l_api_version_number CONSTANT NUMBER := 2.0;
125: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
126: BEGIN
127: -- Standard Start of API savepoint
128: SAVEPOINT CREATE_grp_camp_PUB;
129:

Line 170: ast_grp_camp_PVT.Create_grp_camp(

166: );
167:
168: -- Calling Private package: Create_grp_camp
169: -- Hint: Primary key needs to be returned
170: ast_grp_camp_PVT.Create_grp_camp(
171: P_Api_Version_Number => 2.0,
172: P_Init_Msg_List => FND_API.G_FALSE,
173: P_Commit => FND_API.G_FALSE,
174: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 260: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;

256:
257: IS
258: l_api_name CONSTANT VARCHAR2(30) := 'Update_grp_camp';
259: l_api_version_number CONSTANT NUMBER := 2.0;
260: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
261: BEGIN
262: -- Standard Start of API savepoint
263: SAVEPOINT UPDATE_grp_camp_PUB;
264:

Line 303: ast_grp_camp_PVT.Update_grp_camp(

299: p_grp_camp_rec => p_grp_camp_rec,
300: x_pvt_grp_camp_rec => l_pvt_grp_camp_rec
301: );
302:
303: ast_grp_camp_PVT.Update_grp_camp(
304: P_Api_Version_Number => 2.0,
305: P_Init_Msg_List => FND_API.G_FALSE,
306: P_Commit => p_commit,
307: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 393: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;

389:
390: IS
391: l_api_name CONSTANT VARCHAR2(30) := 'Delete_grp_camp';
392: l_api_version_number CONSTANT NUMBER := 2.0;
393: l_pvt_grp_camp_rec ast_grp_camp_PVT.grp_camp_Rec_Type;
394: BEGIN
395: -- Standard Start of API savepoint
396: SAVEPOINT DELETE_grp_camp_PUB;
397:

Line 436: ast_grp_camp_PVT.Delete_grp_camp(

432: p_grp_camp_rec => p_grp_camp_rec,
433: x_pvt_grp_camp_rec => l_pvt_grp_camp_rec
434: );
435:
436: ast_grp_camp_PVT.Delete_grp_camp(
437: P_Api_Version_Number => 2.0,
438: P_Init_Msg_List => FND_API.G_FALSE,
439: P_Commit => p_commit,
440: P_Validation_Level => FND_API.G_VALID_LEVEL_FULL,

Line 568: ast_grp_camp_PVT.Get_grp_camp(

564: -- API body
565: --
566: -- Debug Message
567: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'ast', 'Public API: - Calling PVT.Get_grp_camp');
568: ast_grp_camp_PVT.Get_grp_camp(
569: P_Api_Version_Number => 2.0,
570: P_Init_Msg_List => FND_API.G_FALSE,
571: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
572: P_Identity_Salesforce_id => p_identity_salesforce_id,