DBA Data[Home] [Help]

APPS.PER_VACANCY_BE2 SQL Statements

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

Line: 4

procedure update_vacancy_a (
p_effective_date               date,
p_vacancy_id                   number,
p_object_version_number        number,
p_date_from                    date,
p_position_id                  number,
p_job_id                       number,
p_grade_id                     number,
p_organization_id              number,
p_people_group_id              number,
p_location_id                  number,
p_recruiter_id                 number,
p_date_to                      date,
p_security_method              varchar2,
p_description                  varchar2,
p_number_of_openings           number,
p_status                       varchar2,
p_budget_measurement_type      varchar2,
p_budget_measurement_value     number,
p_vacancy_category             varchar2,
p_manager_id                   number,
p_primary_posting_id           number,
p_assessment_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_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,
p_vacancy_region_type          varchar2,
p_assignment_changed           boolean,
p_inv_pos_grade_warning        boolean,
p_inv_job_grade_warning        boolean) is
  l_event_key number;
Line: 69

  select per_wf_events_s.nextval from dual;
Line: 71

  l_proc varchar2(72):='  per_vacancy_be2.update_vacancy_a';
Line: 75

  l_event_name:='oracle.apps.per.api.vacancy.update_vacancy';
Line: 359

end update_vacancy_a;