DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on HZ_LOCATIONS

Line 62: from hz_locations

58:
59: if l_bind_val is not null then
60: select language
61: into l_loc_lang
62: from hz_locations
63: where location_id= to_number(l_bind_val);
64:
65: WriteLog(l_msg || 'l_loc_lang = '||l_loc_lang );
66: