DBA Data[Home] [Help]

APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on HR_LOCATIONS

Line 929: HR_LOCATIONS hl,

925: psr.jurisdiction_code,
926: hl.town_or_city,
927: hl.town_or_city
928: from PER_ASSIGNMENTS_F paf,
929: HR_LOCATIONS hl,
930: PAY_STATE_RULES psr
931: where paf.assignment_id = P_assignment_id
932: and P_session_date between paf.effective_start_date and
933: paf.effective_end_date

Line 2359: HR_LOCATIONS hl,

2355: hl.region_1,
2356: hl.postal_code,
2357: hl.town_or_city
2358: from PER_ASSIGNMENTS_F paf,
2359: HR_LOCATIONS hl,
2360: PAY_STATE_RULES psr
2361: where paf.assignment_id = P_assignment_id
2362: and P_date between paf.effective_start_date and
2363: paf.effective_end_date