DBA Data[Home] [Help]

APPS.ENG_RELATED_ENTITY_PKG dependencies on STANDARD

Line 163: -- Standard Start of API savepoint

159: l_msg_data VARCHAR2(2000);
160: l_message VARCHAR2(4000);
161:
162: BEGIN
163: -- Standard Start of API savepoint
164: SAVEPOINT Implement_Relationship_Changes;
165:
166: --If BIS_COLLECTION_UTILITIES.SETUP(p_object_name => 'ENI_OLTP_ITEM_STAR')=false then
167: --RAISE_APPLICATION_ERROR(-20000,errbuf);

Line 171: -- Standard call to check for call compatibility

167: --RAISE_APPLICATION_ERROR(-20000,errbuf);
168: --End if;
169:
170:
171: -- Standard call to check for call compatibility
172: IF NOT FND_API.Compatible_API_Call ( l_api_version
173: ,p_api_version
174: ,l_api_name
175: ,G_PKG_NAME )

Line 267: -- Standard ending code ------------------------------------------------

263: EXIT;
264: END IF;
265: END LOOP;
266:
267: -- Standard ending code ------------------------------------------------
268: FND_MSG_PUB.Count_And_Get
269: ( p_count => x_msg_count,
270: p_data => x_msg_data );
271: