PJF_PROJ_NUM_DETAILS
PJF_PROJ_NUM_DETAILS stores the project numbering implementation details. Record in this table identify whether project numbering is Automatic or manual. Manual project numbering can be setup as Alphanumeric/Numeric for the selected project numbering source such as Project Unit , Business Unit or Project Type.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJF_PROJ_NUM_DETAILS_PK |
DETERMINANT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DETERMINANT_ID | NUMBER | 18 | Yes | Stores project auto numbering source determinant identifier. | |
SOURCE_CODE | VARCHAR2 | 30 | Yes | Stores project auto numbering source identifier. | |
DETERMINANT_VALUE_ID | NUMBER | 18 | Stores source determinant value identifier. | ||
METHOD_CODE | VARCHAR2 | 25 | Yes | Stores Automatic or Manual value for Auto numbering details. | |
NUMBER_TYPE | VARCHAR2 | 25 | Stores Alphanumeric or Numeric value for auto numbering type. | ||
PREFIX_VALUE | VARCHAR2 | 7 | Stores prefix value for Automatic project auto numbering type. | ||
START_AUTOMATIC_NUMBER | NUMBER | 18 | Stores the starting number for an automatic project with auto numbering. | ||
NEXT_AUTOMATIC_NUMBER | NUMBER | 18 | Stores the next number for an automatic project with auto numbering. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
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_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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_PROJ_NUM_DETAILS_U1 | Unique | Default | DETERMINANT_ID |
PJF_PROJ_NUM_DETAILS_U2 | Unique | Default | SOURCE_CODE, DETERMINANT_VALUE_ID |