DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on FND_DATE

Line 3371: l_rslt_elmt := apply_format_mask(fnd_date.chardate_to_date(ben_ext_person.g_runrslt_value ),

3367: --l_rslt_elmt := ben_ext_person.g_runrslt_value;
3368: -- to_date raise any error then sent the value as it is
3369: hr_utility.set_location (' date for run result ',98 );
3370: Begin -- to_date removed in 115.149
3371: l_rslt_elmt := apply_format_mask(fnd_date.chardate_to_date(ben_ext_person.g_runrslt_value ),
3372: p_frmt_mask_cd);
3373: exception
3374: when others then
3375: l_rslt_elmt := ben_ext_person.g_runrslt_value;

Line 3819: l_rslt_elmt_fmt := apply_format_mask(fnd_date.canonical_to_date(l_rslt_elmt), p_frmt_mask_cd);

3815: l_rslt_elmt_fmt := apply_format_mask(to_number(l_rslt_elmt), p_frmt_mask_cd);
3816: l_rslt_elmt := l_rslt_elmt_fmt;
3817: end if;
3818: if substr(p_frmt_mask_lookup_cd,1,1) = 'D' then
3819: l_rslt_elmt_fmt := apply_format_mask(fnd_date.canonical_to_date(l_rslt_elmt), p_frmt_mask_cd);
3820: l_rslt_elmt := l_rslt_elmt_fmt;
3821: end if ;
3822: exception -- incase l_rslt_elmt is not valid for formatting, just don't format it.
3823: when others then

Line 4482: l_rslt_elmt_fmt:=apply_format_mask(fnd_date.canonical_to_date(l_rslt_elmt),l_frmt_mask_cd);

4478: l_rslt_elmt_fmt := apply_format_mask(to_number(l_rslt_elmt), l_frmt_mask_cd);
4479: l_rslt_elmt := l_rslt_elmt_fmt;
4480: end if;
4481: if substr(elmt.frmt_mask_lookup_cd,1,1) = 'D' then
4482: l_rslt_elmt_fmt:=apply_format_mask(fnd_date.canonical_to_date(l_rslt_elmt),l_frmt_mask_cd);
4483: l_rslt_elmt := l_rslt_elmt_fmt;
4484: end if ;
4485: exception -- incase l_rslt_elmt is not valid for formatting, just don't format it.
4486: when others then