DBA Data[Home] [Help]

APPS.PSB_ALLOCRULE_PERCENTS_PVT dependencies on STANDARD

Line 45: -- Standard Start of API savepoint

41: CURSOR C IS
42: select PSB_Allocrule_percents_S.NEXTVAL from DUAL ;
43: BEGIN
44:
45: -- Standard Start of API savepoint
46:
47: SAVEPOINT Insert_Row_Pvt;
48:
49: -- Standard call to check for call compatibility.

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

45: -- Standard Start of API savepoint
46:
47: SAVEPOINT Insert_Row_Pvt;
48:
49: -- Standard call to check for call compatibility.
50:
51: if not FND_API.Compatible_API_Call (l_api_version,
52: p_api_version,
53: l_api_name,

Line 196: -- Standard check of p_commit.

192:
193:
194: -- End of API body.
195:
196: -- Standard check of p_commit.
197:
198: if FND_API.to_Boolean (p_commit) then
199: commit work;
200: end if;

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

198: if FND_API.to_Boolean (p_commit) then
199: commit work;
200: end if;
201:
202: -- Standard call to get message count and if count is 1, get message info.
203:
204: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
205: p_data => p_msg_data);
206:

Line 275: -- Standard Start of API savepoint

271: l_api_version CONSTANT NUMBER := 1.0;
272:
273: BEGIN
274:
275: -- Standard Start of API savepoint
276:
277: SAVEPOINT Update_Row_Pvt;
278:
279: -- Standard call to check for call compatibility.

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

275: -- Standard Start of API savepoint
276:
277: SAVEPOINT Update_Row_Pvt;
278:
279: -- Standard call to check for call compatibility.
280:
281: if not FND_API.Compatible_API_Call (l_api_version,
282: p_api_version,
283: l_api_name,

Line 362: -- Standard check of p_commit.

358: IF (SQL%NOTFOUND) THEN
359: RAISE NO_DATA_FOUND;
360: END IF;
361:
362: -- Standard check of p_commit.
363:
364: if FND_API.to_Boolean (p_commit) then
365: commit work;
366: end if;

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

364: if FND_API.to_Boolean (p_commit) then
365: commit work;
366: end if;
367:
368: -- Standard call to get message count and if count is 1, get message info.
369:
370: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
371: p_data => p_msg_data);
372:

Line 431: -- Standard Start of API savepoint

427: CURSOR C IS
428: select PSB_Allocrule_percents_S.NEXTVAL from DUAL ;
429: BEGIN
430:
431: -- Standard Start of API savepoint
432:
433: SAVEPOINT Delete_Row_Pvt;
434:
435: -- Standard call to check for call compatibility.

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

431: -- Standard Start of API savepoint
432:
433: SAVEPOINT Delete_Row_Pvt;
434:
435: -- Standard call to check for call compatibility.
436:
437: if not FND_API.Compatible_API_Call (l_api_version,
438: p_api_version,
439: l_api_name,

Line 467: -- Standard check of p_commit.

463: END IF;
464:
465: -- End of API body.
466:
467: -- Standard check of p_commit.
468:
469: if FND_API.to_Boolean (p_commit) then
470: commit work;
471: end if;

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

469: if FND_API.to_Boolean (p_commit) then
470: commit work;
471: end if;
472:
473: -- Standard call to get message count and if count is 1, get message info.
474:
475: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
476: p_data => p_msg_data);
477:

Line 554: -- Standard Start of API savepoint

550:
551: Recinfo C%ROWTYPE;
552: BEGIN
553:
554: -- Standard Start of API savepoint
555:
556: SAVEPOINT Lock_Row_Pvt;
557:
558: -- Standard call to check for call compatibility.

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

554: -- Standard Start of API savepoint
555:
556: SAVEPOINT Lock_Row_Pvt;
557:
558: -- Standard call to check for call compatibility.
559:
560: if not FND_API.Compatible_API_Call (l_api_version,
561: p_api_version,
562: l_api_name,

Line 657: -- Standard check of p_commit.

653: CLOSE C;
654: if ((l_lock_row1 = 1) AND (l_lock_row2 = 1) AND (l_lock_row3 = 1))then
655: p_lock_row := FND_API.G_TRUE;
656: end if;
657: -- Standard check of p_commit.
658:
659: if FND_API.to_Boolean (p_commit) then
660: commit work;
661: end if;

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

659: if FND_API.to_Boolean (p_commit) then
660: commit work;
661: end if;
662:
663: -- Standard call to get message count and if count is 1, get message info.
664:
665: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
666: p_data => p_msg_data);
667: