DBA Data[Home] [Help]

APPS.PAY_KR_FF_FUNCTIONS_PKG dependencies on FND_SESSIONS

Line 193: from fnd_sessions

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