DBA Data[Home] [Help]

APPS.HXT_USER_EXITS dependencies on HXT_UTIL

Line 44: l_date := hxt_util.Get_Period_End(i_time_period_id);

40: --END GLOBAL
41: l_date DATE;
42:
43: BEGIN
44: l_date := hxt_util.Get_Period_End(i_time_period_id);
45:
46: IF i_source_flag = 'C' THEN
47: l_source_description := 'C_'||fnd_date.date_to_chardate(l_date)||'/'||i_user_id; --FORMS60
48: ELSIF i_source_flag = 'A' THEN

Line 58: -- to_char(HXT_util.Get_Period_End(i_time_period_id))||

54:
55: END IF;
56:
57: o_reference_number := l_source_description;
58: -- to_char(HXT_util.Get_Period_End(i_time_period_id))||
59: -- '/'||
60: -- i_user_id;
61:
62: EXCEPTION