PJF_PU_IMPL
PJF_PU_IMPL stores the Project Unit Implementation Options.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_PU_IMPL_PK |
PU_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
USER_DEFINED_PROJECT_NUM_CODE | VARCHAR2 | 25 | Yes | The method by which project numbers are entered or generated. | |
MANUAL_PROJECT_NUM_TYPE | VARCHAR2 | 25 | The type of project numbers allowed. | ||
FTE_DAY | NUMBER | 17 | Full Time Equivalent hours per day. | ||
FTE_WEEK | NUMBER | 17 | Full Time Equivalent hours per week. | ||
PU_ID | NUMBER | 18 | Yes | ID of the project unit. | |
DEFAULT_PROJ_CURR_CODE | VARCHAR2 | 15 | Default project currency when a new project is created against the project unit. | ||
DEFAULT_SET_ID | NUMBER | 18 | Default set used for any new reference groups associated to the project unit. Users can override the deault for each reference group. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
exm_project_exp_type_maps | pjf_pu_impl | PROJECT_UNIT_ID |
pjf_pu_bu_relationship | pjf_pu_impl | PU_ID |
pjf_pu_reporting_settings | pjf_pu_impl | PU_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_PU_IMPL_U1 | Unique | Default | PU_ID |