Search Results oe_ak_objects_ext
Overview
The OE_AK_OBJECTS_EXT table is a core extension table within the Oracle E-Business Suite (EBS) Order Management (ONT) module. It serves as a critical repository for storing supplementary data that extends the functionality of the base AK_OBJECTS table, which is part of the Oracle Application Object Library's (AK) core objects framework. Its primary role is to act as a central reference point for various Order Management entities, particularly those related to the advanced and complex configuration of pricing, constraints, and validation rules. By linking to the foundational AK_OBJECTS, this table enables the association of specific business logic and attributes with standard application objects, facilitating sophisticated customization and rule processing within the order-to-cash cycle.
Key Information Stored
The table's structure is defined by its primary and foreign key relationships. The primary key is the ENTITY_ID column, which uniquely identifies each extended object record. Two other critical columns establish its foundational links to other core EBS tables: DATABASE_OBJECT_NAME, which foreign keys to the AK_OBJECTS table, and DATA_OBJECT_CODE, which foreign keys to the FND_DOCUMENT_ENTITIES table. While the specific descriptive attribute columns are not detailed in the provided metadata, the table's purpose is to hold the additional data required by the Order Management module for the entities referenced by these keys. This typically includes metadata that qualifies or configures the base object for use in specific OM processes like pricing calculations and order validation.
Common Use Cases and Queries
This table is predominantly accessed indirectly through the application's pricing and constraint engines or via technical investigations. A common use case involves tracing the configuration of a specific pricing constraint or validation rule back to its defining entity. For example, to identify all extended entity definitions related to pricing, a developer or analyst might join to the related pricing tables. A foundational query to retrieve basic extension information would be:
- SELECT ext.entity_id, ext.database_object_name, ext.data_object_code FROM ont.oe_ak_objects_ext ext WHERE ext.database_object_name LIKE '%PRICE%';
Direct manipulation of this table is rare; it is primarily maintained by the application's own processes and seeded data scripts. Reporting is typically performed on the business data in the related tables (e.g., OE_PC_CONSTRAINTS) rather than on this metadata table directly.
Related Objects
OE_AK_OBJECTS_EXT is a hub for several key Order Management objects, as evidenced by its foreign key relationships. The documented dependencies are:
- Parent Tables: AK_OBJECTS (joined on DATABASE_OBJECT_NAME) and FND_DOCUMENT_ENTITIES (joined on DATA_OBJECT_CODE).
- Child Tables (referencing OE_AK_OBJECTS_EXT.ENTITY_ID):
- OE_PC_CONDITIONS (VALIDATION_ENTITY_ID)
- OE_PC_CONSTRAINTS (ENTITY_ID)
- OE_PC_RSETS (ENTITY_ID)
- OE_PC_VALIDATION_PKGS (VALIDATING_ENTITY_ID and VALIDATION_ENTITY_ID)
- OE_PC_VTMPLTS (ENTITY_ID)
These relationships explicitly position OE_AK_OBJECTS_EXT as the central entity registry for the Pricing Engine's conditions, constraints, rule sets, validation packages, and validation templates within Oracle Order Management.
-
Table: OE_AK_OBJECTS_EXT
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_AK_OBJECTS_EXT, object_name:OE_AK_OBJECTS_EXT, status:VALID, product: ONT - Order Management , description: Extension tables to AK_OBJECTS which is used to store additional data , implementation_dba_data: ONT.OE_AK_OBJECTS_EXT ,
-
Table: OE_AK_OBJECTS_EXT
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_AK_OBJECTS_EXT, object_name:OE_AK_OBJECTS_EXT, status:VALID, product: ONT - Order Management , description: Extension tables to AK_OBJECTS which is used to store additional data , implementation_dba_data: ONT.OE_AK_OBJECTS_EXT ,
-
Table: OE_PC_VALIDATION_PKGS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_VALIDATION_PKGS, object_name:OE_PC_VALIDATION_PKGS, status:VALID, product: ONT - Order Management , description: This table stores the names of the dynamically generated constraints validation packages. , implementation_dba_data: ONT.OE_PC_VALIDATION_PKGS ,
-
View: OE_DEF_AK_FKEYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DEF_AK_FKEYS_V, object_name:OE_DEF_AK_FKEYS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_DEF_AK_FKEYS_V ,
-
Table: OE_PC_VALIDATION_PKGS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_VALIDATION_PKGS, object_name:OE_PC_VALIDATION_PKGS, status:VALID, product: ONT - Order Management , description: This table stores the names of the dynamically generated constraints validation packages. , implementation_dba_data: ONT.OE_PC_VALIDATION_PKGS ,
-
View: OE_DEF_AK_FKEYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DEF_AK_FKEYS_V, object_name:OE_DEF_AK_FKEYS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_DEF_AK_FKEYS_V ,
-
View: OE_PC_CONDITIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_CONDITIONS_V, object_name:OE_PC_CONDITIONS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_PC_CONDITIONS_V ,
-
View: OE_PC_CONDITIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_CONDITIONS_V, object_name:OE_PC_CONDITIONS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_PC_CONDITIONS_V ,
-
Table: OE_PC_CONDITIONS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_CONDITIONS, object_name:OE_PC_CONDITIONS, status:VALID, product: ONT - Order Management , description: This table stores the conditions associated with the constraints identified by constraint_id. , implementation_dba_data: ONT.OE_PC_CONDITIONS ,
-
Table: OE_PC_VTMPLTS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_VTMPLTS, object_name:OE_PC_VTMPLTS, status:VALID, product: ONT - Order Management , description: This table stores the constraint validation templates that are used in constraint conditions. , implementation_dba_data: ONT.OE_PC_VTMPLTS ,
-
Table: OE_PC_CONSTRAINTS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_CONSTRAINTS, object_name:OE_PC_CONSTRAINTS, status:VALID, product: ONT - Order Management , description: This table stores the constraints that prevent create/update/delete of order entities. , implementation_dba_data: ONT.OE_PC_CONSTRAINTS ,
-
Table: OE_PC_CONSTRAINTS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_CONSTRAINTS, object_name:OE_PC_CONSTRAINTS, status:VALID, product: ONT - Order Management , description: This table stores the constraints that prevent create/update/delete of order entities. , implementation_dba_data: ONT.OE_PC_CONSTRAINTS ,
-
Table: OE_PC_RSETS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS, object_name:OE_PC_RSETS, status:VALID, product: ONT - Order Management , description: This table store the constraint record sets and the constraint conditions can be built to validate against any or all the records in this record set. , implementation_dba_data: ONT.OE_PC_RSETS ,
-
View: OE_PC_RSET_SEL_COLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_RSET_SEL_COLS_V, object_name:OE_PC_RSET_SEL_COLS_V, status:VALID, product: ONT - Order Management , description: This view stores the columns to be matched for the record set. , implementation_dba_data: APPS.OE_PC_RSET_SEL_COLS_V ,
-
View: OE_PC_ENTITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_ENTITIES_V, object_name:OE_PC_ENTITIES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_PC_ENTITIES_V ,
-
View: OE_PC_ENTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_ENTITIES_V, object_name:OE_PC_ENTITIES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_PC_ENTITIES_V ,
-
View: OE_PC_VTMPLT_COLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_VTMPLT_COLS_V, object_name:OE_PC_VTMPLT_COLS_V, status:VALID, product: ONT - Order Management , description: This view stores columns for the validation templates. , implementation_dba_data: APPS.OE_PC_VTMPLT_COLS_V ,
-
Table: OE_PC_VTMPLTS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_VTMPLTS, object_name:OE_PC_VTMPLTS, status:VALID, product: ONT - Order Management , description: This table stores the constraint validation templates that are used in constraint conditions. , implementation_dba_data: ONT.OE_PC_VTMPLTS ,
-
Table: OE_PC_CONDITIONS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_CONDITIONS, object_name:OE_PC_CONDITIONS, status:VALID, product: ONT - Order Management , description: This table stores the conditions associated with the constraints identified by constraint_id. , implementation_dba_data: ONT.OE_PC_CONDITIONS ,
-
Table: OE_PC_RSETS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PC_RSETS, object_name:OE_PC_RSETS, status:VALID, product: ONT - Order Management , description: This table store the constraint record sets and the constraint conditions can be built to validate against any or all the records in this record set. , implementation_dba_data: ONT.OE_PC_RSETS ,
-
View: OE_PC_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_ATTRIBUTES_V, object_name:OE_PC_ATTRIBUTES_V, status:VALID, product: ONT - Order Management , description: This view stores the attributes of sales order entities. , implementation_dba_data: APPS.OE_PC_ATTRIBUTES_V ,
-
View: OE_PC_RSET_SEL_COLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_RSET_SEL_COLS_V, object_name:OE_PC_RSET_SEL_COLS_V, status:VALID, product: ONT - Order Management , description: This view stores the columns to be matched for the record set. , implementation_dba_data: APPS.OE_PC_RSET_SEL_COLS_V ,
-
View: OE_PC_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_ATTRIBUTES_V, object_name:OE_PC_ATTRIBUTES_V, status:VALID, product: ONT - Order Management , description: This view stores the attributes of sales order entities. , implementation_dba_data: APPS.OE_PC_ATTRIBUTES_V ,
-
View: OE_PC_VTMPLT_COLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PC_VTMPLT_COLS_V, object_name:OE_PC_VTMPLT_COLS_V, status:VALID, product: ONT - Order Management , description: This view stores columns for the validation templates. , implementation_dba_data: APPS.OE_PC_VTMPLT_COLS_V ,
-
View: OE_DEF_CONDITIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DEF_CONDITIONS_VL, object_name:OE_DEF_CONDITIONS_VL, status:VALID, product: ONT - Order Management , description: This view stores the defaulting conditions. , implementation_dba_data: APPS.OE_DEF_CONDITIONS_VL ,
-
View: OE_DEF_AK_OBJ_EXT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DEF_AK_OBJ_EXT_V, object_name:OE_DEF_AK_OBJ_EXT_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_DEF_AK_OBJ_EXT_V ,
-
View: OE_DEF_AK_OBJ_EXT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DEF_AK_OBJ_EXT_V, object_name:OE_DEF_AK_OBJ_EXT_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_DEF_AK_OBJ_EXT_V ,
-
View: OE_DEF_CONDITIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DEF_CONDITIONS_VL, object_name:OE_DEF_CONDITIONS_VL, status:VALID, product: ONT - Order Management , description: This view stores the defaulting conditions. , implementation_dba_data: APPS.OE_DEF_CONDITIONS_VL ,