DBA Data[Home] [Help]

APPS.FND_CONC_CONNECT dependencies on FND_APPLICATION

Line 125: from fnd_application

121: fnd_user u, wf_local_user_roles wur
122: where r.responsibility_key = 'SYSTEM_ADMINISTRATION'
123: and r.responsibility_id = wur.role_orig_system_id
124: and r.application_id = (select application_id
125: from fnd_application
126: where application_short_name =/* Val between 1st and 2nd separator */
127: replace(
128: substr(WUR.ROLE_NAME,
129: INSTR(WUR.ROLE_NAME, '|', 1, 1)+1,