This table stores the billing method in the translated user language.
Module: Project Billing
BILL_METHOD_ID, LANGUAGE
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| BILL_METHOD_ID | NUMBER | 38 | 0 | True | Bill Method ID | ||
| 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 and code. | ||||
| BILL_METHOD_NAME | VARCHAR2 | 64 | Business name or value of the code. | ||||
| BILL_METHOD_DESC | VARCHAR2 | 256 | Code description. |
Copyright © 2019, 2024, Oracle and/or its affiliates.