DBA Data[Home] [Help]

APPS.XLA_MULTIPERIOD_ACCOUNTING_PKG dependencies on XLA_TRANSACTION_ENTITIES

Line 748: , xla_transaction_entities xte

744: , xla_ledger_relationships_v xlr
745: , xla_subledgers xs
746: , xla_event_types_b xet
747: , xla_event_class_attrs xec
748: , xla_transaction_entities xte
749: WHERE xlr.primary_ledger_id = :1
750: and xlr.relationship_enabled_flag = ''Y''
751: and xlr.ledger_category_code in (''ALC'',''PRIMARY'',''SECONDARY'')
752: and xlr.ledger_id = xah.ledger_id

Line 1013: xla_transaction_entities t

1009: ,h.entity_id
1010: ,t.entity_code
1011: ,h.event_id
1012: FROM xla_ae_headers_gt h,
1013: xla_transaction_entities t
1014: WHERE h.entity_id = t.entity_id
1015: AND h.ledger_id = t.ledger_id
1016: AND t.application_id = g_application_id
1017: AND t.ledger_id = g_ledger_id;