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


TABLE: IBY.IBY_CREDITCARD_ISSUERS_B

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


Holds the list of accepted card brands


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_CREDITCARD_ISSUERS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCARD_ISSUER_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
CARD_ISSUER_CODE VARCHAR2 (30) Yes Card Issuer Code if know. Otherwise UNKNOWN.
CARD_ISSUER_ACCEPTED_FLAG VARCHAR2 (1) Yes Y or N flag indicating whether the credit card brand is accepted for fund capture.
AUTHORIZATION_VALIDITY_PERIOD NUMBER (15)
Authorization validity period
DIGIT_CHECK_FLAG VARCHAR2 (1) Yes Whether a MOD-10 digit check applies to this issuer's card numbers
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 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. The situation occurs when the HTML application is an 'stateless' application.
AUTH_REVERSAL_FLAG VARCHAR2 (1)
Indicates if authorization reversal is supported by the Payment System. U-UNSUPPORTED, F-FULL_ONLY, M-FULL_AND_PARTIAL
ALLOW_CAPTURE_EX_AUTH_FLAG VARCHAR2 (1)
Y/N flag indicating if the payment system allows capture amount greater than authorization amount
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT CARD_ISSUER_CODE
,      CARD_ISSUER_ACCEPTED_FLAG
,      AUTHORIZATION_VALIDITY_PERIOD
,      DIGIT_CHECK_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      AUTH_REVERSAL_FLAG
,      ALLOW_CAPTURE_EX_AUTH_FLAG
,      ZD_EDITION_NAME
FROM IBY.IBY_CREDITCARD_ISSUERS_B;

Dependencies

[top of page]

IBY.IBY_CREDITCARD_ISSUERS_B does not reference any database object

IBY.IBY_CREDITCARD_ISSUERS_B is referenced by following:

SchemaIBY
ViewIBY_CREDITCARD_ISSUERS_B#