DBA Data[Home] [Help]

APPS.XLA_FSAH_INT_PVT dependencies on XLA_SUBLEDGERS

Line 878: xla_subledgers xsu,

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
881: WHERE xgl.ledger_id = xah.ledger_id
882: AND xsu.application_id = xah.application_id

Line 904: l_je_source_name xla_subledgers.je_source_name%TYPE;

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;
908: l_ledger_id INTEGER;