DBA Data[Home] [Help]

APPS.XLA_REVERSE_EVENTS_PVT_PKG dependencies on GL_LEDGERS

Line 744: FROM gl_ledgers gl

740: AND DECODE(xlr.ledger_category_code ,'SECONDARY',xlo.capture_event_flag ,'N') = 'N'
741: AND DECODE(xlr.ledger_category_code ,'ALC','Y',xlo.enabled_flag) = 'Y' )
742: UNION ALL
743: SELECT gl.ledger_id
744: FROM gl_ledgers gl
745: WHERE gl.ledger_id = g_ledger_id
746: AND gl.ledger_category_code = 'SECONDARY'
747: );
748:

Line 991: gl_ledgers gl

987: , -9999
988: FROM xla_ae_lines xal ,
989: xla_ae_headers_gt xah ,
990: xla_ledger_options xlo ,
991: gl_ledgers gl
992: WHERE xal.application_id = g_application_id
993: AND xal.ae_header_id = xah.parent_header_id
994: AND xah.ledger_id = gl.ledger_id
995: AND xlo.application_id = xal.application_id