MSC_RECEIPT_METHODS
Stores information about payment methods, which are receipt attributes that you define and assign to receipt classes to account for receipts and their applications
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
MSC_RECEIPT_METHODS_PK |
RECEIPT_METHOD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RECEIPT_METHOD_ID | NUMBER | 18 | Yes | This value indicates the Receipt method identifier. | |
| NAME | VARCHAR2 | 30 | Yes | Name of the receipt method | |
| PAYMENT_TYPE_CODE | VARCHAR2 | 30 | Payment type for this receipt method | ||
| START_DATE | DATE | Yes | Date when this receipt method is active | ||
| END_DATE | DATE | Date when this receipt method is inactive | |||
| REFRESH_NUMBER | NUMBER | Refresh identifier populated by the collection program. | |||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| doo_payments | msc_receipt_methods | RECEIPT_METHOD_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_RECEIPT_METHODS_U1 | Unique | Default | NAME |
| MSC_RECEIPT_METHODS_U2 | Unique | Default | RECEIPT_METHOD_ID |