DBA Data[Home] [Help]

APPS.PER_QUALIFICATIONS_BE3 SQL Statements

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

Line: 4

procedure delete_qualification_a (
p_qualification_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):='  per_qualifications_be3.delete_qualification_a';
Line: 20

  l_event_name:='oracle.apps.per.api.qualifications.delete_qualification';
Line: 72

end delete_qualification_a;