DBA Data[Home] [Help]

APPS.HR_UPDATE_UTILITY dependencies on FND_DATE

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

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

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

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