DBA Data[Home] [Help]

APPS.FEM_DIM_SNAPSHOT_UTIL_PKG dependencies on STANDARD

Line 149: /* Standard Start of API savepoint */

145:
146:
147: BEGIN
148:
149: /* Standard Start of API savepoint */
150: SAVEPOINT add_dimension;
151:
152: x_return_status := c_success;
153: /* Standard call to check for call compatibility. */

Line 153: /* Standard call to check for call compatibility. */

149: /* Standard Start of API savepoint */
150: SAVEPOINT add_dimension;
151:
152: x_return_status := c_success;
153: /* Standard call to check for call compatibility. */
154: IF NOT FND_API.Compatible_API_Call (c_api_version,
155: p_api_version,
156: c_api_name,
157: pc_pkg_name)

Line 354: /* Standard Start of API savepoint */

350:
351:
352:
353: BEGIN
354: /* Standard Start of API savepoint */
355: SAVEPOINT remove_dimension;
356:
357:
358: x_return_status := c_success;

Line 360: /* Standard call to check for call compatibility. */

356:
357:
358: x_return_status := c_success;
359:
360: /* Standard call to check for call compatibility. */
361: IF NOT FND_API.Compatible_API_Call (c_api_version,
362: p_api_version,
363: c_api_name,
364: pc_pkg_name)