DBA Data[Home] [Help]

APPS.EAM_OBJECTINSTANTIATION_PUB dependencies on STANDARD

Line 180: -- Standard Start of API savepoint

176: || 'p_maintenance_object_id = ' || p_maintenance_object_id
177: || 'p_maintenance_object_type = ' || p_maintenance_object_type);
178: end if;
179:
180: -- Standard Start of API savepoint
181: SAVEPOINT Instantiate_Object_PUB;
182:
183: -- Standard call to check for call compatibility.
184: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

179:
180: -- Standard Start of API savepoint
181: SAVEPOINT Instantiate_Object_PUB;
182:
183: -- Standard call to check for call compatibility.
184: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
185: p_api_version ,
186: l_api_name ,
187: G_PKG_NAME )

Line 363: -- Standard check of p_commit.

359: ,p_instance_id => p_maintenance_object_id
360: );
361:
362: -- End of API body.
363: -- Standard check of p_commit.
364: IF FND_API.To_Boolean( p_commit ) THEN
365: COMMIT WORK;
366: END IF;
367: -- Standard call to get message count and if count is 1, get message info.

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

363: -- Standard check of p_commit.
364: IF FND_API.To_Boolean( p_commit ) THEN
365: COMMIT WORK;
366: END IF;
367: -- Standard call to get message count and if count is 1, get message info.
368: FND_MSG_PUB.Count_And_Get
369: ( p_count => x_msg_count ,
370: p_data => x_msg_data
371: );