DBA Data[Home] [Help]

APPS.GHR_BENEFITS_EIT dependencies on DT_FNDATE

Line 280: dt_fndate.change_ses_date (p_ses_date => TRUNC (SYSDATE),

276: l_business_group_id := p_business_group_id;
277: l_pl_code := p_pl_code;
278: l_opt_code := p_opt_code;
279:
280: dt_fndate.change_ses_date (p_ses_date => TRUNC (SYSDATE),
281: p_commit => l_commit
282: );
283:
284: -- Get Program ID

Line 775: dt_fndate.change_ses_date (p_ses_date => TRUNC (SYSDATE),

771: l_opt_name := p_opt_name;
772:
773: -- hr_utility.trace_on(null,'sundar');
774:
775: dt_fndate.change_ses_date (p_ses_date => TRUNC (SYSDATE),
776: p_commit => l_commit
777: );
778:
779: if l_effective_date < to_date('07/01/2005','MM/DD/YYYY') then

Line 1195: dt_fndate.change_ses_date (p_ses_date => TRUNC(SYSDATE),

1191: hr_utility.set_location('l_effective_date is ' || p_effective_date,1236);
1192: hr_utility.set_location('business_group_id is ' || p_business_group_id,1237);
1193:
1194: --Changing the session date to todays date
1195: dt_fndate.change_ses_date (p_ses_date => TRUNC(SYSDATE),
1196: p_commit => l_commit
1197: );
1198:
1199: -- Get Program ID