DBA Data[Home] [Help]

APPS.JTF_DSP_MSITE_SCT_SECT_PVT dependencies on STANDARD

Line 759: -- Standard Start of API savepoint

755: l_rowid VARCHAR2(30);
756:
757: BEGIN
758:
759: -- Standard Start of API savepoint
760: SAVEPOINT CREATE_MSITE_SCT_SECT_PVT;
761:
762: -- Standard call to check for call compatibility.
763: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

758:
759: -- Standard Start of API savepoint
760: SAVEPOINT CREATE_MSITE_SCT_SECT_PVT;
761:
762: -- Standard call to check for call compatibility.
763: IF NOT FND_API.Compatible_API_Call(l_api_version,
764: p_api_version,
765: l_api_name,
766: G_PKG_NAME)

Line 851: -- Standard check of p_commit.

847:
848: --
849: -- End of main API body.
850:
851: -- Standard check of p_commit.
852: IF (FND_API.To_Boolean(p_commit)) THEN
853: COMMIT WORK;
854: END IF;
855:

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

852: IF (FND_API.To_Boolean(p_commit)) THEN
853: COMMIT WORK;
854: END IF;
855:
856: -- Standard call to get message count and if count is 1, get message info.
857: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
858: p_data => x_msg_data,
859: p_encoded => 'F');
860:

Line 923: -- Standard Start of API savepoint

919: l_return_status VARCHAR2(1);
920:
921: BEGIN
922:
923: -- Standard Start of API savepoint
924: SAVEPOINT UPDATE_MSITE_SCT_SECT_PVT;
925:
926: -- Standard call to check for call compatibility.
927: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

922:
923: -- Standard Start of API savepoint
924: SAVEPOINT UPDATE_MSITE_SCT_SECT_PVT;
925:
926: -- Standard call to check for call compatibility.
927: IF NOT FND_API.Compatible_API_Call(l_api_version,
928: p_api_version,
929: l_api_name,
930: G_PKG_NAME)

Line 1072: -- Standard check of p_commit.

1068:
1069: --
1070: -- End of main API body.
1071:
1072: -- Standard check of p_commit.
1073: IF (FND_API.To_Boolean(p_commit)) THEN
1074: COMMIT WORK;
1075: END IF;
1076:

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

1073: IF (FND_API.To_Boolean(p_commit)) THEN
1074: COMMIT WORK;
1075: END IF;
1076:
1077: -- Standard call to get message count and if count is 1, get message info.
1078: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1079: p_data => x_msg_data,
1080: p_encoded => 'F');
1081:

Line 1134: -- Standard Start of API savepoint

1130: l_api_version CONSTANT NUMBER := 1.0;
1131:
1132: l_msite_sct_sect_id NUMBER;
1133: BEGIN
1134: -- Standard Start of API savepoint
1135: SAVEPOINT DELETE_MSITE_SCT_SECT_PVT;
1136:
1137: -- Standard call to check for call compatibility.
1138: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1133: BEGIN
1134: -- Standard Start of API savepoint
1135: SAVEPOINT DELETE_MSITE_SCT_SECT_PVT;
1136:
1137: -- Standard call to check for call compatibility.
1138: IF NOT FND_API.Compatible_API_Call(l_api_version,
1139: p_api_version,
1140: l_api_name,
1141: G_PKG_NAME)

Line 1285: -- Standard Start of API savepoint

1281: l_return_status VARCHAR2(1);
1282:
1283: BEGIN
1284:
1285: -- Standard Start of API savepoint
1286: SAVEPOINT UPDATE_MSITE_SCT_SECTS_PVT;
1287:
1288: -- Standard call to check for call compatibility.
1289: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1284:
1285: -- Standard Start of API savepoint
1286: SAVEPOINT UPDATE_MSITE_SCT_SECTS_PVT;
1287:
1288: -- Standard call to check for call compatibility.
1289: IF NOT FND_API.Compatible_API_Call(l_api_version,
1290: p_api_version,
1291: l_api_name,
1292: G_PKG_NAME)

Line 1342: -- Standard check of p_commit.

1338:
1339: --
1340: -- End of main API body.
1341:
1342: -- Standard check of p_commit.
1343: IF (FND_API.To_Boolean(p_commit)) THEN
1344: COMMIT WORK;
1345: END IF;
1346:

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

1343: IF (FND_API.To_Boolean(p_commit)) THEN
1344: COMMIT WORK;
1345: END IF;
1346:
1347: -- Standard call to get message count and if count is 1, get message info.
1348: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1349: p_data => x_msg_data,
1350: p_encoded => 'F');
1351:

Line 1410: -- Standard Start of API savepoint

1406: l_return_status VARCHAR2(1);
1407:
1408: BEGIN
1409:
1410: -- Standard Start of API savepoint
1411: SAVEPOINT UPDATE_DELETE_SCT_SCTS_PVT;
1412:
1413: -- Standard call to check for call compatibility.
1414: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

1409:
1410: -- Standard Start of API savepoint
1411: SAVEPOINT UPDATE_DELETE_SCT_SCTS_PVT;
1412:
1413: -- Standard call to check for call compatibility.
1414: IF NOT FND_API.Compatible_API_Call(l_api_version,
1415: p_api_version,
1416: l_api_name,
1417: G_PKG_NAME)

Line 1495: -- Standard check of p_commit.

1491:
1492: --
1493: -- End of main API body.
1494:
1495: -- Standard check of p_commit.
1496: IF (FND_API.To_Boolean(p_commit)) THEN
1497: COMMIT WORK;
1498: END IF;
1499:

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

1496: IF (FND_API.To_Boolean(p_commit)) THEN
1497: COMMIT WORK;
1498: END IF;
1499:
1500: -- Standard call to get message count and if count is 1, get message info.
1501: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1502: p_data => x_msg_data,
1503: p_encoded => 'F');
1504: