POZ_SUPP_TEMP_BANK_REQUESTS

Table for storing information that is specific to a bank account in a change request

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POZ_SUPP_TEMP_BANK_REQUES_PK

SUPP_TEMP_BANK_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
SUPP_TEMP_BANK_REQUEST_ID NUMBER 18 Yes Bank Account Request Identifier
SUPP_REQUEST_ID NUMBER 18 Yes This field is the unique identifier for a supplier request
TEMP_EXT_BANK_ACCT_ID NUMBER 18 Yes Temp external bank account identifier which is a foreign key to IBY_TEMP_EXT_BANK_ACCTS
REP_INACT_BANK_ACC_FLAG VARCHAR2 1 When end dating a bank account, specifies whether the installments and invoices associated with this account should be updated with an alternate bank account
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_SUPP_TEMP_BANK_REQUESTS poz_supp_requests SUPP_REQUEST_ID

Indexes

Index Uniqueness Tablespace Columns
POZ_SUPP_TEMP_BANK_REQS_N1 Non Unique Default TEMP_EXT_BANK_ACCT_ID
POZ_SUPP_TEMP_BANK_REQS_U1 Unique Default SUPP_TEMP_BANK_REQUEST_ID