EGS_PRODUCT_SCHEDULE
This table will store all the schedule created
Details
-
Schema: FUSION
-
Object owner: EGS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
EGS_PRODUCT_SCHEDULE_PK |
SCHEDULE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SCHEDULE_ID | NUMBER | 18 | Yes | Stores the unique identifier for the record. | |
| SCHEDULE_NAME | VARCHAR2 | 50 | Stores the name of the schedule | ||
| SUPPLIER_ID | NUMBER | 18 | The Supplier Id for which the schedule is created. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| MANIFEST_FILE | VARCHAR2 | 4000 | The manifest file with ful UCM path | ||
| LAST_MANIFEST_RUN | TIMESTAMP | The timestamp when the manifest was last run | |||
| NOTIFICATION_FLAG | VARCHAR2 | 1 | Identifies if email notifications are to be sent. | ||
| EMAIL_ADDRESS | VARCHAR2 | 254 | Email address of the recipient of the email notification. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EGS_PRODUCT_SCHEDULE_N1 | Non Unique | Default | SUPPLIER_ID |
| EGS_PRODUCT_SCHEDULE_N2 | Non Unique | Default | SCHEDULE_NAME |
| EGS_PRODUCT_SCHEDULE_N3 | Non Unique | Default | LAST_MANIFEST_RUN |
| EGS_PRODUCT_SCHEDULE_PK | Unique | Default | SCHEDULE_ID |