InventoryBarcodeFormatsdataIdentifierConfigurations
InventoryBarcodeFormatsdataIdentifierConfigurations
Columns
| Name | Type | Description |
| InventoryBarcodeFormatsHeaderId [KEY] | Long | Unique identifier of the barcode format. |
| HeaderId | Long | Value that uniquely identifies the barcode format. |
| LineId [KEY] | Long | Value that uniquely identifies the data identifier configuration. |
| DataIdentifier | String | Prefix of the encoded barcode data that indicates the meaning of the barcode data. |
| DataIdentifierDescription | String | Description of the data identifier. |
| FieldCode | String | Abbreviation that identifies the field name to which barcode data should be mapped. A list of acceptable values is defined in the lookup ORA_INV_BARCODE_FIELDS. |
| FieldName | String | Indicates the field name to which barcode data should be mapped. |
| DataLengthType | String | Abbreviation that identifies if the number of characters of the barcode data is fixed or variable. A list of acceptable values is defined in the lookup ORA_INV_BARCODE_FIELD_LEN_TYPE. |
| DataLengthTypeName | String | Indicates if the number of characters of the barcode data is fixed or variable. |
| DataLength | Int | Indicates the number of characters of the barcode data. |
| GroupSeparatorFlag | Bool | Indicates if a GS1 group separator is used to specify the end of the data element. |
| Delimiter | String | Indicates the text that's used to specify the end of the data element. |
| DataType | String | Abbreviation that identifies the data type of the barcode data. A list of acceptable values is defined in the lookup ORA_INV_BARCODE_FLD_DATA_TYPE. |
| DataTypeName | String | Indicates the data type of the barcode data. |
| DateFormat | String | Indicates the date format of the barcode data if the data type is date. |
| IncludesCheckDigitFlag | Bool | Indicates if the last digit of the barcode data is a check digit. |
| RetainDataIdentifierFlag | Bool | Contains one of the following values: true or false. If true, then it indicates that the data identifier will be retained in the barcode data while parsing and included as part of the data element. If false, then it indicates that the data identifier won't be retained. |
| MultiDataElementFlag | Bool | Contains one of the following values: true or false. If true, then it indicates that the data identifier contains multiple data elements. If false, then the data identifier doesn't contain multiple data elements. |
| DataElementSequenceNumber | Int | Indicates the sequence number of a data element in a data identifier when the data identifier contains multiple data elements. |
| RetainDelimiterFlag | Bool | Contains one of the following values: true or false. If true, then it indicates that the delimiter will be retained in the barcode data while parsing and included as part of the data identifier. If false, then it indicates that the delimiter won't be retained. |
| CreationDate | Datetime | Date when the user created the data identifier configuration. |
| CreatedBy | String | User who created the data identifier configuration. |
| LastUpdatedBy | String | User who most recently updated the data identifier configuration. |
| LastUpdateDate | Datetime | Date when the user most recently updated the data identifier configuration. |
| LastUpdateLogin | String | Login information of the user who most recently updated the data identifier configuration. |
| ObjectVersionNumber | Int | Number of times the object row has been updated. This attribute is 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. |
| Finder | String | Finder method identifier for querying with specific filter criteria |