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


TABLE: PN.PN_CURRENCIES

Object Details
Object Name: PN_CURRENCIES
Object Type: TABLE
Owner: PN
FND Design Data: TablePN.PN_CURRENCIES
Subobject Name:
Status: VALID


PN_CURRENCIES stores information about currency code and conversion type. This is used to apply a conversion rate as defined in Oracle General Ledger for transferring payment items to Oracle Accounts Payables.
This table is partitioned by org.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CURRENCY_CODE VARCHAR2 (15) Yes Code defined for a currency
CONVERSION_TYPE VARCHAR2 (30) Yes Conversion type name. The value is referenced from GL_DAILY_CONVERSION_TYPES
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
Query Text

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


SELECT CURRENCY_CODE
,      CONVERSION_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PN.PN_CURRENCIES;

Dependencies

[top of page]

PN.PN_CURRENCIES does not reference any database object

PN.PN_CURRENCIES is referenced by following:

SchemaPN
ViewPN_CURRENCIES#