DBA Data[Home] [Help]

APPS.XLA_JOURNAL_ENTRIES_PUB_PKG dependencies on XLA_AE_HEADERS

Line 349: FROM xla_ae_headers xah, xla_events evt

345: -- Validation
346: -----------------------------------------------------------------------------------
347: SELECT evt.process_status_code
348: INTO l_process_status
349: FROM xla_ae_headers xah, xla_events evt
350: WHERE xah.application_id = p_application_id
351: AND xah.ae_header_id = p_ae_header_id
352: AND evt.application_id = p_application_id
353: AND xah.event_id = evt.event_id;

Line 516: , xla_ae_headers xah

512:
513: CURSOR c_funct_curr IS
514: SELECT xgl.currency_code, xsu.je_source_name
515: FROM xla_gl_ledgers_v xgl
516: , xla_ae_headers xah
517: , xla_events evt
518: , xla_subledgers xsu
519: WHERE xgl.ledger_id = xah.ledger_id
520: AND xsu.application_id = xah.application_id