DBA Data[Home] [Help]

APPS.HR_US_W2_MT dependencies on PER_PEOPLE_F

Line 2088: l_ssn per_people_f.national_identifier%type;

2084: l_gre_id pay_assignment_actions.tax_unit_id%type;
2085: l_org_id per_assignments_f.organization_id%type;
2086: l_loc_id per_assignments_f.location_id%type;
2087: l_per_id per_assignments_f.person_id%type;
2088: l_ssn per_people_f.national_identifier%type;
2089: l_state_code pay_us_states.state_code%type;
2090: l_asg_set_id number;
2091: l_eoy_payroll_action_id pay_payroll_actions.payroll_action_id%type;
2092: l_eoy_start_date date;

Line 2215: l_ssn per_people_f.national_identifier%type;

2211: l_gre_id pay_assignment_actions.tax_unit_id%type;
2212: l_org_id per_assignments_f.organization_id%type;
2213: l_loc_id per_assignments_f.location_id%type;
2214: l_per_id per_assignments_f.person_id%type;
2215: l_ssn per_people_f.national_identifier%type;
2216: l_state_code pay_us_states.state_code%type;
2217: l_sort1 varchar2(60);
2218: l_sort2 varchar2(60);
2219: l_sort3 varchar2(60);