IBY_ECAPP

IBY_ECAPP stores information about Electronic Commerce Applications registered with iPayment. Oracle Applications which integrate with iPayment directly - via iPayment Java and PL/SQL API's are treated as EC applications by iPayment. They will be seeded by iPayment in this table out-off-box from 115.10. Their APPLICATION_SHORT_NAME and ECAPPID will correspond to the APPLICATION_SHORT_NAME and APPLICATION_ID in FND_APPLICATION table respectively. Further, the APPLICATION_SHORT_NAME and APPLICATION_ID used by all Oracle Applications are reserved. You may not register a custom EC application with the corresponding APPLICATION_SHORT_NAME and APPLICATION_ID (ECAPPID).

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IBY_ECAPP_PK

ECAPPID

Columns

Name Datatype Length Precision Not-null Comments
ECAPPID NUMBER 18 Yes Electronic Commerce Application identifier
NAME VARCHAR2 80 Yes Electronic Commerce Application name
APPLICATION_SHORT_NAME VARCHAR2 50 Yes Application Short Name
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 environments
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_payee iby_ecapp ECAPPID

Indexes

Index Uniqueness Columns
IBY_ECAPP_APPSHORTNAME_U2 Unique APPLICATION_SHORT_NAME, ORA_SEED_SET1
IBY_ECAPP_APPSHORTNAME_U21 Unique APPLICATION_SHORT_NAME, ORA_SEED_SET2
IBY_ECAPP_ECAPPID_U1 Unique ECAPPID, ORA_SEED_SET1
IBY_ECAPP_ECAPPID_U11 Unique ECAPPID, ORA_SEED_SET2