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


Payment attributes for a given funds capture transaction


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 Sequence: IBY_FNDCPT_TX_EXTENSIONS_S.nextval
PAYMENT_CHANNEL_CODE VARCHAR2 (30) Yes Payment channel code
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 (30)
Transaction reference number 1; optional transaction identifier used within the calling application
TRXN_REF_NUMBER2 VARCHAR2 (30)
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 will be used by Oracle Payments to link the upgraded transaction extensions with their associated IBY operations.
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
OBJECT_VERSION_NUMBER NUMBER
Yes Object Version Number
PAYMENT_SYSTEM_ORDER_NUMBER VARCHAR2 (80)
This is the Payment System Order Number for the transaction.
SEQ_TYPE_LAST VARCHAR2 (1)
Flag to denote the last transaction for a recurrent type
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
,      SEQ_TYPE_LAST
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:

SchemaIBY
ViewIBY_FNDCPT_TX_EXTENSIONS#