IBY_EXTERNAL_PAYEES_ALL_

IBY_EXTERNAL_PAYEES_ALL stores payment-related attributes for the funds disbursement payment process for external party payees. This table corresponds to the supplier attributes.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IBY_EXTERNAL_PAYEES_ALL_PK_

LAST_UPDATE_DATE, EXT_PAYEE_ID

Columns

Name Datatype Length Precision Not-null Comments
EXT_PAYEE_ID NUMBER 18 Yes System-generated primary key.
PAYEE_PARTY_ID NUMBER 18 TCA party Identifier
PAYMENT_FUNCTION VARCHAR2 30 Function or purpose of the payment. Values from the lookup IBY_PAYMENT_FUNCTIONS include SUPPLIER_PAYMENT, CUSTOMER_REFUNDS, and others.
EXCLUSIVE_PAYMENT_FLAG VARCHAR2 1 Yes or No flag indicating whether documents payable for this payee should be prevented from being grouped with other like documents payable for payment.
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.
PARTY_SITE_ID NUMBER 18 Party site Identifier
SUPPLIER_SITE_ID NUMBER 18 Supplier site Identifier
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
ORG_TYPE VARCHAR2 30 Organization type, such as business unit. Values taken from lookup: IBY_ORGANIZATION_TYPES
DEFAULT_PAYMENT_METHOD_CODE VARCHAR2 30 Default payment method Identifier
ECE_TP_LOCATION_CODE VARCHAR2 60 Trading partner location code for e-Commerce Gateway
BANK_CHARGE_BEARER VARCHAR2 30 Party that is responsible for paying regular or express bank charges, such as Payee or Payer. Values taken from lookup: IBY_BANK_CHARGE_BEARER
BANK_INSTRUCTION1_CODE VARCHAR2 30 Code of first bank instruction
BANK_INSTRUCTION2_CODE VARCHAR2 30 Code of second bank instruction
BANK_INSTRUCTION_DETAILS VARCHAR2 255 Additional bank instruction details
PAYMENT_REASON_CODE VARCHAR2 30 Payment reason code
PAYMENT_REASON_COMMENTS VARCHAR2 240 Free text field available for entering a reason for the payment
INACTIVE_DATE DATE web service java client proxy
PAYMENT_TEXT_MESSAGE1 VARCHAR2 256 Text message for use in payment processing
PAYMENT_TEXT_MESSAGE2 VARCHAR2 256 Text message for use in payment processing
PAYMENT_TEXT_MESSAGE3 VARCHAR2 256 Text message for use in payment processing
DELIVERY_CHANNEL_CODE VARCHAR2 30 Default delivery channel code
LOCAL_INSTRUMENT_CODE VARCHAR2 30 Default Local Instrument Code
SERVICE_LEVEL_CODE VARCHAR2 30 Default Service Level Code
PAYMENT_FORMAT_CODE VARCHAR2 30 Default payment format code
SETTLEMENT_PRIORITY VARCHAR2 30 Priority with which the financial institution or payment system settles payments for this payee. The available values for this column come from the FND lookup IBY_SETTLEMENT_PRIORITY.
REMIT_ADVICE_DELIVERY_METHOD VARCHAR2 30 Default delivery method set on the payee level. If the Override with Payee Delivery Method Preference flag on the Payment Process Profile is turned off, the setting here is ignored. Values from the lookup IBY_DELIVERY_METHODS include EMAIL, FAX, and PRINTED.
REMIT_ADVICE_EMAIL VARCHAR2 255 E-mail address at which the payee wishes to receive remittance advice
REMIT_ADVICE_FAX VARCHAR2 100 Fax number at which the payee wishes to receive remittance advice
START_DATE DATE Date when the payee record becomes inactive.
END_DATE DATE Date when the payee record becomes active.
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_EXTERNAL_PAYEES_ALL_U1_ Unique Default LAST_UPDATE_DATE, EXT_PAYEE_ID
IBY_EXTERNAL_PAYEES_ALL_U2_ Unique Default LAST_UPDATE_DATE, PAYEE_PARTY_ID, PAYMENT_FUNCTION, PARTY_SITE_ID, SUPPLIER_SITE_ID, ORG_ID, ORG_TYPE
IBY_EXTERNAL_PAYEES_AL_N1_ Non Unique Default EXT_PAYEE_ID