DBA Data[Home] [Help]

APPS.AMS_EVENTSCHEDULE_COPY_PVT dependencies on STANDARD

Line 887: -- Standard Start of API savepoint

883:
884:
885: BEGIN
886:
887: -- Standard Start of API savepoint
888: SAVEPOINT copy_event_schedule;
889:
890: -- Standard call to check for call compatibility.
891: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

886:
887: -- Standard Start of API savepoint
888: SAVEPOINT copy_event_schedule;
889:
890: -- Standard call to check for call compatibility.
891: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
892: p_api_version,
893: l_api_name,
894: G_PKG_NAME)

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

1240:
1241: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
1242: END IF;
1243:
1244: -- Standard call to get message count and if count is 1, get message info.
1245: FND_MSG_PUB.Count_And_Get
1246: (p_count => x_msg_count,
1247: p_data => x_msg_data
1248: );

Line 1255: -- Standard call to get message count and if count=1, get the message

1251: EXCEPTION
1252: WHEN FND_API.G_EXC_ERROR THEN
1253: ROLLBACK TO copy_event_schedule;
1254: x_return_status := FND_API.G_RET_STS_ERROR;
1255: -- Standard call to get message count and if count=1, get the message
1256: FND_MSG_PUB.Count_And_Get (
1257: p_encoded => FND_API.G_FALSE,
1258: p_count => x_msg_count,
1259: p_data => x_msg_data

Line 1264: -- Standard call to get message count and if count=1, get the message

1260: );
1261: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1262: ROLLBACK TO copy_event_schedule;
1263: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1264: -- Standard call to get message count and if count=1, get the message
1265: FND_MSG_PUB.Count_And_Get (
1266: p_encoded => FND_API.G_FALSE,
1267: p_count => x_msg_count,
1268: p_data => x_msg_data

Line 1276: -- Standard call to get message count and if count=1, get the message

1272: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1273: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1274: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1275: END IF;
1276: -- Standard call to get message count and if count=1, get the message
1277: FND_MSG_PUB.Count_And_Get (
1278: p_encoded => FND_API.G_FALSE,
1279: p_count => x_msg_count,
1280: p_data => x_msg_data