DBA Data[Home] [Help]

APPS.PSB_WS_ACCT_PVT dependencies on STANDARD

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

22: l_api_version CONSTANT NUMBER := 1.0;
23:
24: BEGIN
25:
26: -- Standard call to check for call compatibility.
27:
28: if not FND_API.Compatible_API_Call (l_api_version,
29: p_api_version,
30: l_api_name,

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

52: p_ccid => p_ccid,
53: p_budget_group_id => p_budget_group_id);
54:
55:
56: -- Standard call to get message count and if count is 1, get message info
57:
58: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
59: p_data => p_msg_data);
60:

Line 137: -- Standard Start of API savepoint

133: l_api_version CONSTANT NUMBER := 1.0;
134:
135: BEGIN
136:
137: -- Standard Start of API savepoint
138:
139: SAVEPOINT Create_Account_Dist_Pvt;
140:
141:

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

138:
139: SAVEPOINT Create_Account_Dist_Pvt;
140:
141:
142: -- Standard call to check for call compatibility.
143:
144: if not FND_API.Compatible_API_Call (l_api_version,
145: p_api_version,
146: l_api_name,

Line 199: -- Standard Check of p_commit

195: p_end_stage_seq => p_end_stage_seq,
196: p_copy_of_account_line_id => p_copy_of_account_line_id
197: );
198:
199: -- Standard Check of p_commit
200:
201: if FND_API.to_Boolean (p_commit) then
202: commit work;
203: end if;

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

202: commit work;
203: end if;
204:
205:
206: -- Standard call to get message count and if count is 1, get message info
207:
208: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
209: p_data => p_msg_data);
210:

Line 270: -- Standard Start of API savepoint

266: l_api_version CONSTANT NUMBER := 1.0;
267:
268: BEGIN
269:
270: -- Standard Start of API savepoint
271:
272: SAVEPOINT Create_Account_Dist_Pvt;
273:
274:

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

271:
272: SAVEPOINT Create_Account_Dist_Pvt;
273:
274:
275: -- Standard call to check for call compatibility.
276:
277: if not FND_API.Compatible_API_Call (l_api_version,
278: p_api_version,
279: l_api_name,

Line 312: -- Standard Check of p_commit

308: p_current_stage_seq => p_current_stage_seq,
309: p_copy_of_account_line_id => p_copy_of_account_line_id);
310:
311:
312: -- Standard Check of p_commit
313:
314: if FND_API.to_Boolean (p_commit) then
315: commit work;
316: end if;

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

315: commit work;
316: end if;
317:
318:
319: -- Standard call to get message count and if count is 1, get message info
320:
321: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
322: p_data => p_msg_data);
323:

Line 377: -- Standard Start of API savepoint

373: l_validation_status VARCHAR2(1);
374:
375: BEGIN
376:
377: -- Standard Start of API savepoint
378:
379: SAVEPOINT Revise_Account_Projections_Pvt;
380:
381:

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

378:
379: SAVEPOINT Revise_Account_Projections_Pvt;
380:
381:
382: -- Standard call to check for call compatibility.
383:
384: if not FND_API.Compatible_API_Call (l_api_version,
385: p_api_version,
386: l_api_name,

Line 456: -- Standard Check of p_commit

452: RAISE FND_API.G_EXC_ERROR;
453: end if;
454:
455:
456: -- Standard Check of p_commit
457:
458: if FND_API.to_Boolean (p_commit) then
459: commit work;
460: end if;

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

459: commit work;
460: end if;
461:
462:
463: -- Standard call to get message count and if count is 1, get message info
464:
465: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
466: p_data => p_msg_data);
467:

Line 518: -- Standard Start of API savepoint

514: l_return_status VARCHAR2(1);
515:
516: BEGIN
517:
518: -- Standard Start of API savepoint
519:
520: SAVEPOINT Update_GL_Balances_Pvt;
521:
522:

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

519:
520: SAVEPOINT Update_GL_Balances_Pvt;
521:
522:
523: -- Standard call to check for call compatibility.
524:
525: if not FND_API.Compatible_API_Call (l_api_version,
526: p_api_version,
527: l_api_name,

Line 564: -- Standard Check of p_commit

560: raise FND_API.G_EXC_ERROR;
561: END IF;
562: /* Bug 5172988 End */
563:
564: -- Standard Check of p_commit
565:
566: if FND_API.to_Boolean (p_commit) then
567: commit work;
568: end if;

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

567: commit work;
568: end if;
569:
570:
571: -- Standard call to get message count and if count is 1, get message info
572:
573: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
574: p_data => p_msg_data);
575:

Line 632: -- Standard Start of API savepoint

628: l_api_version CONSTANT NUMBER := 1.0;
629:
630: BEGIN
631:
632: -- Standard Start of API savepoint
633:
634: SAVEPOINT Create_Rollup_Totals_Pvt;
635:
636:

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

633:
634: SAVEPOINT Create_Rollup_Totals_Pvt;
635:
636:
637: -- Standard call to check for call compatibility.
638:
639: if not FND_API.Compatible_API_Call (l_api_version,
640: p_api_version,
641: l_api_name,

Line 670: -- Standard Check of p_commit

666: p_budget_group_id => p_budget_group_id,
667: p_budget_calendar_id => p_budget_calendar_id);
668:
669:
670: -- Standard Check of p_commit
671:
672: if FND_API.to_Boolean (p_commit) then
673: commit work;
674: end if;

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

673: commit work;
674: end if;
675:
676:
677: -- Standard call to get message count and if count is 1, get message info
678:
679: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
680: p_data => p_msg_data);
681:

Line 720: -- Standard Report Submissions.

716: +===========================================================================*/
717: --
718: -- This is the execution file for the concurrent program 'Update_GL_Balances_CP'
719: -- which runs 'Update GL Balances' program through the
720: -- Standard Report Submissions.
721: --
722: PROCEDURE Update_GL_Balances_CP
723: (
724: errbuf OUT NOCOPY VARCHAR2 ,

Line 856: -- Standard Report Submissions.

852: +===========================================================================*/
853: --
854: -- This is the execution file for the concurrent program 'Create_Rollup_Totals_CP'
855: -- which runs 'Create Rollup Totals' program through the
856: -- Standard Report Submissions.
857: --
858: PROCEDURE Create_Rollup_Totals_CP
859: (
860: errbuf OUT NOCOPY VARCHAR2 ,