DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on DT_FNDATE

Line 345: -- Replacing the insert dml with a call to the dt_fndate.change_ses_date procedure .

341: l_in_personnel_office_id := p_personnel_office_id;
342: l_exists := FALSE;
343:
344: -- hr_utility.trace_on(null,'sundar');
345: -- Replacing the insert dml with a call to the dt_fndate.change_ses_date procedure .
346:
347: dt_fndate.change_ses_date (p_ses_date => TRUNC (SYSDATE),
348: p_commit => l_commit
349: );

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

343:
344: -- hr_utility.trace_on(null,'sundar');
345: -- Replacing the insert dml with a call to the dt_fndate.change_ses_date procedure .
346:
347: dt_fndate.change_ses_date (p_ses_date => TRUNC (SYSDATE),
348: p_commit => l_commit
349: );
350: -- The previous code did not perform a commit after writing to fnd_sessions
351: -- Hence not issuing a Commit based on the value of the l_commit out variable