DBA Data[Home] [Help]

APPS.CSC_PROFILE_CHECK_PUB dependencies on STANDARD

Line 192: -- Standard Start of API savepoint

188: l_api_version_number CONSTANT NUMBER := 1.0;
189:
190: l_pvt_check_rec CSC_PROFILE_CHECK_PVT.CHECK_Rec_Type;
191: BEGIN
192: -- Standard Start of API savepoint
193: SAVEPOINT CREATE_PROFILE_CHECK_PUB;
194:
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

191: BEGIN
192: -- Standard Start of API savepoint
193: SAVEPOINT CREATE_PROFILE_CHECK_PUB;
194:
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
197: p_api_version_number,
198: l_api_name,
199: G_PKG_NAME)

Line 246: -- Standard check for p_commit

242:
243: --
244: -- End of API body.
245: --
246: -- Standard check for p_commit
247: IF FND_API.to_Boolean( p_commit )
248: THEN
249: COMMIT WORK;
250: END IF;

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

249: COMMIT WORK;
250: END IF;
251:
252:
253: -- Standard call to get message count and if count is 1, get message info.
254: FND_MSG_PUB.Count_And_Get
255: ( p_count => x_msg_count,
256: p_data => x_msg_data
257: );

Line 383: -- Standard Start of API savepoint

379: l_api_version_number CONSTANT NUMBER := 1.0;
380:
381: l_pvt_check_rec CSC_PROFILE_CHECK_PVT.CHECK_Rec_Type;
382: BEGIN
383: -- Standard Start of API savepoint
384: SAVEPOINT UPDATE_CHECK_PUB;
385:
386: -- Standard call to check for call compatibility.
387: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

382: BEGIN
383: -- Standard Start of API savepoint
384: SAVEPOINT UPDATE_CHECK_PUB;
385:
386: -- Standard call to check for call compatibility.
387: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
388: p_api_version_number,
389: l_api_name,
390: G_PKG_NAME)

Line 439: -- Standard check for p_commit

435: --
436: -- End of API body
437: --
438:
439: -- Standard check for p_commit
440: IF FND_API.to_Boolean( p_commit )
441: THEN
442: COMMIT WORK;
443: END IF;

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

442: COMMIT WORK;
443: END IF;
444:
445:
446: -- Standard call to get message count and if count is 1, get message info.
447: FND_MSG_PUB.Count_And_Get
448: ( p_count => x_msg_count,
449: p_data => x_msg_data
450: );

Line 494: -- Standard Start of API savepoint

490: IS
491: l_api_name CONSTANT VARCHAR2(30) := 'Delete_Profile_check';
492: l_api_version_number CONSTANT NUMBER := 1.0;
493: BEGIN
494: -- Standard Start of API savepoint
495: SAVEPOINT DELETE_CHECK_PUB;
496:
497: -- Standard call to check for call compatibility.
498: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

493: BEGIN
494: -- Standard Start of API savepoint
495: SAVEPOINT DELETE_CHECK_PUB;
496:
497: -- Standard call to check for call compatibility.
498: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
499: p_api_version_number,
500: l_api_name,
501: G_PKG_NAME)

Line 543: -- Standard check for p_commit

539: --
540: -- End of API body
541: --
542:
543: -- Standard check for p_commit
544: IF FND_API.to_Boolean( p_commit )
545: THEN
546: COMMIT WORK;
547: END IF;

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

547: END IF;
548:
549:
550:
551: -- Standard call to get message count and if count is 1, get message info.
552: FND_MSG_PUB.Count_And_Get
553: ( p_count => x_msg_count,
554: p_data => x_msg_data
555: );