PO_ATTR_VALUES_TLP_INTERFACE
Translated Attribute values interface table.
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
PO_ATTR_VALUES_TLP_INTERF_PK |
INTERFACE_ATTR_VALUES_TLP_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INTERFACE_ATTR_VALUES_TLP_ID | NUMBER | 18 | Yes | INTERFACE_ATTR_VALUES_TLP_ID | |
| INTERFACE_HEADER_ID | NUMBER | 18 | INTERFACE_HEADER_ID | ||
| INTERFACE_LINE_ID | NUMBER | 18 | INTERFACE_LINE_ID | ||
| PROCESSING_ID | NUMBER | 18 | PROCESSING_ID | ||
| ACTION | VARCHAR2 | 25 | ACTION | ||
| PROCESS_CODE | VARCHAR2 | 25 | PROCESS_CODE | ||
| PO_LINE_ID | NUMBER | 18 | PO_LINE_ID | ||
| PRC_BU_ID | NUMBER | 18 | Procurement Business Unit Unique Identifier | ||
| LANGUAGE | VARCHAR2 | 4 | Yes | Indicates the code of the language into which the contents of the translatable columns are translated. | |
| DESCRIPTION | VARCHAR2 | 240 | DESCRIPTION | ||
| MANUFACTURER | VARCHAR2 | 700 | MANUFACTURER | ||
| COMMENTS | VARCHAR2 | 700 | COMMENTS | ||
| ALIAS | VARCHAR2 | 700 | ALIAS | ||
| LONG_DESCRIPTION | VARCHAR2 | 4000 | LONG_DESCRIPTION | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated 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. | ||
| 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. | ||
| 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. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| INTERFACE_ATTRIBUTE_TLP_KEY | VARCHAR2 | 50 | Attribute record identifier, unique within LOAD_RE QUEST_ID. Reserved for data uploaded through cloud interface only. | ||
| INTERFACE_LINE_KEY | VARCHAR2 | 50 | Line record identifier, unique within LOAD_RE QUEST_ID. Reserved for data uploaded through cloud interface only. | ||
| LOAD_REQUEST_ID | NUMBER | 18 | LOAD_REQUEST_ID. This attribute is required when data is loaded into interface tables from FBDI |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PO_ATTR_VALUES_TLP_INT_N1 | Non Unique | FUSION_TS_TX_IDX | INTERFACE_LINE_ID, INTERFACE_HEADER_ID, LANGUAGE |
| PO_ATTR_VALUES_TLP_INT_N2 | Non Unique | FUSION_TS_TX_IDX | PROCESSING_ID |
| PO_ATTR_VALUES_TLP_INT_N3 | Non Unique | FUSION_TS_TX_IDX | PO_LINE_ID, LANGUAGE |
| PO_ATTR_VALUES_TLP_INT_N4 | Non Unique | FUSION_TS_TX_IDX | INTERFACE_HEADER_ID |
| PO_ATTR_VALUES_TLP_INT_N5 | Non Unique | FUSION_TS_TX_IDX | LOAD_REQUEST_ID, INTERFACE_LINE_KEY |
| PO_ATTR_VALUES_TLP_INT_U1 | Unique | FUSION_TS_TX_IDX | INTERFACE_ATTR_VALUES_TLP_ID |