POZ_SUPP_ACCT_OWNER_REQUESTS

Table stores the account owner information for bank account in a change request. Actual data for account owners will be stored in IBY_ACCOUNT_OWNERS_INT table. This table is used to link the Account Owner change to the Bank Account Change using TEMP_EXT_BANK_ACCT_ID

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POZ_SUPP_ACCT_OWNER_REQ_PK

SUPP_ACCT_OWNER_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
SUPP_ACCT_OWNER_REQUEST_ID NUMBER 18 Yes Primary Key for the table.
SUPP_REQUEST_ID NUMBER 18 Yes Foreign key to POZ_SUPP_REQUESTS. SUPP_REQUEST_ID
TEMP_EXT_BANK_ACCT_ID NUMBER 18 Yes Foreign key to IBY_TMP_EXT_BANK_ACCTS. TEMP_EXT_BANK_ACCT_ID
TEMP_ACCOUNT_OWNER_ID NUMBER 18 Yes Foreign key to IBY_ACCOUNT_OWNERS_INT. TEMP_ACCOUNT_OWNER_ID.
CHANGE_REQ_ROW_TYPE VARCHAR2 30 Yes Type of the request. This could either be 'CHANGE' or 'SNAPSHOT' or 'NEW'.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_SUPP_ACCT_OWNER_REQUESTS poz_supp_requests SUPP_REQUEST_ID

Indexes

Index Uniqueness Tablespace Columns
POZ_SUPP_ACCT_OWNER_REQ_N1 Non Unique Default TEMP_EXT_BANK_ACCT_ID, CHANGE_REQ_ROW_TYPE
POZ_SUPP_ACCT_OWNER_REQ_PK1 Unique Default SUPP_ACCT_OWNER_REQUEST_ID