DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_DESIGNEE_ELIG dependencies on DT_FNDATE

Line 44: * 06-Oct-99 tguy 115.21 added call to dt_fndate

40: * to dependent eligibility process
41: * to return ineligible reason.
42: * 02-Sep-99 maagrawa 115.19 Added HIPAA communications.
43: * 07-Sep-99 tguy 115.20 fixed call to pay_mag_util
44: * 06-Oct-99 tguy 115.21 added call to dt_fndate
45: * 12-Oct-99 maagrawa 115.22 ben_env_object.init call added
46: * to do_multithread.
47: * 02-Nov-99 maagrawa 115.23 Coverage through date to be effective
48: * date if the calculated date is less

Line 355: dt_fndate.change_ses_date

351: l_effective_date := trunc(fnd_date.canonical_to_date(p_effective_date));
352: --
353: -- Put row in fnd_sessions
354: --
355: dt_fndate.change_ses_date
356: (p_ses_date => l_effective_date,
357: p_commit => l_commit);
358: --
359: l_actn := 'Calling benutils.get_parameter...';

Line 786: dt_fndate.change_ses_date

782: l_effective_date := trunc(fnd_date.canonical_to_date(p_effective_date));
783: --
784: -- Put row in fnd_sessions
785: --
786: dt_fndate.change_ses_date
787: (p_ses_date => l_effective_date,
788: p_commit => l_commit);
789: --
790: l_actn := 'Initialize the ben_batch_utils cache...';