IBY_TEMP_EXT_PARTY_PMT_MTHDS

IBY_TEMP_EXT_PARTY_PMT_MTHDS stores payment method applicability driven by the preference of a certain supplier. It serves as a staging table between iSupplier UI and the main IBY UI.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

IBY_TEMP_PMT_MTHDS_PK

TEMP_EXT_PARTY_PMT_MTHD_ID

Columns

Name Datatype Length Precision Not-null Comments
TEMP_EXT_PARTY_PMT_MTHD_ID NUMBER 18 Yes System-generated primary key
STATUS VARCHAR2 30 Yes Status of the temp instrument use
PAYMENT_METHOD_CODE VARCHAR2 30 Yes payment method identifier
PAYMENT_FLOW VARCHAR2 30 Yes specify funds capture or disbursement flow. Value taken from lookup: IBY_PAYMENT_FLOW
EXT_PMT_PARTY_ID NUMBER 18 Yes External party identifier, either a payee or payer, depending on the payment flow.
PAYMENT_FUNCTION VARCHAR2 30 Yes Function or purpose of the payment. Values from the lookup IBY_PAYMENT_FUNCTIONS include SUPPLIER_PAYMENT, CUSTOMER_REFUNDS and others
PRIMARY_FLAG VARCHAR2 1 Yes Indicates if payment method is primary. Y for yes, N otherwise.
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 an explicit assignment of a payment method to an external payee becomes active.
END_DATE DATE Yes Date when an explicit assignment of a payment method to an external payee becomes inactive

Indexes

Index Uniqueness Tablespace Columns
IBY_TEMP_EXT_PMT_MTHDS_N1 Non Unique Default EXT_PMT_PARTY_ID
IBY_TEMP_EXT_PMT_MTHDS_N2 Non Unique Default PAYMENT_METHOD_CODE
IBY_TEMP_EXT_PMT_MTHDS_U1 Unique Default TEMP_EXT_PARTY_PMT_MTHD_ID
IBY_TEMP_EXT_PMT_MTHDS_U2 Unique Default PAYMENT_FLOW, EXT_PMT_PARTY_ID, PAYMENT_METHOD_CODE, PAYMENT_FUNCTION