DBA Data[Home] [Help]

APPS.WF_BES_CLEANUP_INIT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 13

   select u.user_id
   into l_user_id
   from fnd_user u
   where u.user_name = 'SYSADMIN';
Line: 18

   select r.application_id,
          r.responsibility_id
   into l_resp_appl_id,
        l_resp_id
   from fnd_application a,
        fnd_responsibility r
   where r.application_id = a.application_id
   and a.application_short_name = 'SYSADMIN'
   and r.responsibility_key = 'SYSTEM_ADMINISTRATOR';