DBA Data[Home] [Help]

APPS.HR_UPDATE_UTILITY dependencies on FND_DATE

Line 221: argument4 => fnd_date.date_to_canonical(sysdate), -- Start Date

217: program => 'PAY_GEN_UPG',
218: argument1 => 'ARCHIVE', -- Process Name
219: argument2 => 'GENERIC_UPGRADE', -- Report Type
220: argument3 => 'DEFAULT', -- Rpt Qual
221: argument4 => fnd_date.date_to_canonical(sysdate), -- Start Date
222: argument5 => fnd_date.date_to_canonical(sysdate), -- End Date
223: argument6 => 'PROCESS', -- Rpt Category
224: argument7 => to_Char(p_business_group_id), -- Business Grp
225: argument8 => '', -- Mag File Nme

Line 222: argument5 => fnd_date.date_to_canonical(sysdate), -- End Date

218: argument1 => 'ARCHIVE', -- Process Name
219: argument2 => 'GENERIC_UPGRADE', -- Report Type
220: argument3 => 'DEFAULT', -- Rpt Qual
221: argument4 => fnd_date.date_to_canonical(sysdate), -- Start Date
222: argument5 => fnd_date.date_to_canonical(sysdate), -- End Date
223: argument6 => 'PROCESS', -- Rpt Category
224: argument7 => to_Char(p_business_group_id), -- Business Grp
225: argument8 => '', -- Mag File Nme
226: argument9 => '', -- Rep File Nme