DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_US_CITY_NAMES

Line 1595: from pay_us_city_names

1591: ,cp_county_code in varchar2
1592: ,cp_city_code in varchar2
1593: ) is
1594: select city_name
1595: from pay_us_city_names
1596: where state_code = cp_state_code
1597: and county_code = cp_county_code
1598: and city_code = cp_city_code
1599: and primary_flag = 'Y';