DBA Data[Home] [Help]

APPS.FND_LOG_ADMIN dependencies on FND_APPLICATION

Line 1456: from fnd_application a,

1452: select r.application_id,
1453: r.responsibility_id
1454: into l_resp_appl_id,
1455: l_resp_id
1456: from fnd_application a,
1457: fnd_responsibility r
1458: where r.application_id = a.application_id
1459: and a.application_short_name = 'SYSADMIN'
1460: and r.responsibility_key = 'SYSTEM_ADMINISTRATOR';