DBA Data[Home] [Help]

APPS.IA_WF_UTIL_PKG dependencies on FND_GLOBAL

Line 829: fnd_global.lookup_security_group

825: and flv.lookup_code=p_lookup_code
826: and flv.view_application_id=205 -- IA application id
827: and flv.language=nvl(userenv('LANG'),'US')
828: and flv.security_group_id =
829: fnd_global.lookup_security_group
830: (flv.lookup_type
831: ,flv.view_application_id
832: );
833: