DBA Data[Home] [Help]

APPS.OTA_FR_PLAN_DFORM dependencies on FND_GLOBAL

Line 541: fnd_global.lookup_security_group(

537: and SECURITY_GROUP_ID = decode(substr(userenv('CLIENT_INFO'),55,1),
538: ' ', 0,
539: NULL, 0,
540: '0', 0,
541: fnd_global.lookup_security_group(
542: FLV.LOOKUP_TYPE,FLV.VIEW_APPLICATION_ID));
543: rec_lookup csr_get_lookup%ROWTYPE;
544: --
545: begin