DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on FND_DATE

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

3361: --l_rslt_elmt := ben_ext_person.g_runrslt_value;
3362: -- to_date raise any error then sent the value as it is
3363: hr_utility.set_location (' date for run result ',98 );
3364: Begin -- to_date removed in 115.149
3365: l_rslt_elmt := apply_format_mask(fnd_date.chardate_to_date(ben_ext_person.g_runrslt_value ),
3366: p_frmt_mask_cd);
3367: exception
3368: when others then
3369: l_rslt_elmt := ben_ext_person.g_runrslt_value;

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

3809: l_rslt_elmt_fmt := apply_format_mask(to_number(l_rslt_elmt), p_frmt_mask_cd);
3810: l_rslt_elmt := l_rslt_elmt_fmt;
3811: end if;
3812: if substr(p_frmt_mask_lookup_cd,1,1) = 'D' then
3813: l_rslt_elmt_fmt := apply_format_mask(fnd_date.canonical_to_date(l_rslt_elmt), p_frmt_mask_cd);
3814: l_rslt_elmt := l_rslt_elmt_fmt;
3815: end if ;
3816: exception -- incase l_rslt_elmt is not valid for formatting, just don't format it.
3817: when others then

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

4472: l_rslt_elmt_fmt := apply_format_mask(to_number(l_rslt_elmt), l_frmt_mask_cd);
4473: l_rslt_elmt := l_rslt_elmt_fmt;
4474: end if;
4475: if substr(elmt.frmt_mask_lookup_cd,1,1) = 'D' then
4476: l_rslt_elmt_fmt:=apply_format_mask(fnd_date.canonical_to_date(l_rslt_elmt),l_frmt_mask_cd);
4477: l_rslt_elmt := l_rslt_elmt_fmt;
4478: end if ;
4479: exception -- incase l_rslt_elmt is not valid for formatting, just don't format it.
4480: when others then