DBA Data[Home] [Help]

APPS.PAY_KR_REPORT_PKG dependencies on FND_SESSIONS

Line 503: from fnd_sessions

499: --
500: if g_effective_date is null then
501: select effective_date
502: into g_effective_date
503: from fnd_sessions
504: where session_id = userenv('sessionid');
505: end if;
506: --
507: if g_business_group_id is null or p_business_group_id <> g_business_group_id then