DBA Data[Home] [Help]

APPS.BEN_PURGE_BCKDT_VOIDED dependencies on DT_FNDATE

Line 386: dt_fndate.change_ses_date

382: l_to_ocrd_date:=trunc(fnd_date.canonical_to_date(p_to_ocrd_date));
383:
384: -- Put row in fnd_sessions
385: --
386: dt_fndate.change_ses_date
387: (p_ses_date => l_effective_date,
388: p_commit => l_commit);
389:
390: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');

Line 882: dt_fndate.change_ses_date

878: l_to_ocrd_date :=trunc(fnd_date.canonical_to_date(p_to_ocrd_date));
879: --
880: -- Put row in fnd_sessions
881: --
882: dt_fndate.change_ses_date
883: (p_ses_date => l_effective_date,
884: p_commit => l_commit);
885: --
886: l_actn := 'Calling benutils.get_parameter...';