PON_TEMP_LOBS
Temporary table that stores chunked clobs created while genrating response csv of a negotiation. This table also stores translated strings details as clob_data for which chunk_id value will be -1
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_TEMP_LOBS_PK |
TEMP_LOB_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TEMP_LOB_ID | NUMBER | 18 | Yes | System-generated unique Identifier | |
| REQ_BU_ID | NUMBER | 18 | Req BU ID for the Draft Purchase order | ||
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Value that uniquely identifies the negotiation. | |
| BID_NUMBER | NUMBER | 18 | Bid number that uniqeuly identifies the response of a negotiation | ||
| BATCH_ID | NUMBER | Yes | uniquely identifies the batch to which generated CLOB belongs to | ||
| CHUNK_ID | NUMBER | Yes | uniquely identifies chunk number with in the batch | ||
| ERROR_STACK | CLOB | Error code along with message returned by the batch | |||
| CLOB_DATA | CLOB | clob data generated for the respetive chunk id | |||
| 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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to 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. | ||
| 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. | |
| TRADING_PARTNER_ID | NUMBER | 18 | Identifier for Bidder trading partner | ||
| VENDOR_SITE_ID | NUMBER | 18 | Stores the vendor site id of invited vendor. | ||
| LANGUAGE_CODE | VARCHAR2 | 4 | Indicates the code of the language in which the contents of the clob associated is created. | ||
| ACCESS_TYPE | VARCHAR2 | 25 | Denotes access to negotiation lines | ||
| AWARD_OUTCOME | VARCHAR2 | 10 | Stores the award outcome for the bid | ||
| AWARD_QUANTITY | NUMBER | Stores the award quantity of the bid | |||
| INTERNAL_NOTE | VARCHAR2 | 4000 | Stores internal note | ||
| NOTE_TO_SUPPLIER | VARCHAR2 | 4000 | Stores note to supplier | ||
| JOB_MONITORING_ID | NUMBER | COLUMN1 |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_TEMP_LOBS_U1 | Unique | Default | TEMP_LOB_ID |