DBA Data[Home] [Help]

APPS.PAY_US_PTO_CO_PKG dependencies on DT_FNDATE

Line 197: dt_fndate.set_effective_date

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