DBA Data[Home] [Help]

APPS.AME_APPROVER_DEVIATION_PKG dependencies on FND_DATE

Line 593: return fnd_date.date_to_displayDate(P_STARTDATE);

589: return null;
590: end gettxntype;
591: function getStartDateParam return varchar2 as
592: begin
593: return fnd_date.date_to_displayDate(P_STARTDATE);
594: exception
595: when others then
596: return to_char(P_STARTDATE);
597: end getStartDateParam;

Line 601: return fnd_date.date_to_displayDate(P_ENDDATE);

597: end getStartDateParam;
598:
599: function getEndDateParam return varchar2 as
600: begin
601: return fnd_date.date_to_displayDate(P_ENDDATE);
602: exception
603: when others then
604: return to_char(P_ENDDATE);
605: end getEndDateParam;