DBA Data[Home] [Help]

APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_SYS_LANGUAGES_VL

Line 15: from xtr_sys_languages_vl

11: -------------------------------------------------------------------------------------------------------------------
12:
13: cursor c_text is
14: select text
15: from xtr_sys_languages_vl
16: where item_name = p_Field_Name;
17:
18: p_text xtr_sys_languages_vl.text%TYPE;
19:

Line 18: p_text xtr_sys_languages_vl.text%TYPE;

14: select text
15: from xtr_sys_languages_vl
16: where item_name = p_Field_Name;
17:
18: p_text xtr_sys_languages_vl.text%TYPE;
19:
20: begin
21:
22: if G_Ig_Source is null and nvl(G_Ig_External_Source,'@@@') not in (C_ZBA, C_CL) then