PSC_BNP_DEPOSIT_ACCOUNT_OWNER
Identify the responsible party for the deposit account.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_BNP_DEPOSIT_ACC_OWN_PK |
DEPOSIT_OWNERSHIP_KEY |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| DEPOSIT_OWNERSHIP_KEY | NUMBER | 18 | Yes | Indicates a unique identifying key for each deposit account ownership. | ||
| DEPOSIT_ACCOUNT_KEY | NUMBER | 18 | Yes | Indicates a unique identifying key for each deposit account. | ||
| DEPOSIT_ACCOUNT_NUMBER | VARCHAR2 | 30 | Yes | Indicates a unique identifier for each deposit account that is generted using a numbering schema. | ||
| EMAIL_ADDRESS | VARCHAR2 | 320 | Yes | Indicates the email address of the financially responsible party. | ||
| VALID_FROM_DATE | DATE | Yes | Indicates the first day the ownership is effective. | |||
| VALID_TO_DATE | DATE | Indicates the last day the ownership is effective. | ||||
| OWNER_NAME | VARCHAR2 | 360 | Yes | Indicates the name of the name of the deposit account owner. | ||
| FIRST_NAME | VARCHAR2 | 150 | Indicates the first name of the deposit account owner. | Active | ||
| MIDDLE_NAME | VARCHAR2 | 60 | Indicates the middle name of the deposit account owner. | Active | ||
| LAST_NAME | VARCHAR2 | 150 | Indicates the last name of the deposit account owner. | Active | ||
| ADDRESS1 | VARCHAR2 | 240 | Indicates the first address line of the deposit account owner's mailing address. | Active | ||
| ADDRESS2 | VARCHAR2 | 240 | Indicates the second address line of the deposit account owner's mailing address. | Active | ||
| ADDRESS3 | VARCHAR2 | 240 | Indicates the third address line of the deposit account owner's mailing address. | Active | ||
| ADDRESS4 | VARCHAR2 | 240 | Indicates the fourth address line of the deposit account owner's mailing address. | Active | ||
| CITY | VARCHAR2 | 60 | Yes | Indicates city name of the deposit account owner's mailing address. | Active | |
| STATE | VARCHAR2 | 60 | Yes | Indicates the state of the deposit account owner's mailing address. | Active | |
| COUNTRY | VARCHAR2 | 3 | Yes | Indicates the country of the deposit account owner's mailing address. | Active | |
| PROVINCE | VARCHAR2 | 60 | Indicates the province of the deposit account owner's mailing address. | Active | ||
| COUNTY | VARCHAR2 | 60 | Indicates the county of the deposit account owner's mailing address. | Active | ||
| POSTAL_CODE | VARCHAR2 | 60 | Indicates the postal code of the deposit account owner's mailing address. | Active | ||
| POSTAL_PLUS4_CODE | VARCHAR2 | 10 | Indicates the postal plus four code of the deposit account owner's mailing address. | Active | ||
| PHONE_COUNTRY_CODE | VARCHAR2 | 10 | phone_country_code | |||
| PHONE_AREA_CODE | VARCHAR2 | 10 | phone_area_code | |||
| PHONE_NUMBER | VARCHAR2 | 40 | Indicates the phone number of the deposit account owner. | |||
| PHONE_EXTENTION | VARCHAR2 | 20 | phone_extention | |||
| PARTY_ID | NUMBER | 18 | Indicates the party identifier of the deposit account owner. | Active | ||
| PARTY_TYPE | VARCHAR2 | 30 | Yes | Indicates that deposit account owner is a person or an organization. | ||
| PRIMARY_OWNER | VARCHAR2 | 1 | Yes | Indicates whether the owner will be the primary owner for the trust/escrow account. | ||
| DEPOSIT_ACCOUNT_PUID | VARCHAR2 | 480 | Yes | Deposit Account PUID. | ||
| MIGRATED_DATA_FLAG | VARCHAR2 | 3 | Yes | Migrated data flag. | ||
| ACCOUNT_OWNER_PUID | VARCHAR2 | 480 | Yes | Account owner Puid. | ||
| LICENSE_TYPE | VARCHAR2 | 30 | Indicates the type of license provided. | |||
| LICENSE_NUMBER | VARCHAR2 | 30 | Indicates the number of the license provided. | |||
| LICENSE_HOLDER_NAME | VARCHAR2 | 360 | Indicates the name on the license provided. | |||
| INACTIVE_REASON_CD | VARCHAR2 | 30 | Indicates the reason for inactivating the ownership record. | |||
| COMMENTS | VARCHAR2 | 480 | Indicates user notes recorded for change of ownership. | |||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_BNP_DEPOSIT_ACCOUNT_OWNER | psc_bnp_deposit_account | DEPOSIT_ACCOUNT_KEY |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_BNP_DEPOSIT_ACC_OWNER_PK | Unique | Default | DEPOSIT_OWNERSHIP_KEY |
| PSC_BNP_DEPOSIT_ACC_OWNER_U1 | Unique | Default | DEPOSIT_ACCOUNT_NUMBER, EMAIL_ADDRESS |
| PSC_BNP_DEPOSIT_ACC_OWNER_U2 | Unique | PSC_BNP_DEPOSIT_ACC_OWNER_U2 | ACCOUNT_OWNER_PUID |
| PSC_BNP_DEPOSIT_ACC_OWN_FK1 | Non Unique | Default | DEPOSIT_ACCOUNT_KEY |