PSC_BNP_TPT_PAYMENT_OPT
Store third party payment options configured for each agency.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_BNP_TPT_PAYMENT_OPT_PK |
AGENCY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | Identifier of the agency | |
| REFUND_VIA_TPT_FLAG | VARCHAR2 | 1 | Indicates whether refunds can be processed by a third-party system. | ||
| PUNCHOUT_USER | VARCHAR2 | 30 | Yes | Indicates user types who will be punched out to third party payment service provider page. | |
| REINSTATE_FEE_FLAG | VARCHAR2 | 1 | Yes | Specifies whether fee records should be re-instated for returned payments. | |
| RETURN_FEE_FLAG | VARCHAR2 | 1 | Yes | Specifies whether a fee will be charged when re-instating a fee record upon returned payments. | |
| RETURN_FEE_CURRENCY | VARCHAR2 | 3 | Fee amount currency code. | ||
| RETURN_FEE_AMOUNT | NUMBER | Fee amount charged when there is a returned payment. | |||
| RETURN_FEE_ITEM_ID | VARCHAR2 | 30 | Fee Item identifier associated to refund recovery fee. | ||
| PAYMENT_REFERENCE_PREFIX | VARCHAR2 | 4 | Yes | Payment reference prefix used in generating payment reference id's. | |
| LNP_TRANSACTION_LIMIT | NUMBER | 3 | Threshold to limit permits, planning and business license transaction records returned when search request is received from third-party payment provider. | ||
| CE_FEE_LIMIT | NUMBER | 3 | Threshold to limit code enforcement fee records returned when search request is received from third-party payment provider. | ||
| CE_TIMER | NUMBER | 2 | Threshold to timeout code enforcement search requests received from third-party payment provider. | ||
| ENABLE_VOID_RVRS_OPT | VARCHAR2 | 30 | Yes | Indicates that void payment is allowed. | |
| 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_OPT_PK | Unique | Default | AGENCY_ID |