DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on PER_VACANCIES

Line 4154: l_recruiter_id per_vacancies.recruiter_id%type;

4150: l_default_start_time per_business_groups.default_start_time%type;
4151: l_default_end_time per_business_groups.default_end_time%type;
4152: l_normal_hours number;
4153: l_frequency per_business_groups.frequency%type;
4154: l_recruiter_id per_vacancies.recruiter_id%type;
4155: l_grade_id per_vacancies.grade_id%type;
4156: l_position_id per_vacancies.position_id%type;
4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;

Line 4155: l_grade_id per_vacancies.grade_id%type;

4151: l_default_end_time per_business_groups.default_end_time%type;
4152: l_normal_hours number;
4153: l_frequency per_business_groups.frequency%type;
4154: l_recruiter_id per_vacancies.recruiter_id%type;
4155: l_grade_id per_vacancies.grade_id%type;
4156: l_position_id per_vacancies.position_id%type;
4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;
4159: l_people_group_id per_vacancies.people_group_id%type;

Line 4156: l_position_id per_vacancies.position_id%type;

4152: l_normal_hours number;
4153: l_frequency per_business_groups.frequency%type;
4154: l_recruiter_id per_vacancies.recruiter_id%type;
4155: l_grade_id per_vacancies.grade_id%type;
4156: l_position_id per_vacancies.position_id%type;
4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;
4159: l_people_group_id per_vacancies.people_group_id%type;
4160: l_vac_organization_id per_vacancies.organization_id%type;

Line 4157: l_job_id per_vacancies.job_id%type;

4153: l_frequency per_business_groups.frequency%type;
4154: l_recruiter_id per_vacancies.recruiter_id%type;
4155: l_grade_id per_vacancies.grade_id%type;
4156: l_position_id per_vacancies.position_id%type;
4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;
4159: l_people_group_id per_vacancies.people_group_id%type;
4160: l_vac_organization_id per_vacancies.organization_id%type;
4161: l_vac_business_group_id per_vacancies.business_group_id%type;

Line 4158: l_location_id per_vacancies.location_id%type;

4154: l_recruiter_id per_vacancies.recruiter_id%type;
4155: l_grade_id per_vacancies.grade_id%type;
4156: l_position_id per_vacancies.position_id%type;
4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;
4159: l_people_group_id per_vacancies.people_group_id%type;
4160: l_vac_organization_id per_vacancies.organization_id%type;
4161: l_vac_business_group_id per_vacancies.business_group_id%type;
4162: l_group_name pay_people_groups.group_name%type;

Line 4159: l_people_group_id per_vacancies.people_group_id%type;

4155: l_grade_id per_vacancies.grade_id%type;
4156: l_position_id per_vacancies.position_id%type;
4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;
4159: l_people_group_id per_vacancies.people_group_id%type;
4160: l_vac_organization_id per_vacancies.organization_id%type;
4161: l_vac_business_group_id per_vacancies.business_group_id%type;
4162: l_group_name pay_people_groups.group_name%type;
4163: l_appl_override_warning boolean;

Line 4160: l_vac_organization_id per_vacancies.organization_id%type;

4156: l_position_id per_vacancies.position_id%type;
4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;
4159: l_people_group_id per_vacancies.people_group_id%type;
4160: l_vac_organization_id per_vacancies.organization_id%type;
4161: l_vac_business_group_id per_vacancies.business_group_id%type;
4162: l_group_name pay_people_groups.group_name%type;
4163: l_appl_override_warning boolean;
4164: --

Line 4161: l_vac_business_group_id per_vacancies.business_group_id%type;

4157: l_job_id per_vacancies.job_id%type;
4158: l_location_id per_vacancies.location_id%type;
4159: l_people_group_id per_vacancies.people_group_id%type;
4160: l_vac_organization_id per_vacancies.organization_id%type;
4161: l_vac_business_group_id per_vacancies.business_group_id%type;
4162: l_group_name pay_people_groups.group_name%type;
4163: l_appl_override_warning boolean;
4164: --
4165: -- Local variable added for the before and after business process