DBA Data[Home] [Help]

APPS.IBE_DSP_MSITE_SCT_SECT_PVT dependencies on STANDARD

Line 811: -- Standard Start of API savepoint

807: l_rowid VARCHAR2(30);
808:
809: BEGIN
810:
811: -- Standard Start of API savepoint
812: SAVEPOINT CREATE_MSITE_SCT_SECT_PVT;
813:
814: -- Standard call to check for call compatibility.
815: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

810:
811: -- Standard Start of API savepoint
812: SAVEPOINT CREATE_MSITE_SCT_SECT_PVT;
813:
814: -- Standard call to check for call compatibility.
815: IF NOT FND_API.Compatible_API_Call(l_api_version,
816: p_api_version,
817: l_api_name,
818: G_PKG_NAME)

Line 909: -- Standard check of p_commit.

905:
906: --
907: -- End of main API body.
908:
909: -- Standard check of p_commit.
910: IF (FND_API.To_Boolean(p_commit)) THEN
911: COMMIT WORK;
912: END IF;
913:

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

910: IF (FND_API.To_Boolean(p_commit)) THEN
911: COMMIT WORK;
912: END IF;
913:
914: -- Standard call to get message count and if count is 1, get message info.
915: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
916: p_data => x_msg_data,
917: p_encoded => 'F');
918:

Line 988: -- Standard Start of API savepoint

984: l_return_status VARCHAR2(1);
985:
986: BEGIN
987:
988: -- Standard Start of API savepoint
989: SAVEPOINT UPDATE_MSITE_SCT_SECT_PVT;
990:
991: -- Standard call to check for call compatibility.
992: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

987:
988: -- Standard Start of API savepoint
989: SAVEPOINT UPDATE_MSITE_SCT_SECT_PVT;
990:
991: -- Standard call to check for call compatibility.
992: IF NOT FND_API.Compatible_API_Call(l_api_version,
993: p_api_version,
994: l_api_name,
995: G_PKG_NAME)

Line 1149: -- Standard check of p_commit.

1145:
1146: --
1147: -- End of main API body.
1148:
1149: -- Standard check of p_commit.
1150: IF (FND_API.To_Boolean(p_commit)) THEN
1151: COMMIT WORK;
1152: END IF;
1153:

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

1150: IF (FND_API.To_Boolean(p_commit)) THEN
1151: COMMIT WORK;
1152: END IF;
1153:
1154: -- Standard call to get message count and if count is 1, get message info.
1155: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1156: p_data => x_msg_data,
1157: p_encoded => 'F');
1158:

Line 1218: -- Standard Start of API savepoint

1214: l_api_version CONSTANT NUMBER := 1.0;
1215:
1216: l_msite_sct_sect_id NUMBER;
1217: BEGIN
1218: -- Standard Start of API savepoint
1219: SAVEPOINT DELETE_MSITE_SCT_SECT_PVT;
1220:
1221: -- Standard call to check for call compatibility.
1222: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1217: BEGIN
1218: -- Standard Start of API savepoint
1219: SAVEPOINT DELETE_MSITE_SCT_SECT_PVT;
1220:
1221: -- Standard call to check for call compatibility.
1222: IF NOT FND_API.Compatible_API_Call(l_api_version,
1223: p_api_version,
1224: l_api_name,
1225: G_PKG_NAME)

Line 1382: -- Standard Start of API savepoint

1378: l_return_status VARCHAR2(1);
1379:
1380: BEGIN
1381:
1382: -- Standard Start of API savepoint
1383: SAVEPOINT UPDATE_MSITE_SCT_SECTS_PVT;
1384:
1385: -- Standard call to check for call compatibility.
1386: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1381:
1382: -- Standard Start of API savepoint
1383: SAVEPOINT UPDATE_MSITE_SCT_SECTS_PVT;
1384:
1385: -- Standard call to check for call compatibility.
1386: IF NOT FND_API.Compatible_API_Call(l_api_version,
1387: p_api_version,
1388: l_api_name,
1389: G_PKG_NAME)

Line 1439: -- Standard check of p_commit.

1435:
1436: --
1437: -- End of main API body.
1438:
1439: -- Standard check of p_commit.
1440: IF (FND_API.To_Boolean(p_commit)) THEN
1441: COMMIT WORK;
1442: END IF;
1443:

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

1440: IF (FND_API.To_Boolean(p_commit)) THEN
1441: COMMIT WORK;
1442: END IF;
1443:
1444: -- Standard call to get message count and if count is 1, get message info.
1445: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1446: p_data => x_msg_data,
1447: p_encoded => 'F');
1448:

Line 1514: -- Standard Start of API savepoint

1510: l_return_status VARCHAR2(1);
1511:
1512: BEGIN
1513:
1514: -- Standard Start of API savepoint
1515: SAVEPOINT UPDATE_DELETE_SCT_SCTS_PVT;
1516:
1517: -- Standard call to check for call compatibility.
1518: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1513:
1514: -- Standard Start of API savepoint
1515: SAVEPOINT UPDATE_DELETE_SCT_SCTS_PVT;
1516:
1517: -- Standard call to check for call compatibility.
1518: IF NOT FND_API.Compatible_API_Call(l_api_version,
1519: p_api_version,
1520: l_api_name,
1521: G_PKG_NAME)

Line 1599: -- Standard check of p_commit.

1595:
1596: --
1597: -- End of main API body.
1598:
1599: -- Standard check of p_commit.
1600: IF (FND_API.To_Boolean(p_commit)) THEN
1601: COMMIT WORK;
1602: END IF;
1603:

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

1600: IF (FND_API.To_Boolean(p_commit)) THEN
1601: COMMIT WORK;
1602: END IF;
1603:
1604: -- Standard call to get message count and if count is 1, get message info.
1605: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1606: p_data => x_msg_data,
1607: p_encoded => 'F');
1608: