MSC_BUSINESS_OBJECTS_B

This holds the Master Copy of the Business Objects available.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MSC_BUSINESS_OBJECTS_B_PK

BUSINESS_OBJECT

Columns

Name Datatype Length Precision Not-null Comments
BUSINESS_OBJECT VARCHAR2 60 Yes Business Object code (all CAPS, no spaces)
SUPPORTED_VERSIONS NUMBER value=sum of supported version codes
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.
XREF_AVAILABILITY_FLAG NUMBER 1 Flag indicating cross reference availability for the business object collected from source system.
STG_COLL_AVL_FLAG NUMBER 1 Flag used in planning collections. 1-Yes, 2-No.
PLANNING_BO_TYPE NUMBER 1 1- Reference BO, 2- SupplyPlanning Type BO, 3- DemandPlanning Type BO
PIM_TCA_FLAG NUMBER 1 1- PIM BO, 2- TCA BO, 3- DOO BO, 4- Other BO
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.
DEPENDENT_BO_LIST VARCHAR2 200 Comma seperated list of dependent BOs
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.

Foreign Keys

Table Foreign Table Foreign Key Column
msc_cc_collected_bo msc_business_objects_b BUSINESS_OBJECT
msc_cc_bo_entity_map msc_business_objects_b BUSINESS_OBJECT
msc_business_objects_tl msc_business_objects_b BUSINESS_OBJECT

Indexes

Index Uniqueness Tablespace Columns
MSC_BUSINESS_OBJECTS_B_U1 Unique Default BUSINESS_OBJECT, ORA_SEED_SET1
MSC_BUSINESS_OBJECTS_B_U11 Unique Default BUSINESS_OBJECT, ORA_SEED_SET2