DBA Data[Home] [Help]

APPS.CSC_PROFILE_CHECK_RULES_PUB dependencies on STANDARD

Line 163: -- Standard Start of API savepoint

159: l_api_name CONSTANT VARCHAR2(30) := 'Create_profile_check_rules';
160: l_api_version_number CONSTANT NUMBER := 1.0;
161: l_pvt_CHK_RULES_rec CSC_PROFILE_CHECK_RULES_PVT.CHK_RULES_Rec_Type;
162: BEGIN
163: -- Standard Start of API savepoint
164: SAVEPOINT CREATE_PROFILE_CHECK_RULES_PUB;
165:
166: -- Standard call to check for call compatibility.
167: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

162: BEGIN
163: -- Standard Start of API savepoint
164: SAVEPOINT CREATE_PROFILE_CHECK_RULES_PUB;
165:
166: -- Standard call to check for call compatibility.
167: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
168: p_api_version_number,
169: l_api_name,
170: G_PKG_NAME)

Line 219: -- Standard check for p_commit

215: --
216: -- End of API body.
217: --
218:
219: -- Standard check for p_commit
220: IF FND_API.to_Boolean( p_commit )
221: THEN
222: COMMIT WORK;
223: END IF;

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

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

Line 330: -- Standard Start of API savepoint

326: l_api_name CONSTANT VARCHAR2(30) := 'Update_profile_check_rules';
327: l_api_version_number CONSTANT NUMBER := 1.0;
328: l_pvt_CHK_RULES_rec CSC_PROFILE_CHECK_RULES_PVT.CHK_RULES_Rec_Type;
329: BEGIN
330: -- Standard Start of API savepoint
331: SAVEPOINT UPDATE_PROFILE_CHECK_RULES_PUB;
332:
333: -- Standard call to check for call compatibility.
334: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 385: -- Standard check for p_commit

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

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

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

Line 438: -- Standard Start of API savepoint

434: l_api_name CONSTANT VARCHAR2(30) := 'Delete_profile_check_rules';
435: l_api_version_number CONSTANT NUMBER := 1.0;
436: l_pvt_CHK_RULES_rec CSC_PROFILE_CHECK_RULES_PVT.CHK_RULES_Rec_Type;
437: BEGIN
438: -- Standard Start of API savepoint
439: SAVEPOINT DELETE_PROFILE_CHECK_RULES_PUB;
440:
441: -- Standard call to check for call compatibility.
442: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

437: BEGIN
438: -- Standard Start of API savepoint
439: SAVEPOINT DELETE_PROFILE_CHECK_RULES_PUB;
440:
441: -- Standard call to check for call compatibility.
442: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
443: p_api_version_number,
444: l_api_name,
445: G_PKG_NAME)

Line 490: -- Standard check for p_commit

486: --
487: -- End of API body
488: --
489:
490: -- Standard check for p_commit
491: IF FND_API.to_Boolean( p_commit )
492: THEN
493: COMMIT WORK;
494: END IF;

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

492: THEN
493: COMMIT WORK;
494: END IF;
495:
496: -- Standard call to get message count and if count is 1, get message info.
497: FND_MSG_PUB.Count_And_Get
498: ( p_count => x_msg_count,
499: p_data => x_msg_data
500: );