DBA Data[Home] [Help]

APPS.OZF_UTILITY_PVT dependencies on FND_INSTALLATION

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

2988: IS
2989: l_installed BOOLEAN;
2990:
2991: BEGIN
2992: l_installed := fnd_installation.get( appl_id => p_appl_id,
2993: dep_appl_id => p_dep_appl_id,
2994: status => x_status,
2995: industry => x_industry );
2996: IF (l_installed) THEN