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_ |
LAST_UPDATE_DATE, INSTRUMENT_PAYMENT_USE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INSTRUMENT_PAYMENT_USE_ID | NUMBER | 18 | Yes | Sequence: IBY_PMT_INSTR_USES_ALL_S.NEXTVAL | |
PAYMENT_FLOW | VARCHAR2 | 30 | Specifies funds capture or disbursement flow. Values taken from lookup: IBY_PAYMENT_FLOW | ||
EXT_PMT_PARTY_ID | NUMBER | 18 | Foreign key to IBY_EXTERNAL_PAYERS_ALL.EXT_PAYER_ID | ||
INSTRUMENT_TYPE | VARCHAR2 | 30 | Instrument type. Values from the IBY_INSTRUMENT_TYPES lookup include BANKACCOUNT, CREDITCARD, and DEBITCARD. | ||
INSTRUMENT_ID | NUMBER | 18 | Instrument ID | ||
PAYMENT_FUNCTION | VARCHAR2 | 30 | Payment function | ||
ORDER_OF_PREFERENCE | NUMBER | 18 | 1 | ||
PRIMARY_FLAG | VARCHAR2 | 30 | Primary Flag | ||
CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | 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 | 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 | Date when relationship of payment instrument with payer becomes active. | |||
END_DATE | DATE | 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. | ||
ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ENTERPRISE_ID | NUMBER | 18 | Enterprise identifier to support multi-tenancy. | ||
AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Actione Type - have values like INSERT, UPDATE and DELETE. | ||
AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1's and 0s for each row. 1 will be stored if the value has changed and 0 will be stored if the value hasn't. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
IBY_PMT_INSTR_USES_ALL_N1_ | Non Unique | Default | INSTRUMENT_PAYMENT_USE_ID |
IBY_PMT_INSTR_USES_ALL_U1_ | Unique | Default | LAST_UPDATE_DATE, INSTRUMENT_PAYMENT_USE_ID |