DBA Data[Home] [Help]

APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on PAY_US_COUNTIES

Line 4489: pay_us_counties c

4485: select city_name, county_name, state_abbrev
4486: into l_city_name, l_county_name, l_state_abbrev
4487: from pay_us_city_names ct,
4488: pay_us_states st,
4489: pay_us_counties c
4490: where ct.state_code = st.state_code
4491: and ct.county_code = c.county_code
4492: and c.state_code = st.state_code
4493: and st.state_abbrev = l_state