DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COVERAGE dependencies on DT_FNDATE

Line 102: 04-OCT-99 tguy 115.41 - added call to dt_fndate.

98: - Tuned cursors. Replaced
99: c_cvg_plip, c_cvg_pln and
100: c_cvg_oipl with calls to
101: ben_cvg_cache.epeplncvg_getdets.
102: 04-OCT-99 tguy 115.41 - added call to dt_fndate.
103: 13-OCT-99 tguy 115.42 - moved increment value outside of
104: if statement. this fixed bug 3692
105: 14-OCT-99 maagrawa 115.43 Modified level jumping logic.
106: Major change in chk_bnft_ctfn

Line 2366: dt_fndate.change_ses_date

2362: end if;
2363: --
2364: -- put a row into fnd_sessions
2365: --
2366: dt_fndate.change_ses_date
2367: (p_ses_date => p_effective_date,
2368: p_commit => l_commit);
2369: --
2370: l_not_found := false;