DBA Data[Home] [Help]

APPS.PAY_JP_LTAX_IMP_PKG dependencies on DUAL

Line 165: from dual

161: effective_date)
162: select
163: userenv('sessionid'),
164: p_effective_date
165: from dual
166: where not exists(
167: select null
168: from fnd_sessions
169: where session_id = userenv('sessionid')