DBA Data[Home] [Help]

APPS.ECX_ENG_UTILS dependencies on ECX_ACTIONS

Line 184: l_offset := ecx_actions.getTimezoneOffset( to_number(l_year), to_number(l_month),

180: l_min := to_char(p_ora_date, 'MI');
181: l_sec := to_char(p_ora_date, 'SS');
182:
183: -- get the deviation
184: l_offset := ecx_actions.getTimezoneOffset( to_number(l_year), to_number(l_month),
185: to_number(l_day), to_number(l_hour),
186: to_number(l_min), to_number(l_sec),
187: ecx_eng_utils.g_server_tz);
188: