DBA Data[Home] [Help]

APPS.HR_DELIVERY_METHODS_BE1 SQL Statements

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

Line: 14

p_program_update_date          date,
p_program_application_id       number,
p_program_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) is
  l_event_key number;
Line: 45

  select per_wf_events_s.nextval from dual;
Line: 107

    l_text:='';
Line: 108

    l_text:=l_text||fnd_date.date_to_canonical(p_program_update_date);
Line: 109

    l_text:=l_text||'';