DBA Data[Home] [Help]

APPS.IRC_APL_PROFILE_ACCESS_BE2 SQL Statements

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

Line: 4

procedure update_apl_profile_access_a (
p_person_id                    number,
p_apl_profile_access_id        number,
p_object_version_number        number) is
  l_event_key number;
Line: 15

  select per_wf_events_s.nextval from dual;
Line: 17

  l_proc varchar2(72):='  irc_apl_profile_access_be2.update_apl_profile_access_a';
Line: 21

  l_event_name:='oracle.apps.per.irc.api.apl_profile_access.update_apl_profile_access';
Line: 79

end update_apl_profile_access_a;