DBA Data[Home] [Help]

APPS.PSB_COPY_DATA_EXTRACT_PVT dependencies on STANDARD

Line 72: -- Standard Start of API savepoint

68: and data_extract_id = p_data_extract_id;
69:
70: BEGIN
71:
72: -- Standard Start of API savepoint
73:
74: SAVEPOINT Copy_Attributes_Pvt;
75:
76: -- Standard call to check for call compatibility.

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

72: -- Standard Start of API savepoint
73:
74: SAVEPOINT Copy_Attributes_Pvt;
75:
76: -- Standard call to check for call compatibility.
77:
78: if not FND_API.Compatible_API_Call (l_api_version,
79: p_api_version,
80: l_api_name,

Line 267: -- Standard check of p_commit.

263: end if;
264:
265: -- End of API body.
266:
267: -- Standard check of p_commit.
268:
269: if FND_API.to_Boolean (p_commit) then
270: commit work;
271: end if;

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

269: if FND_API.to_Boolean (p_commit) then
270: commit work;
271: end if;
272:
273: -- Standard call to get message count and if count is 1, get message info.
274:
275: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
276: p_data => p_msg_data);
277:

Line 342: -- Standard Start of API savepoint

338: l_restart_id number;
339:
340: BEGIN
341:
342: -- Standard Start of API savepoint
343: SAVEPOINT Copy_Position_Sets_Pvt;
344:
345: -- Standard call to check for call compatibility.
346:

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

341:
342: -- Standard Start of API savepoint
343: SAVEPOINT Copy_Position_Sets_Pvt;
344:
345: -- Standard call to check for call compatibility.
346:
347: if not FND_API.Compatible_API_Call (l_api_version,
348: p_api_version,
349: l_api_name,

Line 420: -- Standard check of p_commit.

416:
417: end if;
418: -- End of API body.
419:
420: -- Standard check of p_commit.
421:
422: if FND_API.to_Boolean (p_commit) then
423: commit work;
424: end if;

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

422: if FND_API.to_Boolean (p_commit) then
423: commit work;
424: end if;
425:
426: -- Standard call to get message count and if count is 1, get message info.
427:
428: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
429: p_data => p_msg_data);
430:

Line 522: -- Standard Start of API savepoint

518: and data_extract_id = p_data_extract_id;
519:
520: BEGIN
521:
522: -- Standard Start of API savepoint
523:
524: SAVEPOINT Copy_Elements_Pvt;
525:
526: -- Standard call to check for call compatibility.

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

522: -- Standard Start of API savepoint
523:
524: SAVEPOINT Copy_Elements_Pvt;
525:
526: -- Standard call to check for call compatibility.
527:
528: if not FND_API.Compatible_API_Call (l_api_version,
529: p_api_version,
530: l_api_name,

Line 663: -- Standard check of p_commit.

659: end if; -- check for status
660:
661: -- End of API body.
662:
663: -- Standard check of p_commit.
664:
665: if FND_API.to_Boolean (p_commit) then
666: commit work;
667: end if;

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

665: if FND_API.to_Boolean (p_commit) then
666: commit work;
667: end if;
668:
669: -- Standard call to get message count and if count is 1, get message info.
670:
671: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
672: p_data => p_msg_data);
673:

Line 908: -- Standard Start of API savepoint

904: /* End bug no 1308558 */
905:
906: BEGIN
907:
908: -- Standard Start of API savepoint
909:
910: SAVEPOINT Copy_Default_Rules_Pvt;
911:
912: -- Standard call to check for call compatibility.

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

908: -- Standard Start of API savepoint
909:
910: SAVEPOINT Copy_Default_Rules_Pvt;
911:
912: -- Standard call to check for call compatibility.
913:
914: if not FND_API.Compatible_API_Call (l_api_version,
915: p_api_version,
916: l_api_name,

Line 1379: -- Standard check of p_commit.

1375: end if;
1376:
1377: -- End of API body.
1378:
1379: -- Standard check of p_commit.
1380:
1381: if FND_API.to_Boolean (p_commit) then
1382: commit work;
1383: end if;

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

1381: if FND_API.to_Boolean (p_commit) then
1382: commit work;
1383: end if;
1384:
1385: -- Standard call to get message count and if count is 1, get message info.
1386:
1387: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1388: p_data => p_msg_data);
1389: