RCS_BUSINESS_OBJECT_CATALOG

This table contains Business Objects along with the physical entity and corresponding extract view details.

Details

  • Schema: FUSION

  • Object owner: RCS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

RCS_BUSINESS_OBJ_CATALOG_PK

CATALOG_ID

Columns

Name Datatype Length Precision Not-null Comments
CATALOG_ID NUMBER 18 Yes Business object catalog identifier.
PHYSICAL_ENTITY VARCHAR2 30 Yes Identifies the table of the business object.
BUSINESS_OBJECT VARCHAR2 100 Yes Indicates name of the Business Object.
BUSINESS_VIEW VARCHAR2 100 Yes Name of the Extract Business Views corresponding to specific Business Object.
MODULE_NAME VARCHAR2 100 Yes Module Name which contains the Business Object.
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
RCS_BUSINESS_OBJ_CATALOG_U1 Unique DEFAULT CATALOG_ID, ORA_SEED_SET1
RCS_BUSINESS_OBJ_CATALOG_U11 Unique DEFAULT CATALOG_ID, ORA_SEED_SET2
RCS_BUSINESS_OBJ_CATALOG_U2 Unique DEFAULT PHYSICAL_ENTITY, BUSINESS_OBJECT, BUSINESS_VIEW, MODULE_NAME, ORA_SEED_SET1
RCS_BUSINESS_OBJ_CATALOG_U21 Unique DEFAULT PHYSICAL_ENTITY, BUSINESS_OBJECT, BUSINESS_VIEW, MODULE_NAME, ORA_SEED_SET2