This is a mapping table between payment instrument types and payment methods.
Module:
id
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| id | NUMBER | 38 | 0 | True | |||
| SOURCE_RECORD_ID | VARCHAR2 | 128 | This column is for Oracle Internal use only. This is source record id column. | ||||
| instrumenttype | NUMBER | 38 | 0 | Type | DW_NS_paymentInstrumentType_D | key | |
| paymentmethod | NUMBER | 38 | 0 | Payment Method | DW_NS_paymentMethod_D | id | |
| entity | NUMBER | 38 | 0 | Customer | |||
| isdefault | VARCHAR2 | 16 | Default | ||||
| isinactive | VARCHAR2 | 16 | Inactive | ||||
| preserveonfile | VARCHAR2 | 16 | Preserve on File | ||||
| lastmodifieddate | TIMESTAMP | Last Modified Date |
Copyright © 2019, 2026, Oracle and/or its affiliates.