DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on FND_DATE

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

1002: l_rslt_elmt_fmt := ben_ext_fmt.apply_format_mask(to_number(l_rslt_elmt), p_frmt_mask_cd);
1003: l_rslt_elmt := l_rslt_elmt_fmt;
1004: end if;
1005: if substr(p_frmt_mask_lookup_cd,1,1) = 'D' then
1006: l_rslt_elmt_fmt := ben_ext_fmt.apply_format_mask(fnd_date.canonical_to_date(l_rslt_elmt), p_frmt_mask_cd);
1007: l_rslt_elmt := l_rslt_elmt_fmt;
1008: end if ;
1009: exception -- incase l_rslt_elmt is not valid for formatting, just don't format it.
1010: when others then

Line 6775: ,fnd_date.date_to_canonical(l_parameters.process_date)

6771: process(l_errbuf
6772: ,l_retcode
6773: ,p_benefit_action_id
6774: ,l_parameters.pgm_id -- cover for ext_id
6775: ,fnd_date.date_to_canonical(l_parameters.process_date)
6776: ,l_parameters.business_group_id
6777: ,l_ext_rslt_id);
6778:
6779: if g_debug then

Line 7091: ,p_effective_date => fnd_date.date_to_canonical(l_parameters.process_date)

7087: process(errbuf => l_errbuf
7088: ,retcode => l_retcode
7089: ,p_benefit_action_id => l_benefit_action_id
7090: ,p_ext_dfn_id => l_parameters.pgm_id -- cover for ext_id
7091: ,p_effective_date => fnd_date.date_to_canonical(l_parameters.process_date)
7092: ,p_business_group_id => l_parameters.business_group_id
7093: ,p_ext_rslt_id => l_ext_rslt_id);
7094:
7095: /*

Line 7100: ,fnd_date.date_to_canonical(l_parameters.process_date)

7096: process(l_errbuf
7097: ,l_retcode
7098: ,l_benefit_action_id
7099: ,l_parameters.pgm_id -- cover for ext_id
7100: ,fnd_date.date_to_canonical(l_parameters.process_date)
7101: ,l_parameters.business_group_id
7102: ,l_ext_rslt_id);
7103:
7104: */