PSC_PBL_PAYMENT_ACCT

This table contains basic payment account information for a person or business.

Details

  • Schema: FUSION

  • Object owner: PSC_CC

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_PBL_PAYMENT_ACCT_PK

PAYMENT_ACCOUNT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PAYMENT_ACCOUNT_ID NUMBER 18 Yes The unique identifier of a payment account. Active
PROFILE_ID NUMBER 18 Yes The user profile that is associated with the payment account. This is a foreign key to the profile ID at PSC_PBL_PROFILE.PROFILE_ID. Active
ACCOUNT_NUMBER VARCHAR2 30 Yes The account number entered by the user. This is a logical account number and not an actual account number with the bank. Active
ACCOUNT_TYPE VARCHAR2 8 Yes Identifies the account type, such as a trust account. Active
ACCOUNT_STATUS VARCHAR2 1 Yes Indicates the account status. Valid values are A (Active) and I (Inactive). Active
ACCOUNT_DESCRIPTION VARCHAR2 360 The account description entered by the user. Active
VERIFICATION_STATUS VARCHAR2 2 Indicates the payment account verification status. It is a lookup code for lookup type ORA_PSC_CC_VERIF_CODE. Active
LAST_ACTION_BY VARCHAR2 64 The user who last updated the payment account verification status. Active
LAST_ACTION_DATE TIMESTAMP The date and time when the payment account verification status was last updated. Active
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. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_PBL_PAYMENT_ACCT psc_pbl_profile PROFILE_ID

Indexes

Index Uniqueness Tablespace Columns Status
PSC_PBL_PAYMENT_ACCT_FK1 Non Unique Default PROFILE_ID Active
PSC_PBL_PAYMENT_ACCT_PK Unique Default PAYMENT_ACCOUNT_ID Active