PSC_BNP_TPT_PAYMENT_LIN
Store third party payment line information for each payment.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_BNP_TPT_PAYMENT_LIN_PK |
PAYMENT_LINE_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PAYMENT_LINE_KEY | NUMBER | 18 | Yes | Indicates the unique numeric key generated internally for the payment line. | |
| PAYMENT_HEADER_KEY | NUMBER | 18 | Yes | Identifies the primary key value of the payment. | |
| PAYMENT_HEADER_ID | VARCHAR2 | 50 | Yes | Indicates the alphanumeric identifier generated internally for the payment header. | |
| EXT_PAYMENT_REFERENCE | VARCHAR2 | 480 | Yes | Identifies the payment reference provided by 3rd party cashiering solution. | |
| AGENCY_ID | NUMBER | 8 | Yes | Identifies the agency id associated with a payment. | |
| TRANSACTION_RECORD_KEY | NUMBER | 18 | Yes | Identifies the primary key of the transaction record. | |
| TRANSACTION_RECORD_ID | VARCHAR2 | 50 | Yes | Indicates the unique alpha numeric identifier generated internally for the transaction. | |
| ITEM_RECORD_KEY | NUMBER | 18 | Yes | Indicates the unique numeric item reference returned by external payment processor. | |
| ITEM_QUANTITY | NUMBER | Yes | Indicates the item quantity returned by external payment processor. | ||
| ITEM_UNIT_PRICE | NUMBER | Yes | Indicates the item unit price returned by external payment processor. | ||
| ITEM_AMOUNT | NUMBER | Yes | Indicates the item amount returned by external payment processor. | ||
| ITEM_AMOUNT_VOID | NUMBER | Yes | Indicates the item amount voided. | ||
| ITEM_CURRENCY | VARCHAR2 | 3 | Yes | Indicates the item quantity returned by external payment processor. | |
| CLASSIFICATION | VARCHAR2 | 3 | Source application that generated the fee. | ||
| SEARCH_ID | VARCHAR2 | 50 | Indicates the unique alpha numeric request identifier returned by external payment processor. | ||
| ITEM_GROUP_ID | VARCHAR2 | 50 | Indicates the fee group returned by external payment processor. | ||
| 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. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| 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_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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_BNP_TPT_PAYMENT_LIN_PK | Unique | Default | PAYMENT_LINE_KEY |