DBA Data[Home] [Help]

APPS.FND_LOG_ADMIN dependencies on FND_APPLICATION

Line 1540: from fnd_application a,

1536: select r.application_id,
1537: r.responsibility_id
1538: into l_resp_appl_id,
1539: l_resp_id
1540: from fnd_application a,
1541: fnd_responsibility r
1542: where r.application_id = a.application_id
1543: and a.application_short_name = 'SYSADMIN'
1544: and r.responsibility_key = 'SYSTEM_ADMINISTRATOR';