DBA Data[Home] [Help]

APPS.AMS_UTILITY_PVT dependencies on FND_INSTALLATION

Line 2603: l_installed := fnd_installation.get( appl_id => p_appl_id,

2599: IS
2600: l_installed BOOLEAN;
2601:
2602: BEGIN
2603: l_installed := fnd_installation.get( appl_id => p_appl_id,
2604: dep_appl_id => p_dep_appl_id,
2605: status => x_status,
2606: industry => x_industry );
2607: IF (l_installed) THEN