IBY_BEPKEYS

IBY_BEPKEYS links internal payers to their payment system account values. Oracle Payments can only submit transactions to a payment system if it has the correct values for the selected payment system's parameters, as defined in IBY_BEP_ACCT_OPT_NAME. These values are stored in IBY_BEP_ACCT_OPT_VALS. This table corresponds to the Payment System Accounts page.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IBY_BEPKEYS_PK

BEP_ACCOUNT_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
OWNERID VARCHAR2 80 Identifier of the payer or payee
BEPID NUMBER 18 Yes Payment system identifier
KEY VARCHAR2 80 Yes Payment system account name
OWNERTYPE VARCHAR2 30 Payer or payee
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes 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 Used in hosted environment
DEFAULTS VARCHAR2 1 Y or N flag to denote whether this key is the payee's default for the given payment system
BEP_ACCOUNT_ID NUMBER 18 Yes Identifier of the payment system account
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Payment System Accounts (IBY_BEPKEYS)
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
IBY_BEPKEYS iby_bepinfo BEPID
iby_fndcpt_user_eft_pf_b iby_bepkeys BEP_ACCOUNT_ID
iby_digital_payment_accounts iby_bepkeys BEP_ACCOUNT_ID
iby_fndcpt_user_cc_pf_b iby_bepkeys BEP_ACCOUNT_ID
iby_bep_acct_opt_vals iby_bepkeys BEP_ACCOUNT_ID
iby_default_bep iby_bepkeys BEP_ACCOUNT_ID
iby_fndcpt_user_dc_pf_b iby_bepkeys BEP_ACCOUNT_ID
iby_acct_pmt_profiles_b iby_bepkeys BEP_ACCOUNT_ID
iby_vcard_programs_b iby_bepkeys BEP_ACCOUNT_ID

Indexes

Index Uniqueness Tablespace Columns
IBY_BEPKEYS_N1 Non Unique Default BEPID
IBY_BEPKEYS_N2 Non Unique Default OWNERID
IBY_BEPKEYS_U1 Unique Default BEP_ACCOUNT_ID, ORA_SEED_SET1
IBY_BEPKEYS_U11 Unique Default BEP_ACCOUNT_ID, ORA_SEED_SET2