DBA Data[Home] [Help]

APPS.PER_ESTAB_ATTENDANCES_BE2 SQL Statements

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

Line: 4

procedure update_attended_estab_a (
p_effective_date               date,
p_attendance_id                number,
p_fulltime                     varchar2,
p_attended_start_date          date,
p_attended_end_date            date,
p_establishment                varchar2,
p_establishment_id             number,
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_object_version_number        number,
p_address                      varchar2) is
  l_event_key number;
Line: 42

  select per_wf_events_s.nextval from dual;
Line: 44

  l_proc varchar2(72):='  per_estab_attendances_be2.update_attended_estab_a';
Line: 48

  l_event_name:='oracle.apps.per.api.estab_attendances.update_attended_estab';
Line: 214

end update_attended_estab_a;