DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on STANDARD

Line 264: -- Standard Start of API savepoint

260:
261:
262: BEGIN
263: retcode := g_retcode;
264: -- Standard Start of API savepoint
265: SAVEPOINT Generate_SR_Tasks_PVT;
266:
267: -- Standard call to check for call compatibility.
268: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

263: retcode := g_retcode;
264: -- Standard Start of API savepoint
265: SAVEPOINT Generate_SR_Tasks_PVT;
266:
267: -- Standard call to check for call compatibility.
268: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
269: p_api_version_number,
270: l_api_name,
271: G_PKG_NAME)

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

884: --
885: -- End of API body
886: --
887:
888: -- Standard call to get message count and if count is 1, get message info.
889: FND_MSG_PUB.Count_And_Get
890: ( p_count => x_msg_count,
891: p_data => x_msg_data
892: );

Line 989: -- Standard Start of API savepoint

985: l_index Number := 0;
986: l_prev_effectivity_id Number := -1;
987:
988: BEGIN
989: -- Standard Start of API savepoint
990: SAVEPOINT update_ump_pvt;
991:
992: -- Standard call to check for call compatibility.
993: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

988: BEGIN
989: -- Standard Start of API savepoint
990: SAVEPOINT update_ump_pvt;
991:
992: -- Standard call to check for call compatibility.
993: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
994: p_api_version_number,
995: l_api_name,
996: G_PKG_NAME)

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

1052: --
1053: -- End of API body
1054: --
1055:
1056: -- Standard call to get message count and if count is 1, get message info.
1057: FND_MSG_PUB.Count_And_Get
1058: ( p_count => x_msg_count,
1059: p_data => x_msg_data
1060: );

Line 1156: -- Standard Start of API savepoint

1152:
1153: x_interaction_id Number;
1154:
1155: BEGIN
1156: -- Standard Start of API savepoint
1157: SAVEPOINT update_sr_tasks_pvt;
1158:
1159: -- Standard call to check for call compatibility.
1160: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1155: BEGIN
1156: -- Standard Start of API savepoint
1157: SAVEPOINT update_sr_tasks_pvt;
1158:
1159: -- Standard call to check for call compatibility.
1160: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1161: p_api_version_number,
1162: l_api_name,
1163: G_PKG_NAME)

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

1263: --
1264: -- End of API body
1265: --
1266:
1267: -- Standard call to get message count and if count is 1, get message info.
1268: FND_MSG_PUB.Count_And_Get
1269: ( p_count => x_msg_count,
1270: p_data => x_msg_data
1271: );