Search Results xla_entity_types_b
Overview
The XLA_ENTITY_TYPES_B table is a core master data table within the Oracle E-Business Suite Subledger Accounting (XLA) architecture. It serves as the definitive repository for all event entity definitions. An event entity is a fundamental concept in Subledger Accounting that represents a business object or transaction type, such as an Invoice, Payment, or Journal, for which accounting events can be raised. The table's primary role is to define and group related event classes, establishing the foundational framework upon which the entire event-based accounting model is built. By centralizing entity definitions, it enables the consistent processing, validation, and accounting of transactions across all subledger applications.
Key Information Stored
The table stores the essential attributes that define an event entity. While the full column list is proprietary, the documented primary key structure reveals the most critical fields. The combination of APPLICATION_ID and ENTITY_CODE uniquely identifies each entity record. The APPLICATION_ID links the entity to its originating Oracle EBS product module (e.g., Payables, Receivables). The ENTITY_CODE is the internal identifier for the business object, such as 'AP_INVOICES' or 'AR_CASH_RECEIPTS'. Other typical columns in this and related _B/_TL tables would include columns for the enabled status, creation and update dates, and translated names (ENTITY_NAME) for multilingual support, though these are not explicitly detailed in the provided excerpt.
Common Use Cases and Queries
This table is primarily referenced for setup verification, troubleshooting, and reporting on the Subledger Accounting framework. Common scenarios include validating that an entity is registered and active for a given application, or generating a list of all entities available within the system. A typical query would join with the corresponding _TL table to retrieve user-friendly names.
- List all active entities for a specific application:
SELECT et.entity_code, etl.entity_name
FROM xla_entity_types_b et, xla_entity_types_tl etl
WHERE et.application_id = 200 -- e.g., Payables
AND et.enabled_flag = 'Y'
AND et.entity_code = etl.entity_code
AND etl.language = USERENV('LANG'); - Verify entity setup for transaction processing: This query is often a first step in diagnosing why accounting events are not being generated for a specific transaction type.
Related Objects
The XLA_ENTITY_TYPES_B table has defined relationships with several other key Subledger Accounting tables via its primary key. The most significant relationships include:
- XLA_EVENT_CLASSES_B: Event classes are grouped under a specific event entity. The relationship is typically established via APPLICATION_ID and ENTITY_CODE.
- XLA_EVENT_TYPES_B: Event types are associated with an event class and, by extension, its parent entity. The link is propagated through the event class definition.
- XLA_TRANSACTION_ENTITIES: This table stores instances of the entities defined in XLA_ENTITY_TYPES_B (e.g., a specific invoice). It references the entity definition using APPLICATION_ID and ENTITY_CODE.
- XLA_ENTITY_TYPES_TL: The corresponding translation table that stores the user-facing name (ENTITY_NAME) for each ENTITY_CODE and APPLICATION_ID combination in multiple languages.
-
Table: XLA_ENTITY_TYPES_B
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ENTITY_TYPES_B, object_name:XLA_ENTITY_TYPES_B, status:VALID, product: XLA - Subledger Accounting , description: The XLA_ENTITY_TYPES_B table stores all event entities that are used to group event classes. , implementation_dba_data: XLA.XLA_ENTITY_TYPES_B ,
-
Table: XLA_ENTITY_TYPES_B
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ENTITY_TYPES_B, object_name:XLA_ENTITY_TYPES_B, status:VALID, product: XLA - Subledger Accounting , description: The XLA_ENTITY_TYPES_B table stores all event entities that are used to group event classes. , implementation_dba_data: XLA.XLA_ENTITY_TYPES_B ,
-
APPS.XLA_CMP_LOCK_PAD_PKG dependencies on XLA_ENTITY_TYPES_B
12.1.1
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_ENTITY_TYPES_B
12.1.1
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_ENTITY_TYPES_B
12.1.1
-
APPS.XLA_EVENTS_PKG dependencies on XLA_ENTITY_TYPES_B
12.1.1
-
APPS.LNS_XLA_EVENTS dependencies on XLA_ENTITY_TYPES_B
12.1.1
-
APPS.XLA_ENTITY_TYPES_F_PKG dependencies on XLA_ENTITY_TYPES_B
12.1.1
-
APPS.XLA_CMP_LOCK_PAD_PKG dependencies on XLA_ENTITY_TYPES_B
12.2.2
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_ENTITY_TYPES_B
12.2.2
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_ENTITY_TYPES_B
12.2.2
-
APPS.XLA_EVENTS_PKG dependencies on XLA_ENTITY_TYPES_B
12.2.2
-
APPS.XLA_ENTITY_TYPES_F_PKG dependencies on XLA_ENTITY_TYPES_B
12.2.2
-
APPS.LNS_XLA_EVENTS dependencies on XLA_ENTITY_TYPES_B
12.2.2
-
VIEW: XLA.XLA_ENTITY_TYPES_B#
12.2.2
owner:XLA, object_type:VIEW, object_name:XLA_ENTITY_TYPES_B#, status:VALID,
-
Table: ZX_LINES_SUMMARY
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_LINES_SUMMARY, object_name:ZX_LINES_SUMMARY, status:VALID, product: ZX - E-Business Tax , description: This table stores the summarized tax lines for transactions of multiple event classes. , implementation_dba_data: ZX.ZX_LINES_SUMMARY ,
-
TRIGGER: APPS.XLA_ENTITY_TYPES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XLA_ENTITY_TYPES_B+, status:VALID,
-
VIEW: APPS.XLA_ENTITY_TYPES_VL
12.1.1
-
SYNONYM: APPS.XLA_ENTITY_TYPES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XLA_ENTITY_TYPES_B, status:VALID,
-
VIEW: APPS.XLA_ENTITY_TYPES_VL
12.2.2
-
VIEW: XLA.XLA_ENTITY_TYPES_B#
12.2.2
-
SYNONYM: APPS.XLA_ENTITY_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XLA_ENTITY_TYPES_B, status:VALID,
-
TRIGGER: APPS.XLA_ENTITY_TYPES_B+
12.2.2
-
APPS.XLA_ENTITY_TYPES_F_PKG SQL Statements
12.2.2
-
FUNCTION: APPS.XLA_ENTITY_TYPES_B=
12.2.2
-
APPS.XLA_ENTITY_TYPES_F_PKG SQL Statements
12.1.1
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_TRANSACTION_ENTITIES_UPG
12.2.2
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_TRANSACTION_ENTITIES_UPG
12.1.1
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_ACCT_LINE_TYPES_B
12.2.2
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_TRANSACTION_ENTITIES
12.1.1
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_TRANSACTION_ENTITIES
12.2.2
-
APPS.XLA_CMP_LOCK_PAD_PKG dependencies on XLA_ENTITY_TYPES_TL
12.2.2
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_ACCT_LINE_TYPES_B
12.1.1
-
TABLE: XLA.XLA_ENTITY_TYPES_B
12.1.1
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ENTITY_TYPES_B, object_name:XLA_ENTITY_TYPES_B, status:VALID,
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_EVENT_TYPES_B
12.1.1
-
APPS.XLA_UPG_VERIFICATION_PUB dependencies on XLA_EVENT_TYPES_B
12.2.2
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_EVENT_CLASSES_TL
12.2.2
-
TABLE: XLA.XLA_ENTITY_TYPES_B
12.2.2
owner:XLA, object_type:TABLE, fnd_design_data:XLA.XLA_ENTITY_TYPES_B, object_name:XLA_ENTITY_TYPES_B, status:VALID,
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_SOURCES_B
12.1.1
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_SOURCES_B
12.2.2
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_SOURCES_TL
12.2.2
-
APPS.XLA_CMP_LOCK_PAD_PKG dependencies on XLA_ENTITY_TYPES_TL
12.1.1
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_EVENT_CLASSES_B
12.1.1
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_EVENT_CLASSES_TL
12.1.1
-
APPS.XLA_AAD_LOADER_UTIL_PVT dependencies on XLA_EVENT_CLASSES_B
12.2.2
-
APPS.XLA_CMP_LOCK_PAD_PKG dependencies on XLA_EVENT_CLASSES_B
12.1.1
-
APPS.LNS_XLA_EVENTS dependencies on XLA_TRANSACTION_ENTITIES
12.2.2
-
APPS.LNS_XLA_EVENTS dependencies on XLA_TRANSACTION_ENTITIES
12.1.1
-
View: XLA_ENTITY_TYPES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ENTITY_TYPES_VL, object_name:XLA_ENTITY_TYPES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ENTITY_TYPES_VL ,
-
View: XLA_ENTITY_TYPES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_ENTITY_TYPES_VL, object_name:XLA_ENTITY_TYPES_VL, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_ENTITY_TYPES_VL ,