DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 3294: l_asg_ei_data per_assignment_extra_info%rowtype;

3290: p_pa_request_id IN ghr_pa_requests.pa_request_id%type,
3291: p_person_id IN ghr_pa_requests.person_id%type
3292: ) RETURN ghr_pa_requests.from_pay_basis%type
3293: IS
3294: l_asg_ei_data per_assignment_extra_info%rowtype;
3295: l_prd per_assignment_extra_info.aei_information6%type;
3296: l_dummy VARCHAR2(30);
3297: l_assignment_id per_assignments_f.assignment_id%type;
3298: l_from_position_id ghr_pa_requests.from_position_id%type;

Line 3295: l_prd per_assignment_extra_info.aei_information6%type;

3291: p_person_id IN ghr_pa_requests.person_id%type
3292: ) RETURN ghr_pa_requests.from_pay_basis%type
3293: IS
3294: l_asg_ei_data per_assignment_extra_info%rowtype;
3295: l_prd per_assignment_extra_info.aei_information6%type;
3296: l_dummy VARCHAR2(30);
3297: l_assignment_id per_assignments_f.assignment_id%type;
3298: l_from_position_id ghr_pa_requests.from_position_id%type;
3299: l_from_pay_basis ghr_pa_requests.from_pay_basis%type;