DBA Data[Home] [Help]

APPS.PER_QH_ACTION dependencies on HR_LOCATIONS

Line 45: ,p_location hr_locations.location_code%type

41: ,p_position hr_all_positions_f.name%type
42: ,p_payroll pay_all_payrolls_f.payroll_name%type
43: ,p_vacancy per_vacancies.name%type
44: ,p_supervisor per_all_people_f.full_name%type
45: ,p_location hr_locations.location_code%type
46: ,p_salary per_pay_proposals.proposed_salary_n%type
47: ,p_salary_currency pay_element_types_f.input_currency_code%type
48: ,p_pay_basis hr_lookups.meaning%type
49: ,p_date_probation_end per_all_assignments_f.date_probation_end%type

Line 81: ,p_location in hr_locations.location_code%type

77: ,p_position in hr_all_positions_f.name%type
78: ,p_payroll in pay_all_payrolls_f.payroll_name%type
79: ,p_vacancy in per_vacancies.name%type
80: ,p_supervisor in per_all_people_f.full_name%type
81: ,p_location in hr_locations.location_code%type
82: ,p_salary in per_pay_proposals.proposed_salary_n%type
83: ,p_salary_currency in pay_element_types_f.input_currency_code%type
84: ,p_pay_basis in hr_lookups.meaning%type
85: ,p_date_probation_end in per_all_assignments_f.date_probation_end%type