DBA Data[Home] [Help]

APPS.PAY_AC_TAXABILITY_CHK_ROW dependencies on PAY_US_CITY_NAMES

Line 108: from pay_us_city_names

104: cursor get_city_names(cp_state_code VARCHAR2,
105: cp_city_code VARCHAR2)
106: is
107: select city_name
108: from pay_us_city_names
109: where state_code = cp_state_code
110: and city_code = cp_city_code
111: and primary_flag = 'Y';
112: