IBY_PMT_INSTR_USES_ALL

Payment instruments assignments

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IBY_PMT_INSTR_USES_ALL_PK

INSTRUMENT_PAYMENT_USE_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
INSTRUMENT_PAYMENT_USE_ID NUMBER 18 Yes Sequence: IBY_PMT_INSTR_USES_ALL_S.NEXTVAL
PAYMENT_FLOW VARCHAR2 30 Yes Specifies funds capture or disbursement flow. Values taken from lookup: IBY_PAYMENT_FLOW
EXT_PMT_PARTY_ID NUMBER 18 Yes Foreign key to IBY_EXTERNAL_PAYERS_ALL.EXT_PAYER_ID
INSTRUMENT_TYPE VARCHAR2 30 Yes Instrument type. Values from the IBY_INSTRUMENT_TYPES lookup include BANKACCOUNT, CREDITCARD, and DEBITCARD.
INSTRUMENT_ID NUMBER 18 Yes Instrument ID
PAYMENT_FUNCTION VARCHAR2 30 Yes Payment function
ORDER_OF_PREFERENCE NUMBER 18 1
PRIMARY_FLAG VARCHAR2 30 Yes Primary Flag
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.
START_DATE DATE Yes Date when relationship of payment instrument with payer becomes active.
END_DATE DATE Yes Date when relationship of payment instrument with payer becomes inactive.
DEBIT_AUTH_FLAG VARCHAR2 1 Whether authorization was obtained from the account holder for debits against the instrument. Only applicable for bank account instruments
DEBIT_AUTH_METHOD VARCHAR2 30 Method used to obtain debit authorization, with values taken from lookup IBY_EFT_IN_AUTH_METHOD. Only applicable for bank account instruments
DEBIT_AUTH_REFERENCE VARCHAR2 100 Reference code or number given at the time of debit authorization approval. Only applicable for bank account instruments
DEBIT_AUTH_BEGIN DATE Used in upgrade.
DEBIT_AUTH_END DATE Used in upgrade.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Instrument Assignments (IBY_PMT_INSTR_USES_ALL)
ENTERPRISE_ID NUMBER 18 Enterprise identifier to support multi-tenancy.

Foreign Keys

Table Foreign Table Foreign Key Column
iby_trxn_summaries_all iby_pmt_instr_uses_all PAYER_INSTR_ASSIGNMENT_ID
iby_fndcpt_tx_extensions iby_pmt_instr_uses_all INSTR_ASSIGNMENT_ID

Indexes

Index Uniqueness Tablespace Columns
IBY_PMT_INSTR_USES_ALL_N1 Non Unique Default PAYMENT_FLOW, EXT_PMT_PARTY_ID
IBY_PMT_INSTR_USES_ALL_N2 Non Unique Default INSTRUMENT_TYPE, INSTRUMENT_ID
IBY_PMT_INSTR_USES_ALL_U1 Unique Default INSTRUMENT_PAYMENT_USE_ID