DBA Data[Home] [Help]

APPS.EAM_ASSET_ATTR_IMPORT_PVT dependencies on STANDARD

Line 186: -- Standard Start of API savepoint

182: IF (l_plog) THEN
183: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module, '===== Entering EAM_ASSET_ATTR_IMPORT_PVT.import_asset_attr_values =====');
184: END IF;
185:
186: -- Standard Start of API savepoint
187: SAVEPOINT import_asset_attr_values_pvt;
188:
189: -- Standard call to check for call compatibility.
190: IF NOT fnd_api.compatible_api_call(

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

185:
186: -- Standard Start of API savepoint
187: SAVEPOINT import_asset_attr_values_pvt;
188:
189: -- Standard call to check for call compatibility.
190: IF NOT fnd_api.compatible_api_call(
191: l_api_version
192: ,p_api_version
193: ,l_api_name

Line 938: -- Standard check of p_commit.

934: END IF;
935:
936:
937: -- End of API body.
938: -- Standard check of p_commit.
939: IF fnd_api.to_boolean(p_commit) THEN
940: COMMIT WORK;
941: END IF;
942:

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

939: IF fnd_api.to_boolean(p_commit) THEN
940: COMMIT WORK;
941: END IF;
942:
943: -- Standard call to get message count and if count is 1, get message info.
944: fnd_msg_pub.count_and_get(
945: p_encoded => fnd_api.g_false
946: ,p_count => x_msg_count
947: ,p_data => x_msg_data);