DBA Data[Home] [Help]

APPS.EAM_ASSET_NUM_IMPORT_PUB dependencies on FND_PRODUCT_INSTALLATIONS

Line 236: from fnd_product_installations

232: SAVEPOINT pn_eam_genealogy;
233:
234: begin
235: select status into l_pn_installed
236: from fnd_product_installations
237: where application_id = 240;
238: exception
239: when no_data_found then
240: l_pn_installed := 'N';