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


TABLE: AP.AP_CARD_CURRENCIES

Object Details
Object Name: AP_CARD_CURRENCIES
Object Type: TABLE
Owner: AP
FND Design Data: TableSQLAP.AP_CARD_CURRENCIES
Subobject Name:
Status: VALID


AP_CARD_CURRENCIES contains information that is used by Internet Expenses to
convert numeric currency information for credit card transactions. When credit
card data files are received from card issuers, the currency code can be recorded
as a numeric value. When credit card transactions are validated by the Credit Card
Transaction Validation Report, this table is used to convert the numeric currency
codes to the currency code stored in the database.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_CARD_CURRENCIES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnNUMERIC_CURRENCY_CODE
Columns
Name Datatype Length Mandatory Comments
NUMERIC_CURRENCY_CODE VARCHAR2 (15) Yes Numeric Currency Code
CURRENCY_CODE VARCHAR2 (15) Yes Currency code in database
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT NUMERIC_CURRENCY_CODE
,      CURRENCY_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM AP.AP_CARD_CURRENCIES;

Dependencies

[top of page]

AP.AP_CARD_CURRENCIES does not reference any database object

AP.AP_CARD_CURRENCIES is referenced by following:

SchemaAPPS
SynonymAP_CARD_CURRENCIES