DBA Data[Home] [Help]

APPS.FND_CONC_CONNECT dependencies on FND_APPLICATION

Line 128: from fnd_application

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