DBA Data[Home] [Help]

APPS.EGO_ITEM_ASSOCIATIONS_UTIL dependencies on STANDARD

Line 177: -- Standard Start of API savepoint

173: l_api_version CONSTANT NUMBER := 1.0;
174: l_dynamic_sql VARCHAR2(32767);
175: l_sec_predicate VARCHAR2(32767);
176: BEGIN
177: -- Standard Start of API savepoint
178: SAVEPOINT search_supplier_and_site_pvt;
179: set_globals();
180: -- Standard call to check for call compatibility.
181: IF NOT fnd_api.Compatible_API_Call ( l_api_version

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

176: BEGIN
177: -- Standard Start of API savepoint
178: SAVEPOINT search_supplier_and_site_pvt;
179: set_globals();
180: -- Standard call to check for call compatibility.
181: IF NOT fnd_api.Compatible_API_Call ( l_api_version
182: ,p_api_version
183: ,l_api_name
184: ,G_PKG_NAME )