PO_EVENT_AUDIT
PO_EVENT_AUDIT contains information about the published Purchased Order events.
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PO_EVENT_AUDIT_PK |
EVENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EVENT_ID | NUMBER | 18 | Yes | EVENT_ID | |
| EVENT_TYPE | VARCHAR2 | 30 | Type of event raised. | ||
| EVENT_ACTION_CODE | VARCHAR2 | 64 | Raised event action code. | ||
| PO_HEADER_ID | NUMBER | 18 | Unique key to identify the purchase order header which invoked this event. | ||
| ORDER_NUMBER | VARCHAR2 | 30 | Purchase Order Number. | ||
| SOLD_TO_LEGAL_ENTITY_ID | NUMBER | 18 | Id of the Sold To Legal entity | ||
| SOLD_TO_LEGAL_ENTITY_NAME | VARCHAR2 | 240 | Name of the Sold To Legal entity | ||
| REQUISITIONING_BU_ID | NUMBER | 18 | Business Unit Id for the requisition. | ||
| INTERFACE_SOURCE_CODE | VARCHAR2 | 25 | INTERFACE_SOURCE_CODE | ||
| CO_SEQUENCE | NUMBER | 18 | Change order sequence. | ||
| CO_TYPE_CODE | VARCHAR2 | 30 | Change order type code | ||
| IMPLEMENTATION_DATE | TIMESTAMP | Purchase Order implementation date. | |||
| 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 |
|---|---|---|---|
| PO_EVENT_AUDIT_U1 | Unique | Default | EVENT_ID |