DBA Data[Home] [Help]

APPS.PAY_KR_FF_FUNCTIONS_PKG dependencies on FND_SESSIONS

Line 195: from fnd_sessions

191: -- Bug 4674552: execute query only if effective date is not cached
192: if g_effective_date is null then
193: select effective_date
194: into g_effective_date
195: from fnd_sessions
196: where session_id = userenv('sessionid');
197: --
198: end if ;
199: l_effective_date := to_char(g_effective_date, 'YYYYMMDD') ;