DBA Data[Home] [Help]

APPS.BEN_PREMIUM_PLAN_CONCURRENT dependencies on DT_FNDATE

Line 117: dt_fndate.change_ses_date

113: l_effective_date := trunc(fnd_date.canonical_to_date(p_effective_date));
114: l_first_day_of_month := trunc(fnd_date.canonical_to_date(p_first_day_of_month));
115: -- Put row in fnd_sessions
116: --
117: dt_fndate.change_ses_date
118: (p_ses_date => l_effective_date,
119: p_commit => l_commit);
120: --
121: l_actn := 'Calling benutils.get_parameter...';