PJT_PROJ_REF_OBJECT_B
Stores different types of referenced information for projects. Ex: Opportunity details
Details
-
Schema: FUSION
-
Object owner: PJT
-
Object type: TABLE
-
Tablespace: FUSION_TS_SEED
Primary Key
Name | Columns |
---|---|
PJT_PROJ_REF_OBJ_B_PK |
REF_OBJECT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REF_OBJECT_ID | NUMBER | 18 | Yes | Primary Key | |
REF_OBJECT_TYPE | VARCHAR2 | 30 | Yes | Default Value = 'OPPORTUNITY' | |
REF_PROJECT_ID | NUMBER | 18 | Yes | REF_PROJECT_ID | |
OPPORTUNITY_ID | NUMBER | 18 | OPPORTUNITY_ID | ||
OPPORTUNITY_NUMBER | VARCHAR2 | 240 | OPPORTUNITY_NUMBER | ||
OPPORTUNITY_ALT_NUMBER | VARCHAR2 | 240 | OPPORTUNITY_ALT_NUMBER | ||
OPPORTUNITY_CUSTOMER_NUMBER | VARCHAR2 | 240 | OPPORTUNITY_CUSTOMER_NUMBER | ||
OPPORTUNITY_CUSTOMER_ID | NUMBER | 18 | OPPORTUNITY_CUSTOMER_ID | ||
OPPORTUNITY_AMOUNT | NUMBER | OPPORTUNITY_AMOUNT | |||
OPPORTUNITY_CURRENCY_CODE | VARCHAR2 | 15 | OPPORTUNITY_CURRENCY_CODE | ||
OPPORTUNITY_WIN_CONF_PERCENT | NUMBER | OPPORTUNITY_WIN_CONF_PERCENT | |||
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. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
pjt_proj_ref_object_tl | pjt_proj_ref_object_b | REF_OBJECT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJT_PROJ_REF_OBJ_B_U1 | Unique | Default | REF_OBJECT_ID |