DBA Data[Home] [Help]

APPS.OTFR2483 dependencies on FND_GLOBAL

Line 43: fnd_global.lookup_security_group(

39: and SECURITY_GROUP_ID = decode(substr(userenv('CLIENT_INFO'),55,1),
40: ' ', 0,
41: NULL, 0,
42: '0', 0,
43: fnd_global.lookup_security_group(
44: FLV.LOOKUP_TYPE,FLV.VIEW_APPLICATION_ID));
45: rec_lookup csr_get_lookup%ROWTYPE;
46: --
47: begin