DBA Data[Home] [Help]

APPS.FEM_DIM_SNAPSHOT_ENG_PKG dependencies on FND_API

Line 191: IF NOT FND_API.Compatible_API_Call (c_api_version,

187:
188: x_return_status := c_success;
189:
190: /* Standard call to check for call compatibility. */
191: IF NOT FND_API.Compatible_API_Call (c_api_version,
192: p_api_version,
193: c_api_name,
194: pc_pkg_name)
195: THEN

Line 196: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

192: p_api_version,
193: c_api_name,
194: pc_pkg_name)
195: THEN
196: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
197: END IF;
198:
199: -- Validate the OA framework parameters, but ignore p_commit
200: -- since the engine always performs a commit after each dimension