DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_SWI dependencies on FND_DATE

Line 31: return fnd_date.canonical_to_date(lv_EndDate);

27: lv_EndDate:=null;
28: end;
29: end if;
30: if(lv_EndDate is not null) then
31: return fnd_date.canonical_to_date(lv_EndDate);
32: else
33: return null;
34: end if;
35:

Line 70: return fnd_date.canonical_to_date(lv_startDate);

66: lv_startDate:=null;
67: end;
68: end if;
69: if(lv_startDate is not null) then
70: return fnd_date.canonical_to_date(lv_startDate);
71: else
72: return null;
73: end if;
74: