DBA Data[Home] [Help]

APPS.PSB_WS_POS_PVT dependencies on STANDARD

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

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

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

46: p_worksheet_id => p_worksheet_id,
47: p_position_budget_group_id => p_position_budget_group_id);
48:
49:
50: -- Standard call to get message count and if count is 1, get message info
51:
52: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
53: p_data => p_msg_data);
54:

Line 107: -- Standard Start of API savepoint

103: l_api_version CONSTANT NUMBER := 1.0;
104:
105: BEGIN
106:
107: -- Standard Start of API savepoint
108:
109: SAVEPOINT Create_Position_Lines_Pvt;
110:
111:

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

108:
109: SAVEPOINT Create_Position_Lines_Pvt;
110:
111:
112: -- Standard call to check for call compatibility.
113:
114: if not FND_API.Compatible_API_Call (l_api_version,
115: p_api_version,
116: l_api_name,

Line 143: -- Standard Check of p_commit

139: p_budget_group_id => p_budget_group_id,
140: p_copy_of_position_line_id => p_copy_of_position_line_id);
141:
142:
143: -- Standard Check of p_commit
144:
145: if FND_API.to_Boolean (p_commit) then
146: commit work;
147: end if;

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

146: commit work;
147: end if;
148:
149:
150: -- Standard call to get message count and if count is 1, get message info
151:
152: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
153: p_data => p_msg_data);
154:

Line 209: -- Standard Start of API savepoint

205: l_api_version CONSTANT NUMBER := 1.0;
206:
207: BEGIN
208:
209: -- Standard Start of API savepoint
210:
211: SAVEPOINT Create_Position_Matrix_Pvt;
212:
213:

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

210:
211: SAVEPOINT Create_Position_Matrix_Pvt;
212:
213:
214: -- Standard call to check for call compatibility.
215:
216: if not FND_API.Compatible_API_Call (l_api_version,
217: p_api_version,
218: l_api_name,

Line 244: -- Standard Check of p_commit

240: p_freeze_flag => p_freeze_flag,
241: p_view_line_flag => p_view_line_flag);
242:
243:
244: -- Standard Check of p_commit
245:
246: if FND_API.to_Boolean (p_commit) then
247: commit work;
248: end if;

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

247: commit work;
248: end if;
249:
250:
251: -- Standard call to get message count and if count is 1, get message info
252:
253: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
254: p_data => p_msg_data);
255:

Line 321: -- Standard Start of API savepoint

317: l_api_version CONSTANT NUMBER := 1.0;
318:
319: BEGIN
320:
321: -- Standard Start of API savepoint
322:
323: SAVEPOINT Create_FTE_Lines_Pvt;
324:
325:

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

322:
323: SAVEPOINT Create_FTE_Lines_Pvt;
324:
325:
326: -- Standard call to check for call compatibility.
327:
328: if not FND_API.Compatible_API_Call (l_api_version,
329: p_api_version,
330: l_api_name,

Line 367: -- Standard Check of p_commit

363: p_end_stage_seq => p_end_stage_seq,
364: p_period_fte => p_period_fte);
365:
366:
367: -- Standard Check of p_commit
368:
369: if FND_API.to_Boolean (p_commit) then
370: commit work;
371: end if;

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

370: commit work;
371: end if;
372:
373:
374: -- Standard call to get message count and if count is 1, get message info
375:
376: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
377: p_data => p_msg_data);
378:

Line 492: -- Standard Start of API savepoint

488: /* Bug 4379636 End */
489:
490: BEGIN
491:
492: -- Standard Start of API savepoint
493:
494: SAVEPOINT Create_FTE_Lines_Pvt;
495:
496:

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

493:
494: SAVEPOINT Create_FTE_Lines_Pvt;
495:
496:
497: -- Standard call to check for call compatibility.
498:
499: if not FND_API.Compatible_API_Call (l_api_version,
500: p_api_version,
501: l_api_name,

Line 563: -- Standard Check of p_commit

559: p_period_fte => p_period_fte,
560: p_budget_group_id => p_budget_group_id);
561:
562:
563: -- Standard Check of p_commit
564:
565: if FND_API.to_Boolean (p_commit) then
566: commit work;
567: end if;

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

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

Line 638: -- Standard Start of API savepoint

634: l_api_version CONSTANT NUMBER := 1.0;
635:
636: BEGIN
637:
638: -- Standard Start of API savepoint
639:
640: SAVEPOINT Create_Element_Lines_Pvt;
641:
642:

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

639:
640: SAVEPOINT Create_Element_Lines_Pvt;
641:
642:
643: -- Standard call to check for call compatibility.
644:
645: if not FND_API.Compatible_API_Call (l_api_version,
646: p_api_version,
647: l_api_name,

Line 681: -- Standard Check of p_commit

677: p_start_stage_seq => p_start_stage_seq,
678: p_current_stage_seq => p_current_stage_seq,
679: p_end_stage_seq => p_end_stage_seq);
680:
681: -- Standard Check of p_commit
682:
683: if FND_API.to_Boolean (p_commit) then
684: commit work;
685: end if;

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

684: commit work;
685: end if;
686:
687:
688: -- Standard call to get message count and if count is 1, get message info
689:
690: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
691: p_data => p_msg_data);
692:

Line 748: -- Standard Start of API savepoint

744: l_api_version CONSTANT NUMBER := 1.0;
745:
746: BEGIN
747:
748: -- Standard Start of API savepoint
749:
750: SAVEPOINT Create_Element_Lines_Pvt;
751:
752:

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

749:
750: SAVEPOINT Create_Element_Lines_Pvt;
751:
752:
753: -- Standard call to check for call compatibility.
754:
755: if not FND_API.Compatible_API_Call (l_api_version,
756: p_api_version,
757: l_api_name,

Line 784: -- Standard Check of p_commit

780: p_current_stage_seq => p_current_stage_seq,
781: p_element_cost => p_element_cost);
782:
783:
784: -- Standard Check of p_commit
785:
786: if FND_API.to_Boolean (p_commit) then
787: commit work;
788: end if;

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

787: commit work;
788: end if;
789:
790:
791: -- Standard call to get message count and if count is 1, get message info
792:
793: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
794: p_data => p_msg_data);
795:

Line 853: -- Standard Start of API savepoint

849: l_api_version CONSTANT NUMBER := 1.0;
850:
851: BEGIN
852:
853: -- Standard Start of API savepoint
854:
855: SAVEPOINT Update_Annual_FTE_Pvt;
856:
857:

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

854:
855: SAVEPOINT Update_Annual_FTE_Pvt;
856:
857:
858: -- Standard call to check for call compatibility.
859:
860: if not FND_API.Compatible_API_Call (l_api_version,
861: p_api_version,
862: l_api_name,

Line 891: -- Standard Check of p_commit

887: p_current_stage_seq => p_current_stage_seq,
888: p_budget_group_id => p_budget_group_id);
889:
890:
891: -- Standard Check of p_commit
892:
893: if FND_API.to_Boolean (p_commit) then
894: commit work;
895: end if;

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

894: commit work;
895: end if;
896:
897:
898: -- Standard call to get message count and if count is 1, get message info
899:
900: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
901: p_data => p_msg_data);
902:

Line 959: -- Standard Start of API savepoint

955: l_api_version CONSTANT NUMBER := 1.0;
956:
957: BEGIN
958:
959: -- Standard Start of API savepoint
960:
961: SAVEPOINT Redistribute_Follow_Salary_Pvt;
962:
963:

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

960:
961: SAVEPOINT Redistribute_Follow_Salary_Pvt;
962:
963:
964: -- Standard call to check for call compatibility.
965:
966: if not FND_API.Compatible_API_Call (l_api_version,
967: p_api_version,
968: l_api_name,

Line 996: -- Standard Check of p_commit

992: p_stage_set_id => p_stage_set_id,
993: p_func_currency => p_func_currency);
994:
995:
996: -- Standard Check of p_commit
997:
998: if FND_API.to_Boolean (p_commit) then
999: commit work;
1000: end if;

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

999: commit work;
1000: end if;
1001:
1002:
1003: -- Standard call to get message count and if count is 1, get message info
1004:
1005: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1006: p_data => p_msg_data);
1007:

Line 1066: -- Standard Start of API savepoint

1062: l_api_version CONSTANT NUMBER := 1.0;
1063:
1064: BEGIN
1065:
1066: -- Standard Start of API savepoint
1067:
1068: SAVEPOINT Apply_Element_Parameters_Pvt;
1069:
1070:

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

1067:
1068: SAVEPOINT Apply_Element_Parameters_Pvt;
1069:
1070:
1071: -- Standard call to check for call compatibility.
1072:
1073: if not FND_API.Compatible_API_Call (l_api_version,
1074: p_api_version,
1075: l_api_name,

Line 1105: -- Standard Check of p_commit

1101: p_budget_calendar_id => p_budget_calendar_id,
1102: p_parameter_set_id => p_parameter_set_id);
1103:
1104:
1105: -- Standard Check of p_commit
1106:
1107: if FND_API.to_Boolean (p_commit) then
1108: commit work;
1109: end if;

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

