DBA Data[Home] [Help]

APPS.PAY_AC_TAXABILITY_CHK_ROW dependencies on PAY_US_COUNTIES

Line 117: from pay_us_counties

113: cursor get_county_names(cp_state_code VARCHAR2,
114: cp_county_code VARCHAR2)
115: is
116: select county_name
117: from pay_us_counties
118: where state_code = cp_state_code
119: and county_code = cp_county_code;
120:
121: l_county_name varchar2(100);