ZCA_PUID_CONFIG
Table to store PUID configuration data for OSC objects like Account, Contact, Opportunity, etc.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCA_PUID_CONFIG_PK |
OBJECT_CODE |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| OBJECT_CODE | VARCHAR2 | 300 | Yes | OBJECT_CODE |
| 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. | |
| SEQ_CATEGORY_CODE | VARCHAR2 | 30 | SEQ_CATEGORY_CODE | |
| PREFIX | VARCHAR2 | 20 | PREFIX | |
| RADIX | VARCHAR2 | 20 | RADIX |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_PUID_CONFIG_U1 | Unique | Default | OBJECT_CODE |