DBA Data[Home] [Help]

APPS.IBE_MSITE_INFORMATION_PVT dependencies on STANDARD

Line 1006: -- Standard Start of API savepoint

1002: l_rowid VARCHAR2(30);
1003:
1004: BEGIN
1005:
1006: -- Standard Start of API savepoint
1007: SAVEPOINT create_msite_information_pvt;
1008:
1009: -- Standard call to check for call compatibility.
1010: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1005:
1006: -- Standard Start of API savepoint
1007: SAVEPOINT create_msite_information_pvt;
1008:
1009: -- Standard call to check for call compatibility.
1010: IF NOT FND_API.Compatible_API_Call(l_api_version,
1011: p_api_version,
1012: l_api_name,
1013: G_PKG_NAME)

Line 1164: -- Standard check of p_commit.

1160:
1161: --
1162: -- End of main API body.
1163:
1164: -- Standard check of p_commit.
1165: IF (FND_API.To_Boolean(p_commit)) THEN
1166: COMMIT WORK;
1167: END IF;
1168:

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

1165: IF (FND_API.To_Boolean(p_commit)) THEN
1166: COMMIT WORK;
1167: END IF;
1168:
1169: -- Standard call to get message count and if count is 1, get message info.
1170: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1171: p_data => x_msg_data,
1172: p_encoded => 'F');
1173:

Line 1265: -- Standard Start of API savepoint

1261: l_api_version CONSTANT NUMBER := 1.0;
1262:
1263: BEGIN
1264:
1265: -- Standard Start of API savepoint
1266: SAVEPOINT update_msite_information_pvt;
1267:
1268: -- Standard call to check for call compatibility.
1269: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1264:
1265: -- Standard Start of API savepoint
1266: SAVEPOINT update_msite_information_pvt;
1267:
1268: -- Standard call to check for call compatibility.
1269: IF NOT FND_API.Compatible_API_Call(l_api_version,
1270: p_api_version,
1271: l_api_name,
1272: G_PKG_NAME)

Line 1416: -- standard check of p_commit.

1412:
1413: --
1414: -- end of main api body.
1415:
1416: -- standard check of p_commit.
1417: IF (FND_API.to_boolean(p_commit)) THEN
1418: COMMIT WORK;
1419: END IF;
1420:

Line 1421: -- standard call to get message count and if count is 1, get message info.

1417: IF (FND_API.to_boolean(p_commit)) THEN
1418: COMMIT WORK;
1419: END IF;
1420:
1421: -- standard call to get message count and if count is 1, get message info.
1422: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1423: p_data => x_msg_data,
1424: p_encoded => 'F');
1425:

Line 1480: -- Standard Start of API savepoint

1476: l_api_version CONSTANT NUMBER := 1.0;
1477:
1478: BEGIN
1479:
1480: -- Standard Start of API savepoint
1481: SAVEPOINT delete_msite_information_pvt;
1482:
1483: -- Standard call to check for call compatibility.
1484: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1479:
1480: -- Standard Start of API savepoint
1481: SAVEPOINT delete_msite_information_pvt;
1482:
1483: -- Standard call to check for call compatibility.
1484: IF NOT FND_API.Compatible_API_Call(l_api_version,
1485: p_api_version,
1486: l_api_name,
1487: G_PKG_NAME)

Line 1535: -- standard check of p_commit.

1531:
1532: --
1533: -- end of main api body.
1534:
1535: -- standard check of p_commit.
1536: IF (FND_API.to_boolean(p_commit)) THEN
1537: COMMIT WORK;
1538: END IF;
1539:

Line 1540: -- standard call to get message count and if count is 1, get message info.

1536: IF (FND_API.to_boolean(p_commit)) THEN
1537: COMMIT WORK;
1538: END IF;
1539:
1540: -- standard call to get message count and if count is 1, get message info.
1541: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1542: p_data => x_msg_data,
1543: p_encoded => 'F');
1544: