DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on FND_INSTALLATION

Line 242: l_installed := fnd_installation.get(appl_id => 240,

238:
239: -- if valid and 'Y' validate for pn should be installed.
240: if p_default_asset_flag = 'Y'
241: then
242: l_installed := fnd_installation.get(appl_id => 240,
243: dep_appl_id =>240,
244: status => l_cs_installed,
245: industry => l_indust);
246: IF (l_installed = FALSE)