DBA Data[Home] [Help]

APPS.PAY_US_PTO_CO_PKG dependencies on DT_FNDATE

Line 201: dt_fndate.set_effective_date

197: -- As this procedure is called from concurrent request, a row in fnd_session
198: -- should be inserted sothat the fastformula databse item SQL's which are having joins
199: -- to fnd_sessions would not fail.
200: --
201: dt_fndate.set_effective_date
202: (p_effective_date => trunc(sysdate)
203: ,p_do_commit => true
204: ) ;
205: --