DBA Data[Home] [Help]

APPS.HXT_RETRO_MIX dependencies on FND_DATE

Line 109: || fnd_date.date_to_chardate (p_date_active)

105: || p_meaning
106: || ' type = '
107: || 'NAME_TRANSLATIONS'
108: || ' date = '
109: || fnd_date.date_to_chardate (p_date_active)
110: ); --FORMS60 --HXT115
111:
112: IF p_meaning IS NOT NULL
113: THEN

Line 160: || fnd_date.date_to_chardate (p_date_active)

156: || p_lookup_code
157: || ' type = '
158: || p_lookup_type
159: || ' date = '
160: || fnd_date.date_to_chardate (p_date_active)
161: ); --FORMS60 --HXT115
162:
163: -- Bug 8888777
164: -- Added the below condition to restrict IV conversion to

Line 661: pbl_value (i) := fnd_date.date_to_canonical (p_date_worked);

657: if g_debug then
658: hr_utility.set_location ('insert_pay_batch_lines', 140);
659: end if;
660: --pbl_value(i) := to_char(p_date_worked,'DD-MON-YYYY');
661: pbl_value (i) := fnd_date.date_to_canonical (p_date_worked);
662: lv_pbl_flag := 'Y';
663: if g_debug then
664: hr_utility.TRACE (
665: 'pbl_value_'