This table contains inventory transaction reasons
Module: Purchasing
LANGUAGE, REASON_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| REASON_ID | NUMBER | 38 | 0 | True | Primary key of the transaction reason. | ||
| LANGUAGE | VARCHAR2 | 16 | True | Language code. | |||
| SOURCE_RECORD_ID | VARCHAR2 | 64 | This column is for Oracle Internal use only. Source record identifier. | ||||
| REASON_NAME | VARCHAR2 | 32 | This is name of the transaction reason. | ||||
| REASON_DESCRIPTION | VARCHAR2 | 256 | This is description of the transaction reason. |
Copyright © 2019, 2024, Oracle and/or its affiliates.