DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on DT_FNDATE

Line 78: * 06-Oct-1999 tguy 115.36 added call to dt_fndate

74: * 25-Aug-1999 Gperry 115.32 Added ben_env_object call to multithread.
75: * 25-AUG-1999 Gperry 115.33 Leapfrog of 115.30 with ben_env_object fix.
76: * 25-AUG-1999 Gperry 115.34 Leapfrog of 115.32 with ben_env_object fix.
77: * 14-SEP-1999 shdas 115.35 added bnft_val to election_information
78: * 06-Oct-1999 tguy 115.36 added call to dt_fndate
79: * 19-Oct-1999 maagrawa 115.37 Call to write_table_and_file changed to
80: * log the messages in the log file.
81: * 10-Nov-1999 jcarpent 115.38 Switched order of post_enrollment and
82: * post_results calls so that pil is not

Line 142: * 10-Jan-05 lakrish 115.73 3989075, call dt_fndate.change_ses_date to insert a row into

138: * 13-sep-04 vvprabhu 115.70 Bug 3876613 Procedure Default_Comp_obj_w added
139: * 05-nov-04 vvprabhu 115.71 Bug 3978573 parameter p_called_from_ss added to
140: * Default_Comp_obj to pypass multi_row_edit when called from SSBEN.
141: * 03-Dec-04 ikasire 115.72 Bug 4046914
142: * 10-Jan-05 lakrish 115.73 3989075, call dt_fndate.change_ses_date to insert a row into
143: * fnd_sessions while running default enrt process from SS
144: * 26-Jan-05 ikasire 115.74 BUG 4064635 CF Suspended Interim Changes
145: * 26-May-05 vborkar 115.75 Bug 4387247 : In wrapper method exception
146: * handlers changes made to avoid null errors

Line 480: dt_fndate.change_ses_date

476: l_effective_date := fnd_date.canonical_to_date(p_effective_date);
477: --
478: -- Put row in fnd_sessions
479: --
480: dt_fndate.change_ses_date
481: (p_ses_date => l_effective_date,
482: p_commit => l_commit);
483: --
484: l_actn := 'Calling benutils.get_parameter...';

Line 921: dt_fndate.change_ses_date

917: l_effective_date := fnd_date.canonical_to_date(p_effective_date);
918: --
919: -- Put row in fnd_sessions
920: --
921: dt_fndate.change_ses_date
922: (p_ses_date => l_effective_date,
923: p_commit => l_commit);
924: --
925: l_actn := 'Initialize the ben_batch_utils cache...';

Line 2287: dt_fndate.change_ses_date

2283: end if;
2284: --
2285:
2286: -- Bug 3989075, Put row in fnd_sessions for SS processing
2287: dt_fndate.change_ses_date
2288: (p_ses_date => p_effective_date,
2289: p_commit => l_commit);
2290:
2291: Default_Comp_obj