ZCA_SALES_CONTENTS_
This table stores content items from Oracle Content Experience system along with information about related parent objects like lead,campaign etc.
Details
-
Schema: FUSION
-
Object owner: ZCA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
ZCA_SALES_CONTENTS_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, SALES_CONTENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SALES_CONTENT_ID | NUMBER | 18 | Yes | Auto generated Primary Key of the table | |
| PARENT_OBJECT_TYPE | VARCHAR2 | 128 | Type of the parent object like Lead/Campaign etc. that owns this content item | ||
| PARENT_OBJECT_ID | NUMBER | 18 | Id of the Parent Object like Lead/Campaign etc. that owns this content item | ||
| CONTENT_ITEM_ID | VARCHAR2 | 64 | Content Item Id of the content from Oracle Content and Experience - this content is used inside the organization | ||
| PUBLIC_CONTENT_ITEM_ID | VARCHAR2 | 64 | Public Content Item Id of the content from Oracle Content and Experience - this content is for public consumption and visible via outbound channels | ||
| CONTENT_ITEM_NAME | VARCHAR2 | 4000 | Name of the Content Item | ||
| PUBLIC_CONTENT_ITEM_NAME | VARCHAR2 | 4000 | Content Item name for public profiles | ||
| PUBLIC_CUSTOMER_NAME | VARCHAR2 | 4000 | Name of the customer represented via this content - used for public profiles | ||
| PUBLIC_CONTENT_PUBLISHED_DATE | TIMESTAMP | Content publish date for public profiles | |||
| PUBLIC_CONTENT_LINK | VARCHAR2 | 4000 | Content link for public profiles | ||
| DELETED_IN_SOURCE_FLAG | VARCHAR2 | 1 | Flag indicating if deleted in OCE | ||
| DISPLAY_SEQUENCE | NUMBER | 9 | Display sequnece for the Content item | ||
| CONTENT_SOURCE_SYSTEM | VARCHAR2 | 50 | Content source system like 'OCE' | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | 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. | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created 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. | ||
| AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
| AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
| AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ZCA_SALES_CONTENTSN1_ | Non Unique | Default | SALES_CONTENT_ID, LAST_UPDATE_DATE |
| ZCA_SALES_CONTENTS_U1_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, SALES_CONTENT_ID |
| ZCA_SALES_CONTENTS_U2_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, PARENT_OBJECT_TYPE, PARENT_OBJECT_ID, CONTENT_ITEM_ID |