DBA Data[Home] [Help]

APPS.HR_US_FF_UDFS dependencies on DT_FNDATE

Line 263: to call dt_fndate.set_effective_date

259: 09-MAR-2001 ssarma 115.24 Added a new parameter
260: p_hour_calc_override to
261: convert_period_type function.
262: 17-SEP-2001 ptitoren 115.25 Changed insert_session_row procedures
263: to call dt_fndate.set_effective_date
264: to shield our code from future
265: FND_SESSION table changes.
266: 07-FEB-2002 tclewis 115.26 Modified the code around dt_fndate
267: above to first check for the

Line 266: 07-FEB-2002 tclewis 115.26 Modified the code around dt_fndate

262: 17-SEP-2001 ptitoren 115.25 Changed insert_session_row procedures
263: to call dt_fndate.set_effective_date
264: to shield our code from future
265: FND_SESSION table changes.
266: 07-FEB-2002 tclewis 115.26 Modified the code around dt_fndate
267: above to first check for the
268: existence of a row in the FND_Sessions
269: table before making the call.
270: 13-FEB-2002 rsirigir 115.27 Bug 2196352

Line 2915: dt_fndate.set_effective_date(trunc(sysdate));

2911: WHERE session_id = userenv('sessionid');
2912: --
2913: IF v_fnd_sess_row = 'N' THEN
2914:
2915: dt_fndate.set_effective_date(trunc(sysdate));
2916:
2917: END IF;
2918:
2919: --