ZX_PO_REC_DIST
This table stores the calculated recovery rate for purchase order tax lines and distributions migrated from prior releases.
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| PO_HEADER_ID | NUMBER | Purchase order header identifier | ||
| PO_LINE_LOCATION_ID | NUMBER | Purchase order shipment schedule identifier | ||
| PO_DISTRIBUTION_ID | NUMBER | Purchase order distribution identifier | ||
| REC_RATE | NUMBER | Calculated tax recovery rate | ||
| TAX_RATE_ID | NUMBER | Tax code identifier | ||
| 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 | Columns |
|---|---|---|
| ZX_PO_REC_DIST_N1 | Non Unique | PO_LINE_LOCATION_ID, PO_HEADER_ID, TAX_RATE_ID |