DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_BE3 SQL Statements

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

Line: 4

procedure delete_notification_prefs_a (
p_notification_preference_id   number,
p_object_version_number        number) is
  l_event_key number;
Line: 14

  select per_wf_events_s.nextval from dual;
Line: 16

  l_proc varchar2(72):='  irc_notification_prefs_be3.delete_notification_prefs_a';
Line: 20

  l_event_name:='oracle.apps.per.irc.api.notification_prefs.delete_notification_prefs';
Line: 74

end delete_notification_prefs_a;