[Home] [Help]
[Dependency Information]
Object Name: | IBY_CREDITCARD_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View used to work with registered credit cards.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INSTRID | NUMBER | (15) | Yes | ID that iPayment uses to identify a registered credit card. |
CARD_OWNER_ID | NUMBER | (15) | Card Owner ID | |
CCNUMBER | VARCHAR2 | (30) | Yes | Credit card number. |
CC_NUMBER_HASH1 | VARCHAR2 | (64) | Credit card number hash #1 | |
CC_NUMBER_HASH2 | VARCHAR2 | (64) | Credit card number hash #2 | |
EXPIRYDATE | DATE | Date after which the credit card expires. | ||
FINAME | VARCHAR2 | (80) | The name of the financial institution (bank) that issued the card. | |
ACCTTYPE | VARCHAR2 | (0) | Type of credit card account. | |
CHNAME | VARCHAR2 | (80) | Card holder name. | |
INSTRNAME | VARCHAR2 | (80) | Mnemonic for a registered credit card. | |
OWNERTYPE | VARCHAR2 | (0) | The type of the account holder (e.g. user). | |
OWNERID | VARCHAR2 | (0) | ID that iPayment uses to identify credit card holder. | |
INSTRBUF | VARCHAR2 | (240) | Description of registered credit card. | |
ENCRYPTED | VARCHAR2 | (1) | Indicates if the instrument is encrypted |
Cut, paste (and edit) the following text to query this object:
SELECT INSTRID
, CARD_OWNER_ID
, CCNUMBER
, CC_NUMBER_HASH1
, CC_NUMBER_HASH2
, EXPIRYDATE
, FINAME
, ACCTTYPE
, CHNAME
, INSTRNAME
, OWNERTYPE
, OWNERID
, INSTRBUF
, ENCRYPTED
FROM APPS.IBY_CREDITCARD_V;
|
|
|