PON_ACTION_HISTORY
PON_ACTION_HISTORY stores the information regarding to the action taken by the buyers on a specific negotiation, such as cancel, approve and reject.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
PON_ACTION_HISTORY_PK |
OBJECT_ID, OBJECT_ID2, SEQUENCE_NUM, OBJECT_TYPE_CODE, ACTION_TYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| OBJECT_ID | NUMBER | 18 | Yes | Object id of this action. Could be auction number or bid number. | |
| OBJECT_ID2 | NUMBER | 18 | Yes | Object id of the action. Could be auction number, bid number or transaction id. | |
| OBJECT_TYPE_CODE | VARCHAR2 | 25 | Yes | Object Type Code | |
| SEQUENCE_NUM | NUMBER | Yes | Not currently used. | ||
| ACTION_TYPE | VARCHAR2 | 25 | Yes | Action Type | |
| ACTION_DATE | DATE | Yes | Date of Action | ||
| TRADING_PARTNER_CONTACT_ID | NUMBER | 18 | Identifier of user who created this row (performed the action) | ||
| ACTION_NOTE | VARCHAR2 | 2000 | Note for this action | ||
| ACTION_REASON_CODE | VARCHAR2 | 25 | Code for reason for performing action | ||
| FILE_ID | NUMBER | Fnd lob file id. | |||
| REQUESTED_FOR_TPC_ID | NUMBER | 18 | Used in surrogate bidding. This is supplier's trading partner contact id | ||
| 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. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | 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. | ||
| PERSON_ID | NUMBER | 18 | Person id of the user who created this row (performed the action) | ||
| APPROVAL_IDENTIFICATION_KEY | VARCHAR2 | 80 | Current and previous approval identication keys (In case the approval was submitted multiple times for the same negotiation) |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_ACTION_HISTORY | hz_parties | REQUESTED_FOR_TPC_ID |
| PON_ACTION_HISTORY | hz_parties | TRADING_PARTNER_CONTACT_ID |
| PON_ACTION_HISTORY | per_persons | PERSON_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_ACTION_HISTORY_U1 | Unique | Default | OBJECT_ID, OBJECT_ID2, SEQUENCE_NUM, OBJECT_TYPE_CODE, ACTION_TYPE |