DBA Data[Home] [Help]

APPS.XLA_TRANSFER_PKG dependencies on V$SESSION

Line 556: , v$session ses

552: FROM xla_ae_headers xah
553: , xla_ae_lines xal
554: , xla_subledgers xs
555: , gl_period_statuses gps
556: , v$session ses
557: WHERE xal.application_id = xah.application_id
558: AND xal.ae_header_id = xah.ae_header_id
559: AND xs.application_id = xah.application_id
560: AND gps.application_id = 101