DBA Data[Home] [Help]

APPS.ICX_USER_PROFILE_PVT dependencies on STANDARD

Line 31: -- Standard Start of API savepoint

27: l_return_stat BOOLEAN;
28:
29: BEGIN
30:
31: -- Standard Start of API savepoint
32:
33: SAVEPOINT Create_Profile_PVT;
34:
35: -- Standard call to check for call compatibility.

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

31: -- Standard Start of API savepoint
32:
33: SAVEPOINT Create_Profile_PVT;
34:
35: -- Standard call to check for call compatibility.
36:
37: if NOT FND_API.Compatible_API_Call
38: (
39: l_api_version_number,

Line 107: -- Standard check of p_simulate and p_commit parameters

103: fnd_msg_pub.Add;
104: raise FND_API.G_EXC_ERROR;
105: end if;
106:
107: -- Standard check of p_simulate and p_commit parameters
108:
109: if FND_API.To_Boolean( p_simulate)
110: then
111: ROLLBACK to Create_Profile_PVT;

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

114: then
115: commit work;
116: end if;
117:
118: -- Standard call to get message count and if count is 1, get message info.
119:
120: FND_MSG_PUB.Count_And_Get
121: (
122: p_count => p_msg_count,

Line 200: -- Standard Start of API savepoint

196: l_return_stat BOOLEAN;
197:
198: BEGIN
199:
200: -- Standard Start of API savepoint
201:
202: SAVEPOINT Update_Profile_PVT;
203:
204: -- Standard call to check for call compatibility.

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

200: -- Standard Start of API savepoint
201:
202: SAVEPOINT Update_Profile_PVT;
203:
204: -- Standard call to check for call compatibility.
205:
206: if NOT FND_API.Compatible_API_Call
207: (
208: l_api_version_number,

Line 297: -- Standard check of p_simulate and p_commit parameters

293: raise FND_API.G_EXC_ERROR;
294: end if;
295: end if;
296:
297: -- Standard check of p_simulate and p_commit parameters
298:
299: if FND_API.To_Boolean( p_simulate)
300: then
301: ROLLBACK to Update_Profile_PVT;

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

304: then
305: commit work;
306: end if;
307:
308: -- Standard call to get message count and if count is 1, get message info.
309:
310: FND_MSG_PUB.Count_And_Get
311: (
312: p_count => p_msg_count,

Line 389: -- Standard Start of API savepoint

385: l_return_stat BOOLEAN;
386:
387: BEGIN
388:
389: -- Standard Start of API savepoint
390:
391: SAVEPOINT Delete_Profile_PVT;
392:
393: -- Standard call to check for call compatibility.

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

389: -- Standard Start of API savepoint
390:
391: SAVEPOINT Delete_Profile_PVT;
392:
393: -- Standard call to check for call compatibility.
394:
395: if NOT FND_API.Compatible_API_Call
396: (
397: l_api_version_number,

Line 466: -- Standard check of p_simulate and p_commit parameters

462: fnd_msg_pub.Add;
463: raise FND_API.G_EXC_ERROR;
464: end if;
465:
466: -- Standard check of p_simulate and p_commit parameters
467:
468: if FND_API.To_Boolean( p_simulate)
469: then
470: ROLLBACK to Delete_Profile_PVT;

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

473: then
474: commit work;
475: end if;
476:
477: -- Standard call to get message count and if count is 1, get message info.
478:
479: FND_MSG_PUB.Count_And_Get
480: (
481: p_count => p_msg_count,