This table contains inventory transaction reasons
Module: Purchasing
REASON_ID, LANGUAGE
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 | 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, 2023, Oracle and/or its affiliates.