Y and N translation
Module: Expenses
CODE_TYPE, LANGUAGE, CODE
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| CODE_TYPE | VARCHAR2 | 128 | True | EXM_YES_NO | |||
| CODE | VARCHAR2 | 128 | True | Values are N and Y | |||
| LANGUAGE | VARCHAR2 | 64 | True | Translation language. | |||
| SOURCE_RECORD_ID | VARCHAR2 | 512 | This column is for Oracle Internal use only. Source record identifier. Value is derived from a combination of code type, code and language. | ||||
| NAME | VARCHAR2 | 128 | Values are Yes , No | ||||
| DESCRIPTION | VARCHAR2 | 256 | description |
Copyright © 2019, 2024, Oracle and/or its affiliates.