PJS_MT_MEASURES_B

Contains measures for a measure set.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJS_MT_MEASURES_B_PK

MEASURE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
MEASURE_ID NUMBER 18 Yes Measure Identifier
MEASURE_SET_CODE VARCHAR2 80 Yes Measure Set Identifier Active
MEASURE_CODE VARCHAR2 60 Yes Measure Code Active
BASE_MEASURE_ID_1 NUMBER 18 Identifier of the first measure that's used to compute the calculated measure.
BASE_MEASURE_ID_2 NUMBER 18 Identifier of the second measure that's used to compute the calculated measure.
MULTIPLIER NUMBER Measure Multipler
CALC_FORMULA_CODE VARCHAR2 30 Stores the code that identifies the actual formula used to compute the calculated performance measure.
XTD_TYPE VARCHAR2 30 XTD Type Active
MEASURE_FORMULA VARCHAR2 240 MEASURE_FORMULA ***** Active
TIMEVIEW_DIM VARCHAR2 30 TIMEVIEW_DIM *****
GRAPH_DISPLAY VARCHAR2 1 GRAPH_DISPLAY *****
GRAPH_TYPE VARCHAR2 30 GRAPH_TYPE *****
ENABLE_FLAG VARCHAR2 1 ENABLE_FLAG *****
DEFAULT_DISPLAY_FLAG VARCHAR2 3 DEFAULT_DISPLAY_FLAG *****
DEFAULT_COST_DISPLAY_FLAG VARCHAR2 1 DEFAULT_COST_DISPLAY_FLAG *****
DEFAULT_CAPITAL_DISPLAY_FLAG VARCHAR2 1 DEFAULT_CAPITAL_DISPLAY_FLAG *****
PROGRAM_ENABLED_FLAG VARCHAR2 1 Indicates whether the measure is enabled for programs. If yes, then the measure is eligible for display and monitoring in the program UI.
DEFAULT_PROGRAM_DISPLAY_FLAG VARCHAR2 1 Indicates whether the enabled measure is displayed by default. If yes, the measure is included in the default set of columns that display in the analyze program UI.
REST_ATTRIBUTE_NAME VARCHAR2 80 The column supporting rest service attribute name, reserved for internal use.
APPLICABLE_FOR VARCHAR2 30 Indicates if the measure is applicable for either the project or program.
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. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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.
ADDL_ATTR_CHAR_1 VARCHAR2 150 Oracle internal use only.
ADDL_ATTR_CHAR_2 VARCHAR2 150 Oracle internal use only.
ADDL_ATTR_CHAR_3 VARCHAR2 150 Oracle internal use only.
ADDL_ATTR_CHAR_4 VARCHAR2 150 Oracle internal use only.
ADDL_ATTR_CHAR_5 VARCHAR2 150 Oracle internal use only.
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
PJS_MT_MEASURES_B pjs_mt_measure_sets_b MEASURE_SET_CODE
pjs_mt_related_measures pjs_mt_measures_b PRIMARY_MEASURE_ID
pjs_mt_related_measures pjs_mt_measures_b RELATED_MEASURE_ID
pjs_mt_measures_tl pjs_mt_measures_b MEASURE_ID
pjs_perf_transactions pjs_mt_measures_b MEASURE_ID
pjs_perf_bz_measures pjs_mt_measures_b MEASURE_ID
pjs_perf_rules_b pjs_mt_measures_b MEASURE_ID

Indexes

Index Uniqueness Tablespace Columns
PJS_MT_MEASURES_B_U1 Unique Default MEASURE_ID, ORA_SEED_SET1
PJS_MT_MEASURES_B_U11 Unique Default MEASURE_ID, ORA_SEED_SET2