DBA Data[Home] [Help] [Dependency Information]


TABLE: IBY.IBY_FNDCPT_TX_EXTENSIONS

Object Details
Object Name: IBY_FNDCPT_TX_EXTENSIONS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_FNDCPT_TX_EXTENSIONS
Subobject Name:
Status: VALID


"The data in this table will be created by the source products through the public API IBY_FNDCPT_TRXN_PUB, Create_Transaction_Extension and Copy_Transaction_Extension to register a Funds capture transaction.
IBY_FNDCPT_TX_EXTENSIONS table stores the payment processing-specific attributes of a source product's transaction. The payment entities and attributes include payment method, payment instrument assignment, and payment method-driven transaction attributes. The payment method-driven transaction attributes are credit card, security value, voice authorization flag, voice authorization code, and voice authorization date.
"


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_FNDCPT_TX_EXTENSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRXN_EXTENSION_ID
IBY_FNDCPT_TX_EXTENSIONS_IU_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnINSTR_ASSIGNMENT_ID
IBY_FNDCPT_TX_EXTENSIONS_O_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnORDER_ID
Columns
Name Datatype Length Mandatory Comments
TRXN_EXTENSION_ID NUMBER (15) Yes Unique internal Identifier for this record. Generated using a database sequence. Sequence used is IBY_FNDCPT_TX_EXTENSIONS_S.nextval
PAYMENT_CHANNEL_CODE VARCHAR2 (30) Yes Payment channel code. Possible values can be CREDIT_CARD, BANK_ACCT_XFER and BILLS_RECEIVABLE.
EXT_PAYER_ID NUMBER (15)
Foreign key to IBY_EXTERNAL_PAYERS_ALL.EXT_PAYER_ID
INSTR_ASSIGNMENT_ID NUMBER (15)
This column is a foreign key to IBY_PMT_INSTR_USES_ALL.INSTRUMENT_PAYMENT_USE_ID
INSTRUMENT_SECURITY_CODE VARCHAR2 (10)
Instrument security code. For credit cards this is the 3 or 4-digit security code printed on the card's reverse. Also known as CVVC for MasterCard, CVV2 for Visa, and CID for American Express. This column is encrypted.
INSTR_SEC_CODE_LENGTH NUMBER (2)
Instrument security code length; used to help in data compression
VOICE_AUTHORIZATION_FLAG VARCHAR2 (1)
Y or N flag indicating this transaction has a voice authorization
VOICE_AUTHORIZATION_DATE DATE

Voice authorization date
VOICE_AUTHORIZATION_CODE VARCHAR2 (100)
Voice authorization code
ORDER_ID VARCHAR2 (75)
Transaction order identifier
PO_NUMBER VARCHAR2 (100)
Purchase order number
TRXN_REF_NUMBER1 VARCHAR2 (20)
Transaction reference number 1; optional transaction identifier used within the calling application
TRXN_REF_NUMBER2 VARCHAR2 (20)
Transaction reference number 2; optional transaction identifier used within the calling application
ADDITIONAL_INFO VARCHAR2 (255)
Free-text field for additional information
INSTR_CODE_SEC_SEGMENT_ID NUMBER (15)
Foreign key to IBY_SECURITY_SEGMENTS.SEC_SEGMENT_ID
ENCRYPTED VARCHAR2 (1) Yes Whether the extension is encrypted
PO_LINE_NUMBER VARCHAR2 (100)
Purchase order line number
ORIGIN_APPLICATION_ID NUMBER
Yes Originating application id
TANGIBLEID VARCHAR2 (80)
The tangibleid generated by IBY for the transaction. This column is used by Oracle Payments to link the upgraded transaction extensions with their associated IBY operations.
CREATED_BY NUMBER (15) Yes Standard who column - unique internal identifier of user who created this row. Foreign key to the USER_ID column of the FND_USER table.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - unique internal identifier user who last updated this row. Foreign key to the USER_ID column of the FND_USER table.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row. Foreign key to the LOGIN_ID column of the FND_LOGINS table.
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes that subsequently allows for checking if there is 'dirty' or old data on the screen compared to what is in the database. This number is incremented for every update to the row through the application.
PAYMENT_SYSTEM_ORDER_NUMBER VARCHAR2 (80)
Payment System Order Number for the transaction.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRXN_EXTENSION_ID
,      PAYMENT_CHANNEL_CODE
,      EXT_PAYER_ID
,      INSTR_ASSIGNMENT_ID
,      INSTRUMENT_SECURITY_CODE
,      INSTR_SEC_CODE_LENGTH
,      VOICE_AUTHORIZATION_FLAG
,      VOICE_AUTHORIZATION_DATE
,      VOICE_AUTHORIZATION_CODE
,      ORDER_ID
,      PO_NUMBER
,      TRXN_REF_NUMBER1
,      TRXN_REF_NUMBER2
,      ADDITIONAL_INFO
,      INSTR_CODE_SEC_SEGMENT_ID
,      ENCRYPTED
,      PO_LINE_NUMBER
,      ORIGIN_APPLICATION_ID
,      TANGIBLEID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      PAYMENT_SYSTEM_ORDER_NUMBER
FROM IBY.IBY_FNDCPT_TX_EXTENSIONS;

Dependencies

[top of page]

IBY.IBY_FNDCPT_TX_EXTENSIONS does not reference any database object

IBY.IBY_FNDCPT_TX_EXTENSIONS is referenced by following:

SchemaAPPS
SynonymIBY_FNDCPT_TX_EXTENSIONS