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 360: dt_fndate.change_ses_date

356: l_effective_date := trunc(fnd_date.canonical_to_date(p_effective_date));
357: --
358: -- Put row in fnd_sessions
359: --
360: dt_fndate.change_ses_date
361: (p_ses_date => l_effective_date,
362: p_commit => l_commit);
363: --
364: l_actn := 'Calling benutils.get_parameter...';

Line 791: dt_fndate.change_ses_date

787: l_effective_date := trunc(fnd_date.canonical_to_date(p_effective_date));
788: --
789: -- Put row in fnd_sessions
790: --
791: dt_fndate.change_ses_date
792: (p_ses_date => l_effective_date,
793: p_commit => l_commit);
794: --
795: l_actn := 'Initialize the ben_batch_utils cache...';