DBA Data[Home] [Help]

APPS.IRC_TEMPLATE_ASSOCIATION_BE3 SQL Statements

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

Line: 4

procedure delete_template_association_a (
p_template_association_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_template_association_be3.delete_template_association_a';
Line: 20

  l_event_name:='oracle.apps.per.irc.api.template_association.delete_template_association';
Line: 74

end delete_template_association_a;