IBY_BEPINFO_

IBY_BEPKEYS stores information about the payment systems.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IBY_BEPINFO_PK_

LAST_UPDATE_DATE, BEPID

Columns

Name Datatype Length Precision Not-null Comments
BEPID NUMBER 18 Yes System-generated primary key.
NAME VARCHAR2 80 Name of the payment system.
BASEURL VARCHAR2 1024 URL to the payment system
SUFFIX VARCHAR2 10 Three-letter payment system suffix. This is unique per payment system
BEPUSERNAME VARCHAR2 80 User name for authenticating from Oracle Payments to payment system.
BEPPASSWORD VARCHAR2 80 Password for payment system user name.
PMTSCHEMEID NUMBER 18 payment scheme identifier
SUPPORTEDOP NUMBER Bitmap to denote operations supported by bank end payment system
PSUSERNAME VARCHAR2 80 User name for authenticating from payment system to Oracle Payments.
PSPASSWORD VARCHAR2 80 Password for PSUSERNAME
ADMINURL VARCHAR2 1024 URL to the native Back End Payment System admin pages
LOGINURL VARCHAR2 1024 Log in URL to the payment system.
LOGOUTURL VARCHAR2 1024 Log out URL to the payment system.
LEADTIME NUMBER Lead time that is needed to schedule the payment
HOLIDAYFILE VARCHAR2 1 Denotes support for holiday file
SRVRIDIMMED VARCHAR2 1 Y or N flag indicating that Server ID is immediately sent
FILESUPPORT VARCHAR2 1 Y or N flag
ACTIVESTATUS VARCHAR2 1 Indicates whether payment system is active or not
INSTRTYPE VARCHAR2 30 Instrument type
SECURITYSCHEME NUMBER Denotes whether HTML Page or Wallet for invoice or pay operation
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SECURITY_GROUP_ID NUMBER Security group, used in hosted environment.
PARTY_ID NUMBER 18 Foreign key to party at HZ_PARTIES_ALL.PARTY_ID.
BEP_TYPE VARCHAR2 10 Indicates whether the payment system is a processor or gateway model payment system. Values for this column include: PROCESSOR and GATEWAY
MAX_BATCH_SIZE NUMBER No longer used
OUTBOUND_INVALID_CHARS VARCHAR2 3000 Invalid characters to be replaced by the corresponding replacement characters. Generally should have positional correspondence with the replacement ones. For Citi-Payables only.
OUTBOUND_REPLACE_CHARS VARCHAR2 3000 Replacement characters corresponding to the invalid characters. Generally should have positional correspondence with the invalid ones. For Citi-Payables only.
BANK_ID NUMBER 18 Foreign key to party at HZ_PARTIES_ALL.PARTY_ID.
NLS_LANGUAGE VARCHAR2 50 NLS language character set for the payment system network communication.
INACTIVE_DATE DATE Inactive date
SEEDED_FLAG VARCHAR2 1 Y or N flag indicating that the data is seeded record
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.
START_DATE DATE Date when the payment system becomes active.
END_DATE DATE Date when payment system becomes inactive.
B2B_TRADING_PARTNER_NAME VARCHAR2 100 Equivalent B2B trading partner name identifier.
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_BEPINFO_BEPID_U1_ Unique Default LAST_UPDATE_DATE, BEPID
IBY_BEPINFO_N1_ Non Unique Default BEPID
IBY_BEPINFO_NAME_U2_ Unique Default LAST_UPDATE_DATE, NAME
IBY_BEPINFO_SUFFIX_U3_ Unique Default LAST_UPDATE_DATE, SUFFIX