DBA Data[Home] [Help]

APPS.HR_US_W2_MT dependencies on PAY_US_STATES

Line 317: p_state_code in pay_us_states.state_code%type,

313: p_org_id in number,
314: p_loc_id in number,
315: p_per_id in number,
316: p_ssn in varchar2,
317: p_state_code in pay_us_states.state_code%type,
318: p_asg_set_id in number,
319: p_session_date in date,
320: p_eoy_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
321: p_eoy_start_date in date,

Line 1341: p_state_code in pay_us_states.state_code%type,

1337: p_org_id in number,
1338: p_loc_id in number,
1339: p_per_id in number,
1340: p_ssn in varchar2,
1341: p_state_code in pay_us_states.state_code%type,
1342: p_asg_set_id in number,
1343: p_session_date in date,
1344: p_eoy_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
1345: p_eoy_start_date in date,

Line 2190: l_state_code pay_us_states.state_code%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;
2194: -- BUG2538173

Line 2317: l_state_code pay_us_states.state_code%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);
2321: l_year_start date;