DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_US_CITY_NAMES

Line 2241: from pay_us_city_names

2237: ,cp_county_code in varchar2
2238: ,cp_city_code in varchar2
2239: ) is
2240: select city_name
2241: from pay_us_city_names
2242: where state_code = cp_state_code
2243: and county_code = cp_county_code
2244: and city_code = cp_city_code
2245: and primary_flag = 'Y';