PSC_BNP_TPT_PAYMENT_HDR

Store third party payment header information for each payment.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_BNP_TPT_PAYMENT_HDR_PK

PAYMENT_HEADER_KEY

Columns

Name Datatype Length Precision Not-null Comments
PAYMENT_HEADER_KEY NUMBER 18 Yes Identifies the primary key value of the payment.
PAYMENT_HEADER_ID VARCHAR2 50 Yes Identifies the unique alpha numeric reference of the payment.
AGENCY_ID NUMBER 8 Yes Identifies the agency id associated with a payment.
EXT_PAYMENT_REFERENCE VARCHAR2 480 Yes Identifies the payment reference provided by 3rd party cashiering solution.
PAYMENT_DATETIME TIMESTAMP Yes Identifies the UTC date time provided by 3rd party cashiering solution.
PAYMENT_CURRENCY VARCHAR2 3 Yes Indicates the currency of the payment.
PAYMENT_AMOUNT_TOTAL NUMBER Yes Identifies the total amount received as payment.
VOID_AMOUNT_TOTAL NUMBER Yes Identifies the total amount voided for the payment.
SELF_SERVICE_FLAG VARCHAR2 1 Yes Identifies self service payments.
ONACCOUNT_FLAG VARCHAR2 1 Yes Identifies the payment as an account payment without fee records.
PROCESSED_BY_NAME VARCHAR2 240 Identifies the agency staff who processed the payment.
PAYMENT_NOTES VARCHAR2 2000 Identifies the memo recorded for a payment.
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.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.

Indexes

Index Uniqueness Tablespace Columns
PSC_BNP_TPT_PAYMENT_HDR_PK Unique Default PAYMENT_HEADER_KEY