DBA Data[Home] [Help]

APPS.HR_US_W2_MT dependencies on PAY_US_STATES

Line 308: p_state_code in pay_us_states.state_code%type,

304: p_org_id in number,
305: p_loc_id in number,
306: p_per_id in number,
307: p_ssn in varchar2,
308: p_state_code in pay_us_states.state_code%type,
309: p_asg_set_id in number,
310: p_session_date in date,
311: p_eoy_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
312: p_eoy_start_date in date,

Line 1348: p_state_code in pay_us_states.state_code%type,

1344: p_org_id in number,
1345: p_loc_id in number,
1346: p_per_id in number,
1347: p_ssn in varchar2,
1348: p_state_code in pay_us_states.state_code%type,
1349: p_asg_set_id in number,
1350: p_session_date in date,
1351: p_eoy_payroll_action_id in pay_payroll_actions.payroll_action_id%type,
1352: p_eoy_start_date in date) is

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

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