182: If (l_effective_date is null) then
183: l_effective_date := trunc(sysdate);
184: End if;
185:
186: hr_util_misc_ss.setEffectiveDate(l_effective_date);
187:
188: --
189: -- Check this short_name is valid name as on that date or not.
190: --
1344:
1345:
1346: --dt_fndate.set_effective_date(fnd_date.canonical_to_date(p_effective_date));
1347:
1348: hr_util_misc_ss.setEffectiveDate(p_effective_date);
1349: l_pdf_short_name := p_doc_short_name;
1350:
1351:
1352: