DBA Data[Home] [Help]

APPS.PSB_COMMITMENTS_PVT dependencies on STANDARD

Line 73: -- Standard Start of API savepoint

69: AND pw.worksheet_id = p_worksheet_id;
70:
71: BEGIN
72:
73: -- Standard Start of API savepoint
74:
75: SAVEPOINT Create_Commit_Line_Items_Pvt;
76:
77: -- Standard call to check for call compatibility.

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

73: -- Standard Start of API savepoint
74:
75: SAVEPOINT Create_Commit_Line_Items_Pvt;
76:
77: -- Standard call to check for call compatibility.
78:
79: IF NOT FND_API.Compatible_API_Call (l_api_version,
80: p_api_version,
81: l_api_name,

Line 126: -- Standard check of p_commit.

122: -- Initialize API return status to success
123:
124: p_return_status := FND_API.G_RET_STS_SUCCESS;
125:
126: -- Standard check of p_commit.
127:
128: IF FND_API.to_Boolean (p_commit) THEN
129: COMMIT WORK;
130: END IF;

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

128: IF FND_API.to_Boolean (p_commit) THEN
129: COMMIT WORK;
130: END IF;
131:
132: -- Standard call to get message count and if count is 1, get message info.
133:
134: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
135: p_data => p_msg_data);
136:

Line 203: -- Standard Start of API savepoint

199: AND pw.worksheet_id = p_worksheet_id;
200:
201: BEGIN
202:
203: -- Standard Start of API savepoint
204:
205: SAVEPOINT Post_Commitment_Worksheet_Pvt;
206:
207:

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

204:
205: SAVEPOINT Post_Commitment_Worksheet_Pvt;
206:
207:
208: -- Standard call to check for call compatibility.
209:
210: IF NOT FND_API.Compatible_API_Call (l_api_version,
211: p_api_version,
212: l_api_name,

Line 258: -- Standard check of p_commit.

254: -- Initialize API return status to success
255:
256: p_return_status := FND_API.G_RET_STS_SUCCESS;
257:
258: -- Standard check of p_commit.
259:
260: IF FND_API.to_Boolean (p_commit) THEN
261: COMMIT WORK;
262: END IF;

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

260: IF FND_API.to_Boolean (p_commit) THEN
261: COMMIT WORK;
262: END IF;
263:
264: -- Standard call to get message count and if count is 1, get message info.
265:
266: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
267: p_data => p_msg_data);
268:

Line 335: -- Standard Start of API savepoint

331: AND pbr.budget_revision_id = p_budget_revision_id;
332:
333: BEGIN
334:
335: -- Standard Start of API savepoint
336:
337: SAVEPOINT Create_Revisions_Pvt;
338:
339:

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

336:
337: SAVEPOINT Create_Revisions_Pvt;
338:
339:
340: -- Standard call to check for call compatibility.
341:
342: IF not FND_API.Compatible_API_Call (l_api_version,
343: p_api_version,
344: l_api_name,

Line 388: -- Standard check of p_commit.

384: -- Initialize API return status to success
385:
386: p_return_status := FND_API.G_RET_STS_SUCCESS;
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 466: -- Standard Start of API savepoint

462: AND pbr.budget_revision_id = p_budget_revision_id;
463:
464: BEGIN
465:
466: -- Standard Start of API savepoint
467:
468: SAVEPOINT Post_Commitment_Revisions_Pvt;
469:
470:

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

467:
468: SAVEPOINT Post_Commitment_Revisions_Pvt;
469:
470:
471: -- Standard call to check for call compatibility.
472:
473: IF not FND_API.Compatible_API_Call (l_api_version,
474: p_api_version,
475: l_api_name,

Line 519: -- Standard check of p_commit.

515: -- Initialize API return status to success
516:
517: p_return_status := FND_API.G_RET_STS_SUCCESS;
518:
519: -- Standard check of p_commit.
520:
521: IF FND_API.to_Boolean (p_commit) THEN
522: COMMIT WORK;
523: END IF;

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

521: IF FND_API.to_Boolean (p_commit) THEN
522: COMMIT WORK;
523: END IF;
524:
525: -- Standard call to get message count and if count is 1, get message info.
526:
527: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
528: p_data => p_msg_data);
529:

Line 598: -- Standard Start of API savepoint

594: AND pbr.budget_revision_id = p_budget_revision_id;
595:
596: BEGIN
597:
598: -- Standard Start of API savepoint
599:
600: SAVEPOINT Commitment_Funds_Check_Pvt;
601:
602:

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

599:
600: SAVEPOINT Commitment_Funds_Check_Pvt;
601:
602:
603: -- Standard call to check for call compatibility.
604:
605: IF not FND_API.Compatible_API_Call (l_api_version,
606: p_api_version,
607: l_api_name,

Line 651: -- Standard check of p_commit.

647: -- Initialize API return status to success
648:
649: p_return_status := FND_API.G_RET_STS_SUCCESS;
650:
651: -- Standard check of p_commit.
652:
653: IF FND_API.to_Boolean (p_commit) THEN
654: COMMIT WORK;
655: END IF;

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

653: IF FND_API.to_Boolean (p_commit) THEN
654: COMMIT WORK;
655: END IF;
656:
657: -- Standard call to get message count and if count is 1, get message info.
658:
659: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
660: p_data => p_msg_data);
661: