DBA Data[Home] [Help]

APPS.BIS_PMV_UTIL dependencies on AK_REGIONS_VL

Line 189: from ak_regions_vl

185: l_function varchar2(2000);
186: begin
187: select name
188: into l_function
189: from ak_regions_vl
190: where region_code = pRegionCode;
191:
192: l_function := substr(l_function, instr(l_function, '[')+1, instr(l_function, ']')-instr(l_function,'[')-1);
193: if l_function is not null then