DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 3508: l_asg_ei_data per_assignment_extra_info%rowtype;

3504: p_pa_request_id IN ghr_pa_requests.pa_request_id%type,
3505: p_person_id IN ghr_pa_requests.person_id%type
3506: ) RETURN ghr_pa_requests.from_pay_basis%type
3507: IS
3508: l_asg_ei_data per_assignment_extra_info%rowtype;
3509: l_prd per_assignment_extra_info.aei_information6%type;
3510: l_dummy VARCHAR2(30);
3511: l_assignment_id per_assignments_f.assignment_id%type;
3512: l_from_position_id ghr_pa_requests.from_position_id%type;

Line 3509: l_prd per_assignment_extra_info.aei_information6%type;

3505: p_person_id IN ghr_pa_requests.person_id%type
3506: ) RETURN ghr_pa_requests.from_pay_basis%type
3507: IS
3508: l_asg_ei_data per_assignment_extra_info%rowtype;
3509: l_prd per_assignment_extra_info.aei_information6%type;
3510: l_dummy VARCHAR2(30);
3511: l_assignment_id per_assignments_f.assignment_id%type;
3512: l_from_position_id ghr_pa_requests.from_position_id%type;
3513: l_from_pay_basis ghr_pa_requests.from_pay_basis%type;