DBA Data[Home] [Help]

APPS.IRC_OFFER_STATUS_HISTORY_BE2 SQL Statements

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

Line: 4

procedure update_offer_status_history_a (
p_effective_date               date,
p_offer_status_history_id      number,
p_status_change_date           date,
p_change_reason                varchar2,
p_decline_reason               varchar2,
p_note_text                    varchar2,
p_object_version_number        number) is
  l_event_key number;
Line: 19

  select per_wf_events_s.nextval from dual;
Line: 21

  l_proc varchar2(72):='  irc_offer_status_history_be2.update_offer_status_history_a';
Line: 25

  l_event_name:='oracle.apps.per.irc.api.offer_status_history.update_offer_status_history';
Line: 97

end update_offer_status_history_a;