DBA Data[Home] [Help]

APPS.BEN_EXT_THREAD dependencies on FND_DATE

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

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

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

6812: process(l_errbuf
6813: ,l_retcode
6814: ,p_benefit_action_id
6815: ,l_parameters.pgm_id -- cover for ext_id
6816: ,fnd_date.date_to_canonical(l_parameters.process_date)
6817: ,l_parameters.business_group_id
6818: ,l_ext_rslt_id);
6819:
6820: if g_debug then

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

7128: process(errbuf => l_errbuf
7129: ,retcode => l_retcode
7130: ,p_benefit_action_id => l_benefit_action_id
7131: ,p_ext_dfn_id => l_parameters.pgm_id -- cover for ext_id
7132: ,p_effective_date => fnd_date.date_to_canonical(l_parameters.process_date)
7133: ,p_business_group_id => l_parameters.business_group_id
7134: ,p_ext_rslt_id => l_ext_rslt_id);
7135:
7136: /*

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

7137: process(l_errbuf
7138: ,l_retcode
7139: ,l_benefit_action_id
7140: ,l_parameters.pgm_id -- cover for ext_id
7141: ,fnd_date.date_to_canonical(l_parameters.process_date)
7142: ,l_parameters.business_group_id
7143: ,l_ext_rslt_id);
7144:
7145: */