DBA Data[Home] [Help]

APPS.XLA_FSAH_INT_PVT dependencies on XLA_GL_LEDGERS_V

Line 876: FROM xla_gl_ledgers_v xgl,

872: SELECT xgl.currency_code, xsu.je_source_name, xah.entity_id,
873: xah.ae_header_id, xah.accounting_date, xah.ledger_id,
874: e.legal_entity_id, xah.accrual_reversal_flag,
875: xe.budgetary_control_flag
876: FROM xla_gl_ledgers_v xgl,
877: xla_ae_headers xah,
878: xla_subledgers xsu,
879: xla_transaction_entities e,
880: xla_events xe

Line 903: l_functional_curr xla_gl_ledgers_v.currency_code%TYPE;

899: AND NVL (xah2.gl_transfer_status_code, 'N') IN
900: ('N', 'NT'));
901:
902: -- CAN BE REVERSED ONLY IF IT IS TRANSFERRED
903: l_functional_curr xla_gl_ledgers_v.currency_code%TYPE;
904: l_je_source_name xla_subledgers.je_source_name%TYPE;
905: l_entity_id INTEGER;
906: l_pri_ae_header_id INTEGER;
907: l_pri_gl_date DATE;