DBA Data[Home] [Help]

APPS.PSB_WORKSHEET_PVT dependencies on STANDARD

Line 24: -- Standard Start of API savepoint

20: l_api_version CONSTANT NUMBER := 1.0;
21:
22: BEGIN
23:
24: -- Standard Start of API savepoint
25:
26: SAVEPOINT Create_WS_Line_Items_Pvt;
27:
28:

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

25:
26: SAVEPOINT Create_WS_Line_Items_Pvt;
27:
28:
29: -- Standard call to check for call compatibility.
30:
31: if not FND_API.Compatible_API_Call (l_api_version,
32: p_api_version,
33: l_api_name,

Line 55: -- Standard check of p_commit.

51: p_return_status => p_return_status,
52: p_worksheet_id => p_worksheet_id);
53:
54:
55: -- Standard check of p_commit.
56:
57: if FND_API.to_Boolean (p_commit) then
58: commit work;
59: end if;

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

58: commit work;
59: end if;
60:
61:
62: -- Standard call to get message count and if count is 1, get message info.
63:
64: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
65: p_data => p_msg_data);
66:

Line 116: -- Standard Start of API savepoint

112: l_api_version CONSTANT NUMBER := 1.0;
113:
114: BEGIN
115:
116: -- Standard Start of API savepoint
117:
118: SAVEPOINT Delete_WS_Line_Items_Pvt;
119:
120:

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

117:
118: SAVEPOINT Delete_WS_Line_Items_Pvt;
119:
120:
121: -- Standard call to check for call compatibility.
122:
123: if not FND_API.Compatible_API_Call (l_api_version,
124: p_api_version,
125: l_api_name,

Line 148: -- Standard check of p_commit.

144: p_worksheet_id => p_worksheet_id,
145: p_global_worksheet => p_global_worksheet);
146:
147:
148: -- Standard check of p_commit.
149:
150: if FND_API.to_Boolean (p_commit) then
151: commit work;
152: end if;

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

151: commit work;
152: end if;
153:
154:
155: -- Standard call to get message count and if count is 1, get message info.
156:
157: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
158: p_data => p_msg_data);
159:

Line 266: -- Standard Start of API savepoint

262: l_api_version CONSTANT NUMBER := 1.0;
263:
264: BEGIN
265:
266: -- Standard Start of API savepoint
267:
268: SAVEPOINT Create_Worksheet_Pvt;
269:
270:

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

267:
268: SAVEPOINT Create_Worksheet_Pvt;
269:
270:
271: -- Standard call to check for call compatibility.
272:
273: if not FND_API.Compatible_API_Call (l_api_version,
274: p_api_version,
275: l_api_name,

Line 356: -- Standard check of p_commit.

352: p_federal_ws_flag => p_federal_ws_flag,
353: /* bug no 4725091 */
354: p_include_gl_forwd_balance => p_include_gl_forwd_balance);
355:
356: -- Standard check of p_commit.
357:
358: if FND_API.to_Boolean (p_commit) then
359: commit work;
360: end if;

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

359: commit work;
360: end if;
361:
362:
363: -- Standard call to get message count and if count is 1, get message info.
364:
365: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
366: p_data => p_msg_data);
367:

Line 461: -- Standard Start of API savepoint

457: l_api_version CONSTANT NUMBER := 1.0;
458:
459: BEGIN
460:
461: -- Standard Start of API savepoint
462:
463: SAVEPOINT Update_Worksheet_Pvt;
464:
465:

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

462:
463: SAVEPOINT Update_Worksheet_Pvt;
464:
465:
466: -- Standard call to check for call compatibility.
467:
468: if not FND_API.Compatible_API_Call (l_api_version,
469: p_api_version,
470: l_api_name,

Line 539: -- Standard check of p_commit.

535: /* bug no 4725091 */
536: p_include_gl_forwd_balance => p_include_gl_forwd_balance
537: );
538:
539: -- Standard check of p_commit.
540:
541: if FND_API.to_Boolean (p_commit) then
542: commit work;
543: end if;

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

542: commit work;
543: end if;
544:
545:
546: -- Standard call to get message count and if count is 1, get message info.
547:
548: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
549: p_data => p_msg_data);
550:

Line 598: -- Standard Start of API savepoint

594: l_api_version CONSTANT NUMBER := 1.0;
595:
596: BEGIN
597:
598: -- Standard Start of API savepoint
599:
600: SAVEPOINT Delete_Worksheet_Pvt;
601:
602:

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

599:
600: SAVEPOINT Delete_Worksheet_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 629: -- Standard check of p_commit.

625: p_return_status => p_return_status,
626: p_worksheet_id => p_worksheet_id);
627:
628:
629: -- Standard check of p_commit.
630:
631: if FND_API.to_Boolean (p_commit) then
632: commit work;
633: end if;

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

632: commit work;
633: end if;
634:
635:
636: -- Standard call to get message count and if count is 1, get message info.
637:
638: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
639: p_data => p_msg_data);
640:

Line 704: -- Standard Start of API savepoint

700: l_api_version CONSTANT NUMBER := 1.0;
701:
702: BEGIN
703:
704: -- Standard Start of API savepoint
705:
706: SAVEPOINT Apply_Constraints_Pvt;
707:
708:

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

705:
706: SAVEPOINT Apply_Constraints_Pvt;
707:
708:
709: -- Standard call to check for call compatibility.
710:
711: if not FND_API.Compatible_API_Call (l_api_version,
712: p_api_version,
713: l_api_name,

Line 749: -- Standard check of p_commit.

745: p_business_group_id => p_business_group_id,
746: p_budget_by_position => p_budget_by_position);
747:
748:
749: -- Standard check of p_commit.
750:
751: if FND_API.to_Boolean (p_commit) then
752: commit work;
753: end if;

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

752: commit work;
753: end if;
754:
755:
756: -- Standard call to get message count and if count is 1, get message info.
757:
758: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
759: p_data => p_msg_data);
760:

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

809: l_api_version CONSTANT NUMBER := 1.0;
810:
811: BEGIN
812:
813: -- Standard call to check for call compatibility.
814:
815: if not FND_API.Compatible_API_Call (l_api_version,
816: p_api_version,
817: l_api_name,

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

839: p_parameter_set_id => p_parameter_set_id,
840: p_constraint_set_id => p_constraint_set_id);
841:
842:
843: -- Standard call to get message count and if count is 1, get message info.
844:
845: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
846: p_data => p_msg_data);
847:

Line 896: -- Standard Start of API savepoint

892: l_api_version CONSTANT NUMBER := 1.0;
893:
894: BEGIN
895:
896: -- Standard Start of API savepoint
897:
898: SAVEPOINT Delete_WPL_Pvt;
899:
900: -- Standard call to check for call compatibility.

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

896: -- Standard Start of API savepoint
897:
898: SAVEPOINT Delete_WPL_Pvt;
899:
900: -- Standard call to check for call compatibility.
901:
902: if not FND_API.Compatible_API_Call (l_api_version,
903: p_api_version,
904: l_api_name,

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

925: p_worksheet_id => p_worksheet_id,
926: p_position_line_id => p_position_line_id);
927:
928:
929: -- Standard call to get message count and if count is 1, get message info.
930:
931: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
932: p_data => p_msg_data);
933: