DBA Data[Home] [Help]

APPS.GHR_WF_WGI_PKG dependencies on DT_FNDATE

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

1449: from ghr_pa_requests
1450: where pa_request_id = p_pa_request_id;
1451: --
1452: begin
1453: -- Replacing the insert dml with a call to the dt_fndate.change_ses_date procedure .
1454:
1455: dt_fndate.change_ses_date(p_ses_date => trunc(sysdate),
1456: p_commit => l_commit
1457: );

Line 1455: dt_fndate.change_ses_date(p_ses_date => trunc(sysdate),

1451: --
1452: begin
1453: -- Replacing the insert dml with a call to the dt_fndate.change_ses_date procedure .
1454:
1455: dt_fndate.change_ses_date(p_ses_date => trunc(sysdate),
1456: p_commit => l_commit
1457: );
1458: -- The previous code did not perform a commit after writing to fnd_sessions
1459: -- Hence not issuing a Commit based on the value of the l_commit out variable