DBA Data[Home] [Help]

APPS.CSC_PROFILE_GROUPS_PUB dependencies on STANDARD

Line 157: -- Standard Start of API savepoint

153: l_api_version_number CONSTANT NUMBER := 1.0;
154:
155: l_pvt_PROF_GROUP_rec CSC_PROFILE_GROUPS_PVT.PROF_GROUP_Rec_Type;
156: BEGIN
157: -- Standard Start of API savepoint
158: SAVEPOINT CREATE_PROFILE_GROUPS_PUB;
159:
160: -- Standard call to check for call compatibility.
161: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 160: -- Standard call to check for call compatibility.

156: BEGIN
157: -- Standard Start of API savepoint
158: SAVEPOINT CREATE_PROFILE_GROUPS_PUB;
159:
160: -- Standard call to check for call compatibility.
161: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
162: p_api_version_number,
163: l_api_name,
164: G_PKG_NAME)

Line 215: -- Standard check for p_commit

211: --
212: -- End of API body.
213: --
214:
215: -- Standard check for p_commit
216: IF FND_API.to_Boolean( p_commit )
217: THEN
218: COMMIT WORK;
219: END IF;

Line 223: -- Standard call to get message count and if count is 1, get message info.

219: END IF;
220:
221:
222:
223: -- Standard call to get message count and if count is 1, get message info.
224: FND_MSG_PUB.Count_And_Get
225: ( p_count => x_msg_count,
226: p_data => x_msg_data
227: );

Line 331: -- Standard Start of API savepoint

327: l_api_version_number CONSTANT NUMBER := 1.0;
328:
329: l_pvt_PROF_GROUP_rec CSC_PROFILE_GROUPS_PVT.PROF_GROUP_Rec_Type;
330: BEGIN
331: -- Standard Start of API savepoint
332: SAVEPOINT UPDATE_PROFILE_GROUPS_PUB;
333:
334: -- Standard call to check for call compatibility.
335: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 334: -- Standard call to check for call compatibility.

330: BEGIN
331: -- Standard Start of API savepoint
332: SAVEPOINT UPDATE_PROFILE_GROUPS_PUB;
333:
334: -- Standard call to check for call compatibility.
335: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
336: p_api_version_number,
337: l_api_name,
338: G_PKG_NAME)

Line 387: -- Standard check for p_commit

383: --
384: -- End of API body
385: --
386:
387: -- Standard check for p_commit
388: IF FND_API.to_Boolean( p_commit )
389: THEN
390: COMMIT WORK;
391: END IF;

Line 395: -- Standard call to get message count and if count is 1, get message info.

391: END IF;
392:
393:
394:
395: -- Standard call to get message count and if count is 1, get message info.
396: FND_MSG_PUB.Count_And_Get
397: ( p_count => x_msg_count,
398: p_data => x_msg_data
399: );

Line 445: -- Standard Start of API savepoint

441: l_api_name CONSTANT VARCHAR2(30) := 'Delete_profile_groups';
442: l_api_version_number CONSTANT NUMBER := 1.0;
443: l_pvt_PROF_GROUP_rec CSC_PROFILE_GROUPS_PVT.PROF_GROUP_Rec_Type;
444: BEGIN
445: -- Standard Start of API savepoint
446: SAVEPOINT DELETE_PROFILE_GROUPS_PUB;
447:
448: -- Standard call to check for call compatibility.
449: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 448: -- Standard call to check for call compatibility.

444: BEGIN
445: -- Standard Start of API savepoint
446: SAVEPOINT DELETE_PROFILE_GROUPS_PUB;
447:
448: -- Standard call to check for call compatibility.
449: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
450: p_api_version_number,
451: l_api_name,
452: G_PKG_NAME)

Line 498: -- Standard check for p_commit

494: --
495: -- End of API body
496: --
497:
498: -- Standard check for p_commit
499: IF FND_API.to_Boolean( p_commit )
500: THEN
501: COMMIT WORK;
502: END IF;

Line 505: -- Standard call to get message count and if count is 1, get message info.

501: COMMIT WORK;
502: END IF;
503:
504:
505: -- Standard call to get message count and if count is 1, get message info.
506: FND_MSG_PUB.Count_And_Get
507: ( p_count => x_msg_count,
508: p_data => x_msg_data
509: );