DBA Data[Home] [Help]

APPS.EAM_ASSET_NUM_IMPORT_PUB dependencies on FND_PRODUCT_INSTALLATIONS

Line 242: from fnd_product_installations

238: SAVEPOINT pn_eam_genealogy;
239:
240: begin
241: select status into l_pn_installed
242: from fnd_product_installations
243: where application_id = 240;
244: exception
245: when no_data_found then
246: l_pn_installed := 'N';