DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on HZ_LOCATIONS

Line 364: from hz_locations

360:
361: if l_bind_val is not null then
362: select language
363: into l_loc_lang
364: from hz_locations
365: where location_id= to_number(l_bind_val);
366:
367: WriteLog(l_msg || 'l_loc_lang = '||l_loc_lang );
368: