DBA Data[Home] [Help]

APPS.BEN_EXT_PAYROLL_BALANCE dependencies on PAY_US_EMP_STATE_TAX_RULES_F

Line 26: from pay_us_emp_state_tax_rules_f str

22: cursor c_jur_code(c_assignment_id in number
23: ,c_business_group_id in number
24: ,c_effective_date in date) is
25: select str.jurisdiction_code
26: from pay_us_emp_state_tax_rules_f str
27: where c_effective_date between str.effective_start_date
28: and str.effective_end_date
29: and str.assignment_id = c_assignment_id
30: and str.business_group_id = c_business_group_id;