DBA Data[Home] [Help]

APPS.HR_US_W2_MT dependencies on PER_PEOPLE_F

Line 2189: l_ssn per_people_f.national_identifier%type;

2185: l_gre_id pay_assignment_actions.tax_unit_id%type;
2186: l_org_id per_assignments_f.organization_id%type;
2187: l_loc_id per_assignments_f.location_id%type;
2188: l_per_id per_assignments_f.person_id%type;
2189: l_ssn per_people_f.national_identifier%type;
2190: l_state_code pay_us_states.state_code%type;
2191: l_asg_set_id number;
2192: l_eoy_payroll_action_id pay_payroll_actions.payroll_action_id%type;
2193: l_eoy_start_date date;

Line 2316: l_ssn per_people_f.national_identifier%type;

2312: l_gre_id pay_assignment_actions.tax_unit_id%type;
2313: l_org_id per_assignments_f.organization_id%type;
2314: l_loc_id per_assignments_f.location_id%type;
2315: l_per_id per_assignments_f.person_id%type;
2316: l_ssn per_people_f.national_identifier%type;
2317: l_state_code pay_us_states.state_code%type;
2318: l_sort1 varchar2(60);
2319: l_sort2 varchar2(60);
2320: l_sort3 varchar2(60);