PO_ONLINE_REPORT_TEXT_GT
Global Temporary table used for Purchasing Online report Text
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PO_ONLINE_REPORT_TEXT_GT_PK |
ONLINE_REPORT_ID, SEQUENCE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ONLINE_REPORT_ID | NUMBER | 18 | Yes | Online report unique identifier | |
| ENCODED_MESSAGE | VARCHAR2 | 2000 | Additional message in encoded format | ||
| SEQUENCE | NUMBER | Yes | Sequence Number | ||
| 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. | ||
| 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_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| TEXT_LINE | VARCHAR2 | 4000 | Online report message | ||
| LINE_NUM | NUMBER | Purchase order line that message references | |||
| SHIPMENT_NUM | NUMBER | Purchase orders shipment that message references | |||
| DISTRIBUTION_NUM | NUMBER | Purchase orders distribution that message references | |||
| MESSAGE_NAME | VARCHAR2 | 40 | Yes | Message Name | |
| MESSAGE_TYPE | VARCHAR2 | 1 | data set id for rows processed by commitment control engine | ||
| XCC_DATA_SET_ID | NUMBER | 18 | XCC_DATA_SET_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| PO_ONLINE_REPORT_TEXT_GT_U1 | Unique | ONLINE_REPORT_ID, SEQUENCE |