DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on STANDARD

Line 291: -- Standard Start of API savepoint

287:
288:
289: BEGIN
290: retcode := g_retcode;
291: -- Standard Start of API savepoint
292: SAVEPOINT Generate_SR_Tasks_PVT;
293:
294: -- Standard call to check for call compatibility.
295: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

290: retcode := g_retcode;
291: -- Standard Start of API savepoint
292: SAVEPOINT Generate_SR_Tasks_PVT;
293:
294: -- Standard call to check for call compatibility.
295: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
296: p_api_version_number,
297: l_api_name,
298: G_PKG_NAME)

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

924: --
925: -- End of API body
926: --
927:
928: -- Standard call to get message count and if count is 1, get message info.
929: FND_MSG_PUB.Count_And_Get
930: ( p_count => x_msg_count,
931: p_data => x_msg_data
932: );

Line 1029: -- Standard Start of API savepoint

1025: l_index Number := 0;
1026: l_prev_effectivity_id Number := -1;
1027:
1028: BEGIN
1029: -- Standard Start of API savepoint
1030: SAVEPOINT update_ump_pvt;
1031:
1032: -- Standard call to check for call compatibility.
1033: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1028: BEGIN
1029: -- Standard Start of API savepoint
1030: SAVEPOINT update_ump_pvt;
1031:
1032: -- Standard call to check for call compatibility.
1033: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1034: p_api_version_number,
1035: l_api_name,
1036: G_PKG_NAME)

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

1099: --
1100: -- End of API body
1101: --
1102:
1103: -- Standard call to get message count and if count is 1, get message info.
1104: FND_MSG_PUB.Count_And_Get
1105: ( p_count => x_msg_count,
1106: p_data => x_msg_data
1107: );

Line 1203: -- Standard Start of API savepoint

1199:
1200: x_interaction_id Number;
1201:
1202: BEGIN
1203: -- Standard Start of API savepoint
1204: SAVEPOINT update_sr_tasks_pvt;
1205:
1206: -- Standard call to check for call compatibility.
1207: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1202: BEGIN
1203: -- Standard Start of API savepoint
1204: SAVEPOINT update_sr_tasks_pvt;
1205:
1206: -- Standard call to check for call compatibility.
1207: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1208: p_api_version_number,
1209: l_api_name,
1210: G_PKG_NAME)

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

1310: --
1311: -- End of API body
1312: --
1313:
1314: -- Standard call to get message count and if count is 1, get message info.
1315: FND_MSG_PUB.Count_And_Get
1316: ( p_count => x_msg_count,
1317: p_data => x_msg_data
1318: );