DBA Data[Home] [Help]

APPS.OZF_UTILITY_PVT dependencies on FND_INSTALLATION

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

3010: IS
3011: l_installed BOOLEAN;
3012:
3013: BEGIN
3014: l_installed := fnd_installation.get( appl_id => p_appl_id,
3015: dep_appl_id => p_dep_appl_id,
3016: status => x_status,
3017: industry => x_industry );
3018: IF (l_installed) THEN