DBA Data[Home] [Help]

APPS.IBE_DSP_SECTION_ITEM_PVT dependencies on STANDARD

Line 715: -- Standard Start of API savepoint

711: l_rowid VARCHAR2(30);
712:
713: BEGIN
714:
715: -- Standard Start of API savepoint
716: SAVEPOINT CREATE_SECTION_ITEM_PVT;
717:
718: -- Standard call to check for call compatibility.
719: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

714:
715: -- Standard Start of API savepoint
716: SAVEPOINT CREATE_SECTION_ITEM_PVT;
717:
718: -- Standard call to check for call compatibility.
719: IF NOT FND_API.Compatible_API_Call(l_api_version,
720: p_api_version,
721: l_api_name,
722: G_PKG_NAME)

Line 822: -- Standard check of p_commit.

818:
819: --
820: -- End of main API body.
821:
822: -- Standard check of p_commit.
823: IF (FND_API.To_Boolean(p_commit)) THEN
824: COMMIT WORK;
825: END IF;
826:

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

823: IF (FND_API.To_Boolean(p_commit)) THEN
824: COMMIT WORK;
825: END IF;
826:
827: -- Standard call to get message count and if count is 1, get message info.
828: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
829: p_data => x_msg_data,
830: p_encoded => 'F');
831:

Line 901: -- Standard Start of API savepoint

897: l_return_status VARCHAR2(1);
898:
899: BEGIN
900:
901: -- Standard Start of API savepoint
902: SAVEPOINT UPDATE_SECTION_ITEM_PVT;
903:
904: -- Standard call to check for call compatibility.
905: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

900:
901: -- Standard Start of API savepoint
902: SAVEPOINT UPDATE_SECTION_ITEM_PVT;
903:
904: -- Standard call to check for call compatibility.
905: IF NOT FND_API.Compatible_API_Call(l_api_version,
906: p_api_version,
907: l_api_name,
908: G_PKG_NAME)

Line 1044: -- Standard check of p_commit.

1040:
1041: --
1042: -- End of main API body.
1043:
1044: -- Standard check of p_commit.
1045: IF (FND_API.To_Boolean(p_commit)) THEN
1046: COMMIT WORK;
1047: END IF;
1048:

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

1045: IF (FND_API.To_Boolean(p_commit)) THEN
1046: COMMIT WORK;
1047: END IF;
1048:
1049: -- Standard call to get message count and if count is 1, get message info.
1050: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1051: p_data => x_msg_data,
1052: p_encoded => 'F');
1053:

Line 1130: -- Standard Start of API savepoint

1126:
1127: BEGIN
1128: -- Call savepoint only when not called from trigger
1129: IF (p_call_from_trigger = FALSE) THEN
1130: -- Standard Start of API savepoint
1131: SAVEPOINT DELETE_SECTION_ITEM_PVT;
1132: END IF;
1133:
1134: -- Standard call to check for call compatibility.

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

1130: -- Standard Start of API savepoint
1131: SAVEPOINT DELETE_SECTION_ITEM_PVT;
1132: END IF;
1133:
1134: -- Standard call to check for call compatibility.
1135: IF NOT FND_API.Compatible_API_Call(l_api_version,
1136: p_api_version,
1137: l_api_name,
1138: G_PKG_NAME)

Line 1390: -- Standard Start of API savepoint

1386: l_return_status VARCHAR2(1);
1387:
1388: BEGIN
1389:
1390: -- Standard Start of API savepoint
1391: SAVEPOINT UPDATE_DELETE_SCT_ITMS_PVT;
1392:
1393: -- Standard call to check for call compatibility.
1394: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1389:
1390: -- Standard Start of API savepoint
1391: SAVEPOINT UPDATE_DELETE_SCT_ITMS_PVT;
1392:
1393: -- Standard call to check for call compatibility.
1394: IF NOT FND_API.Compatible_API_Call(l_api_version,
1395: p_api_version,
1396: l_api_name,
1397: G_PKG_NAME)

Line 1475: -- Standard check of p_commit.

1471:
1472: --
1473: -- End of main API body.
1474:
1475: -- Standard check of p_commit.
1476: IF (FND_API.To_Boolean(p_commit)) THEN
1477: COMMIT WORK;
1478: END IF;
1479:

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

1476: IF (FND_API.To_Boolean(p_commit)) THEN
1477: COMMIT WORK;
1478: END IF;
1479:
1480: -- Standard call to get message count and if count is 1, get message info.
1481: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1482: p_data => x_msg_data,
1483: p_encoded => 'F');
1484: