DBA Data[Home] [Help]

APPS.PER_REQUISITIONS_BE2 SQL Statements

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

Line: 4

procedure update_requisition_a (
p_requisition_id               number,
p_object_version_number        number,
p_date_from                    date,
p_person_id                    number,
p_comments                     varchar2,
p_date_to                      date,
p_description                  varchar2,
p_attribute_category           varchar2,
p_attribute1                   varchar2,
p_attribute2                   varchar2,
p_attribute3                   varchar2,
p_attribute4                   varchar2,
p_attribute5                   varchar2,
p_attribute6                   varchar2,
p_attribute7                   varchar2,
p_attribute8                   varchar2,
p_attribute9                   varchar2,
p_attribute10                  varchar2,
p_attribute11                  varchar2,
p_attribute12                  varchar2,
p_attribute13                  varchar2,
p_attribute14                  varchar2,
p_attribute15                  varchar2,
p_attribute16                  varchar2,
p_attribute17                  varchar2,
p_attribute18                  varchar2,
p_attribute19                  varchar2,
p_attribute20                  varchar2,
p_attribute21                  varchar2,
p_attribute22                  varchar2,
p_attribute23                  varchar2,
p_attribute24                  varchar2,
p_attribute25                  varchar2,
p_attribute26                  varchar2,
p_attribute27                  varchar2,
p_attribute28                  varchar2,
p_attribute29                  varchar2,
p_attribute30                  varchar2) is
  l_event_key number;
Line: 50

  select per_wf_events_s.nextval from dual;
Line: 52

  l_proc varchar2(72):='  per_requisitions_be2.update_requisition_a';
Line: 56

  l_event_name:='oracle.apps.per.api.requisitions.update_requisition';
Line: 254

end update_requisition_a;