DBA Data[Home] [Help]

APPS.ARP_ALOC_PKG dependencies on AR_POSTAL_CODE_RANGES_V

Line 135: from ar_postal_code_ranges_v

131: select from_postal_code,
132: to_postal_code
133: into l_from_postal_code,
134: l_to_postal_code
135: from ar_postal_code_ranges_v
136: where location_segment_id = p_segment_id;
137:
138: if l_from_postal_code = substr(l_to_postal_code,1,length(l_from_postal_code)) then
139: return(l_from_postal_code);