DBA Data[Home] [Help]

APPS.PAY_BALANCE_UTILITIES dependencies on PAY_US_CITY_NAMES

Line 35: PAY_US_CITY_NAMES puci

31: from PER_ASSIGNMENTS_F paf,
32: HR_LOCATIONS hrl,
33: PAY_US_STATES pus,
34: PAY_US_COUNTIES puc,
35: PAY_US_CITY_NAMES puci
36: where paf.assignment_id = p_assignment_id
37: and p_session_date between paf.effective_start_date and
38: paf.effective_end_date
39: and paf.location_id = hrl.location_id