ACA_CS_OBJECT_ADAPTER

This is the Adapter metadata table. Provides the information about the implementing adapter class, search taskflow, object quick view taskflow etc for an object type.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ACA_CS_OBJECT_ADAPTER_PK

OBJECT_TYPE

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
OBJECT_TYPE VARCHAR2 30 Yes Name of the object(Idea, Design etc)
OBJECT_TYPE_DISPLAY VARCHAR2 100 Display name of the object type which will be displayed on add references popup.
OBJECT_CLASS_NAME VARCHAR2 200 Yes Fully qualified class name of the impl class(Eg oracle.apps.scm.customerNeedsManagement.ideas.uiModel.adapter.CnmIdeaAdapterImpl)
SEARCH_TASKFLOW VARCHAR2 300 Name of the task flow for search
MAPPING_SET_NAME VARCHAR2 80 Mapping Set Name. Added to support A9/E6 Parity
OBJECT_CLASSIFICATION NUMBER 1 Distinguish the object as AU object or IM object (0 for IM/1 for AU). Added to support A9/E6 Parity)
SINGLE_SELECT VARCHAR2 1 Y for Single Select/N for Multi Select
OBJECT_TASKFLOW VARCHAR2 300 Name of the task flow for object view
OBJECT_TASKFLOW_PARAMETERS VARCHAR2 300 Parameters of Object Taskflow for Object View
OBJECT_TASKFLOW_LABEL VARCHAR2 100 This represents the label of the object tasks flow.
VIEW_ID VARCHAR2 100 View Id like(/BusinessPlanWorkarea, /PortfolioWorkarea) for Object View
QUICK_VIEW_TASKFLOW VARCHAR2 300 Name of the task flow for quickview
QUICK_VIEW_TASKFLOW_PARAMETERS VARCHAR2 300 Parameters of Quick view Taskflow.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
ACA_CS_OBJECT_ADAPTER_U1 Unique Default OBJECT_TYPE, ORA_SEED_SET1
ACA_CS_OBJECT_ADAPTER_U11 Unique Default OBJECT_TYPE, ORA_SEED_SET2