POR_PUBLIC_LIST_HEADERS_ALL_B
This Table Stores the Non Translatable columns of the Public Lists.
Details
-
Schema: FUSION
-
Object owner: POR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
POR_PUBLIC_LIST_HEADERS_B_PK |
PUBLIC_LIST_HEADER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PUBLIC_LIST_HEADER_ID | NUMBER | 18 | Yes | Auto generated sequence number used as primary key. | |
| PRC_BU_ID | NUMBER | 18 | Yes | Business unit to which public list belongs to. | |
| START_DATE | DATE | Start date for the record validity. | |||
| END_DATE | DATE | End date for the record validity. | |||
| IMAGE_URL | VARCHAR2 | 1000 | Image for a public shopping list. | ||
| 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. | ||
| INDEX_SYNC_OPERATION_CODE | VARCHAR2 | 20 | Used to identify that public shopping list lines have been deleted under this Public Shopping List Header and index for these deleted lines needs to be synchronized. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| por_public_list_headers_all_tl | por_public_list_headers_all_b | PUBLIC_LIST_HEADER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POR_PUBLIC_LIST_HEADERS_B_N1 | Non Unique | Default | PRC_BU_ID |
| POR_PUBLIC_LIST_HEADERS_B_N2 | Non Unique | Default | INDEX_SYNC_OPERATION_CODE, REQUEST_ID |
| POR_PUBLIC_LIST_HEADERS_B_U1 | Unique | Default | PUBLIC_LIST_HEADER_ID |
| POR_PUBLIC_LIST_HEADERS_B_U2 | Unique | Default | PUBLIC_LIST_HEADER_ID, NVL("START_DATE",'01/JAN/2000'), NVL("END_DATE",'01/JAN/4319') |