PJF_INT_ATTRIBUTE

Microsoft Project Integration Attribute describes the Oracle Projects attributes that are integrated with Microsoft Project and at what level the attribute is controlled. This object will be seeded and will not be updateable by users. The attributes are organized in a hierarchy with a maximum of two levels.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJF_INT_ATTRIBUTE_PK

ATR_CODE

Columns

Name Datatype Length Precision Not-null Comments
ATR_CODE VARCHAR2 30 Yes Lookup type PJF_INT_ATTRIBUTE *****
ATR_COLUMN_NAME VARCHAR2 30 ATR_COLUMN_NAME *****
ATR_PARENT_CODE VARCHAR2 30 ATR_PARENT_CODE *****
ATR_LEVEL VARCHAR2 30 ATR_LEVEL *****
ATR_PARENT_LEVEL_FLAG VARCHAR2 1 Yes Set to 'Y' if the attribute is a grouping of other attributes *****
ATR_PARENT_LEVEL_CONTROL_FLAG VARCHAR2 1 Yes If this flag is set to 'Y' the child attributes in sync rules should consult the parent attribute for send/receive enabled flag. *****
ATR_SORT_ORDER NUMBER 10 Yes ATR_SORT_ORDER *****
ATR_REQUIRED_FOR_NEW_PRJ_FLAG VARCHAR2 1 Yes ATR_REQUIRED_FOR_NEW_PRJ_FLAG *****
ATR_MAPPING_ENABLED_FLAG VARCHAR2 1 Yes ATR_MAPPING_ENABLED_FLAG *****
ATR_IS_COMPUTED VARCHAR2 1 Yes ATR_IS_COMPUTED *****
ATR_DEFAULT_COMPUTED_VALUE VARCHAR2 255 ATR_DEFAULT_COMPUTED_VALUE *****
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.

Foreign Keys

Table Foreign Table Foreign Key Column
pjf_int_attribute_mapping pjf_int_attribute ATRM_ATTRIBUTE_CODE

Indexes

Index Uniqueness Tablespace Columns
PJF_INT_ATTRIBUTE_PK Unique Default ATR_CODE, ORA_SEED_SET1
PJF_INT_ATTRIBUTE_PK1 Unique Default ATR_CODE, ORA_SEED_SET2