PJF_RES_FORMATS_B

This table stores information pertaining to pre-defined resource formats in Oracle Projects

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJF_RES_FORMATS_B_PK

RES_FORMAT_ID

Columns

Name Datatype Length Precision Not-null Comments
RES_FORMAT_ID NUMBER 18 Yes Unique identifier of resource format.
PARENT_RES_TYPE_ID NUMBER 18 Resource type identifier of the parent resource format. *****
RES_TYPE_ID NUMBER 18 Yes Resource type (if any) of the resource format.
PARENT_RES_FORMAT_ID NUMBER 18 Resource format Id of the parent format. *****
RES_TYPE_ID_LEVEL1 NUMBER 18 Yes Resource type identifier of the first resource type in resource format. *****
RES_TYPE_ID_LEVEL2 NUMBER 18 Resource type identifier of the second resource type in resource format. *****
RES_TYPE_ID_LEVEL3 NUMBER 18 Resource type identifier of the third resource type in resource format. *****
PEOPLE_CLASS_FLAG VARCHAR2 1 Yes Flag to identify People resource class, if this resource format belongs to People resource class. *****
EQUIPMENT_CLASS_FLAG VARCHAR2 1 Yes Flag to identify Equipment resource class, if this resource format belongs to Equipment resource class. *****
MATERIAL_ITEM_CLASS_FLAG VARCHAR2 1 Yes Flag to identify Material Item resource class, if this resource format belongs to Material Item resource class. *****
FINANCIAL_ELEM_CLASS_FLAG VARCHAR2 1 Yes Flag to identify Financial Resource resource class, if this resource format belongs to Financial Resource resource class. *****
RESOURCE_CLASS_FLAG VARCHAR2 1 Yes Indicates the resource is a resource class.
RES_FORMAT_SEQ NUMBER 18 Yes The display number for the format, used in ordering. *****
RES_TYPE_DISP_CHARS NUMBER 18 Default number of characters used for each resource format segment used to generate resource alias. *****
FORMAT_LEVEL NUMBER 18 Yes Level of Resource format. E.g. 1, 2, 3 *****
FORMAT_TOKEN VARCHAR2 30 Yes Resource token, which will be the combination of resource type scode. E.g. format Organization-job-Named Person token will be ORG,JOB,PER. *****
PER_RC_PREC NUMBER 18 Yes Sum of the people resource class precedence of all the resource type, which are part of the format. *****
EQP_RC_PREC NUMBER 18 Yes Sum of the equipment resource class precedence of all the resource type, which are part of the format. *****
MAT_RC_PREC NUMBER 18 Yes Sum of the material resource class precedence of all the resource type, which are part of the format *****
FIN_RC_PREC NUMBER 18 Yes Sum of the financial resource class precedence of all the resource type, which are part of the format. *****
PER_LEVEL_SEQ VARCHAR2 30 Yes Level wise string of the of the people resource class precedence of all the resource type, which are part of the format *****
EQP_LEVEL_SEQ VARCHAR2 30 Yes Level wise string of the of the equipment resource class precedence of all the resource type, which are part of the format *****
MAT_LEVEL_SEQ VARCHAR2 30 Yes Level wise string of the of the material resource class precedence of all the resource type, which are part of the format *****
FIN_LEVEL_SEQ VARCHAR2 30 Yes Level wise string of the of the financial resource class precedence of all the resource type, which are part of the format *****
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
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_RES_FORMATS_B pjf_res_types_b RES_TYPE_ID
pjf_plan_rbs_formats pjf_res_formats_b RES_FORMAT_ID
pjf_res_formats_tl pjf_res_formats_b RES_FORMAT_ID

Indexes

Index Uniqueness Tablespace Columns
PJF_RES_FORMATS_B_N1 Non Unique Default RES_TYPE_ID
PJF_RES_FORMATS_B_U1 Unique Default RES_FORMAT_ID, ORA_SEED_SET1
PJF_RES_FORMATS_B_U11 Unique Default RES_FORMAT_ID, ORA_SEED_SET2