DBA Data[Home] [Help]

APPS.AMW_OBJECT_ASSESSMENTS_PVT dependencies on STANDARD

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

60: BEGIN
61:
62: SAVEPOINT CREATE_OBJECT;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
66: p_api_version_number,
67: l_api_name,
68: G_PKG_NAME)

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

165: BEGIN
166:
167: SAVEPOINT UPDATE_OBJECT;
168:
169: -- Standard call to check for call compatibility.
170: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
171: p_api_version_number,
172: l_api_name,
173: G_PKG_NAME)

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

233:
234: BEGIN
235: SAVEPOINT REMOVE_OBJECT;
236:
237: -- Standard call to check for call compatibility.
238: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
239: p_api_version_number,
240: l_api_name,
241: G_PKG_NAME)