DBA Data[Home] [Help]

APPS.FEM_DIM_ATTRIBUTES_UTIL_PKG dependencies on STANDARD

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

128: ' P_VERSION_NAME:'||p_version_name||
129: ' P_VERSION_DESCRPTION:'||p_version_description||
130: ' P_COMMIT: '||p_commit);
131:
132: /* Standard Start of API savepoint */
133: SAVEPOINT create_attribute_pub;
134:
135: /* Standard call to check for call compatibility. */
136: IF NOT FND_API.Compatible_API_Call (c_api_version,

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

131:
132: /* Standard Start of API savepoint */
133: SAVEPOINT create_attribute_pub;
134:
135: /* Standard call to check for call compatibility. */
136: IF NOT FND_API.Compatible_API_Call (c_api_version,
137: p_api_version,
138: c_api_name,
139: pc_pkg_name)