DBA Data[Home] [Help]

APPS.PSB_ELEMENT_DISTRIBUTIONS_PVT dependencies on STANDARD

Line 76: -- Standard Start of API savepoint

72: and effective_start_date = p_effective_start_date;
73:
74: BEGIN
75:
76: -- Standard Start of API savepoint
77:
78: SAVEPOINT INSERT_ROW_PVT;
79:
80: -- Standard call to check for call compatibility.

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

76: -- Standard Start of API savepoint
77:
78: SAVEPOINT INSERT_ROW_PVT;
79:
80: -- Standard call to check for call compatibility.
81:
82: if not FND_API.Compatible_API_Call (l_api_version,
83: p_api_version,
84: l_api_name,

Line 205: -- Standard check of p_commit.

201: raise no_data_found;
202: end if;
203: -- End of API body.
204:
205: -- Standard check of p_commit.
206:
207: if FND_API.to_Boolean (p_commit) then
208: commit work;
209: end if;

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

207: if FND_API.to_Boolean (p_commit) then
208: commit work;
209: end if;
210:
211: -- Standard call to get message count and if count is 1, get message info.
212:
213: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
214: p_data => p_msg_data);
215:

Line 313: -- Standard Start of API savepoint

309: l_api_version CONSTANT NUMBER := 1.0;
310:
311: BEGIN
312:
313: -- Standard Start of API savepoint
314:
315: SAVEPOINT UPDATE_ROW_PVT;
316:
317: -- Standard call to check for call compatibility.

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

313: -- Standard Start of API savepoint
314:
315: SAVEPOINT UPDATE_ROW_PVT;
316:
317: -- Standard call to check for call compatibility.
318:
319: if not FND_API.Compatible_API_Call (l_api_version,
320: p_api_version,
321: l_api_name,

Line 388: -- Standard check of p_commit.

384: end if;
385:
386: -- End of API body.
387:
388: -- Standard check of p_commit.
389:
390: if FND_API.to_Boolean (p_commit) then
391: commit work;
392: end if;

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

390: if FND_API.to_Boolean (p_commit) then
391: commit work;
392: end if;
393:
394: -- Standard call to get message count and if count is 1, get message info.
395:
396: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
397: p_data => p_msg_data);
398:

Line 459: -- Standard Start of API savepoint

455: l_api_version CONSTANT NUMBER := 1.0;
456:
457: BEGIN
458:
459: -- Standard Start of API savepoint
460:
461: SAVEPOINT DELETE_ROW_PVT;
462:
463: -- Standard call to check for call compatibility.

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

459: -- Standard Start of API savepoint
460:
461: SAVEPOINT DELETE_ROW_PVT;
462:
463: -- Standard call to check for call compatibility.
464:
465: if not FND_API.Compatible_API_Call (l_api_version,
466: p_api_version,
467: l_api_name,

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

488: if (SQL%NOTFOUND) then
489: RAISE NO_DATA_FOUND;
490: end if;
491:
492: -- Standard call to get message count and if count is 1, get message info.
493:
494: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
495: p_data => p_msg_data);
496:

Line 497: -- Standard check of p_commit.

493:
494: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
495: p_data => p_msg_data);
496:
497: -- Standard check of p_commit.
498:
499: if FND_API.to_Boolean (p_commit) then
500: commit work;
501: end if;