DBA Data[Home] [Help]

APPS.WF_BES_CLEANUP_INIT dependencies on FND_APPLICATION

Line 22: from fnd_application a,

18: select r.application_id,
19: r.responsibility_id
20: into l_resp_appl_id,
21: l_resp_id
22: from fnd_application a,
23: fnd_responsibility r
24: where r.application_id = a.application_id
25: and a.application_short_name = 'SYSADMIN'
26: and r.responsibility_key = 'SYSTEM_ADMINISTRATOR';