DBA Data[Home] [Help]

APPS.OTA_FR_TRG_SUM dependencies on FND_GLOBAL

Line 65: fnd_global.lookup_security_group(

61: and SECURITY_GROUP_ID = decode(substr(userenv('CLIENT_INFO'),55,1),
62: ' ', 0,
63: NULL, 0,
64: '0', 0,
65: fnd_global.lookup_security_group(
66: FLV.LOOKUP_TYPE,FLV.VIEW_APPLICATION_ID));
67: rec_lookup csr_get_lookup%ROWTYPE;
68: --
69: begin