PSC_PBL_AM_ATTACHMENT
This table contains attachment information for a user account.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_PBL_AM_ATTACHMENT_PK |
DOCUMENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| DOCUMENT_ID | NUMBER | 18 | Yes | System-generated identifier for an attached document. | Active | |
| PSC_USER_ID | NUMBER | 18 | Yes | The user with whom the attachment is associated. | Active | |
| PROFILE_ID | NUMBER | 18 | The ID of the user profile that is associated with the attachment. | Active | ||
| PBL_RECORD_TYPE | VARCHAR2 | 15 | The attachment record type, such as License when the attachment is associated with the user's license. | Obsolete | ||
| PBL_RECORD_ID | NUMBER | The unique ID for the attachment record. For example, the unique ID for the license record when the attachment is associated with a user's license. | Obsolete | |||
| DOC_CATEGORY | VARCHAR2 | 30 | Indicates the category for an attached document. | |||
| DOC_SUBCATEGORY | VARCHAR2 | 30 | Indicates the subcategory for an attached document. | |||
| ATTACHMENT_ID | NUMBER | 18 | Yes | The attachment ID for the common attachment table. | Active | |
| 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 | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_PBL_AM_ATTACHMENT | psc_com_attachment | ATTACHMENT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| PSC_PBL_AM_ATTACHMENT_FK1 | Non Unique | Default | ATTACHMENT_ID | Active |
| PSC_PBL_AM_ATTACHMENT_PK | Unique | Default | DOCUMENT_ID | Active |