1108: commit work;
1109: end if;
1110:
1111:
1112: -- Standard call to get message count and if count is 1, get message info
1113:
1114: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1115: p_data => p_msg_data);
1116:

Line 1175: -- Standard Start of API savepoint

1171: l_api_version CONSTANT NUMBER := 1.0;
1172:
1173: BEGIN
1174:
1175: -- Standard Start of API savepoint
1176:
1177: SAVEPOINT Apply_Position_Parameters_Pvt;
1178:
1179:

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

1176:
1177: SAVEPOINT Apply_Position_Parameters_Pvt;
1178:
1179:
1180: -- Standard call to check for call compatibility.
1181:
1182: if not FND_API.Compatible_API_Call (l_api_version,
1183: p_api_version,
1184: l_api_name,

Line 1214: -- Standard Check of p_commit

1210: p_budget_calendar_id => p_budget_calendar_id,
1211: p_parameter_set_id => p_parameter_set_id);
1212:
1213:
1214: -- Standard Check of p_commit
1215:
1216: if FND_API.to_Boolean (p_commit) then
1217: commit work;
1218: end if;

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

1217: commit work;
1218: end if;
1219:
1220:
1221: -- Standard call to get message count and if count is 1, get message info
1222:
1223: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1224: p_data => p_msg_data);
1225:

Line 1298: -- Standard Start of API savepoint

1294: l_api_version CONSTANT NUMBER := 1.0;
1295:
1296: BEGIN
1297:
1298: -- Standard Start of API savepoint
1299:
1300: SAVEPOINT Calculate_Position_Cost_Pvt;
1301:
1302:

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

1299:
1300: SAVEPOINT Calculate_Position_Cost_Pvt;
1301:
1302:
1303: -- Standard call to check for call compatibility.
1304:
1305: if not FND_API.Compatible_API_Call (l_api_version,
1306: p_api_version,
1307: l_api_name,

Line 1375: -- Standard Check of p_commit

1371: END IF;
1372: END LOOP;
1373: /* End bug #4167811 */
1374:
1375: -- Standard Check of p_commit
1376:
1377: if FND_API.to_Boolean (p_commit) then
1378: commit work;
1379: end if;

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

1378: commit work;
1379: end if;
1380:
1381:
1382: -- Standard call to get message count and if count is 1, get message info
1383:
1384: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1385: p_data => p_msg_data);
1386:

Line 1444: -- Standard Start of API savepoint

1440: l_validation_status VARCHAR2(1);
1441:
1442: BEGIN
1443:
1444: -- Standard Start of API savepoint
1445:
1446: SAVEPOINT Revise_Pos_Projections_Pvt;
1447:
1448:

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

1445:
1446: SAVEPOINT Revise_Pos_Projections_Pvt;
1447:
1448:
1449: -- Standard call to check for call compatibility.
1450:
1451: if not FND_API.Compatible_API_Call (l_api_version,
1452: p_api_version,
1453: l_api_name,

Line 1525: -- Standard Check of p_commit

1521: RAISE FND_API.G_EXC_ERROR;
1522: end if;
1523:
1524:
1525: -- Standard Check of p_commit
1526:
1527: if FND_API.to_Boolean (p_commit) then
1528: commit work;
1529: end if;

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

1528: commit work;
1529: end if;
1530:
1531:
1532: -- Standard call to get message count and if count is 1, get message info
1533:
1534: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1535: p_data => p_msg_data);
1536:

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

2012: l_validation_status VARCHAR2(1);
2013:
2014: BEGIN
2015:
2016: -- Standard call to check for call compatibility.
2017:
2018: if not FND_API.Compatible_API_Call (l_api_version,
2019: p_api_version,
2020: l_api_name,

Line 2090: -- Standard Check of p_commit

2086: RAISE FND_API.G_EXC_ERROR;
2087: end if;
2088:
2089:
2090: -- Standard Check of p_commit
2091:
2092: if FND_API.to_Boolean (p_commit) then
2093: commit work;
2094: end if;

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

2093: commit work;
2094: end if;
2095:
2096:
2097: -- Standard call to get message count and if count is 1, get message info
2098:
2099: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
2100: p_data => p_msg_data);
2101: