PSC_BNP_FEE_ITEM_MEMO
Table stores data to map memo lines to fee item id os record type.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
psc_bnp_fee_item_memo_PK |
AGENCY_ID, TRANSACTION_ORIGIN, CLASSIFICATION, RECORD_TYPE, FEE_ITEM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | AGENCY_ID | |
| TRANSACTION_ORIGIN | VARCHAR2 | 30 | Yes | TRANSACTION_ORIGIN | |
| CLASSIFICATION | VARCHAR2 | 3 | Yes | Attribute indicating classification of a transaction. | |
| RECORD_TYPE | VARCHAR2 | 50 | Yes | RECORD_TYPE | |
| FEE_ITEM_ID | VARCHAR2 | 30 | Yes | FEE_ITEM_ID | |
| MEMO_LINE_ID | NUMBER | 18 | MEMO_LINE_ID | ||
| ALL_RECORD_TYPE | VARCHAR2 | 1 | Yes | Attribute used to indicate if memo line applies to all record type. | |
| RECEIVABLE_ACTIVITY_NAME | VARCHAR2 | 50 | Attribute to identify Receivable Activity Name. | ||
| SKIP_INVOICE_FLAG | VARCHAR2 | 1 | Do not invoice fees for fee item when enabled | ||
| CUST_TRX_TYPE_NAME | VARCHAR2 | 20 | Name of the transaction type to create a invoice. | ||
| CUST_TRX_TYPE_ID | NUMBER | 18 | Identifier of the transaction type to create a invoice. | ||
| CUST_DM_TRX_TYPE_NAME | VARCHAR2 | 20 | Name of the transaction type to create a debit memo. | ||
| CUST_DM_TRX_TYPE_ID | NUMBER | 18 | Identifier of the transaction type to create a debit memo. | ||
| CUST_CM_TRX_TYPE_NAME | VARCHAR2 | 20 | Name of the transaction type to create a credit memo. | ||
| CUST_CM_TRX_TYPE_ID | NUMBER | 18 | Identifier of the transaction type to create a debit memo | ||
| TERM_NAME | VARCHAR2 | 15 | Payment term name. | ||
| TERM_ID | NUMBER | 18 | Payment term identifier. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | 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. | |
| 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_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| MEMO_LINE_NAME | VARCHAR2 | 50 | MEMO_LINE_NAME. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| psc_bnp_fee_item_memo_U1 | Unique | Default | AGENCY_ID, TRANSACTION_ORIGIN, RECORD_TYPE, FEE_ITEM_ID |
| psc_bnp_fee_item_memo_U2 | Unique | Default | AGENCY_ID, TRANSACTION_ORIGIN, CLASSIFICATION, RECORD_TYPE, FEE_ITEM_ID |