[Home] [Help]
[Dependency Information]
| Object Name: | CLN_PROCAT_CURRENCIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CLN.CLN_PROCAT_CURRENCIES_V
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View of the available currencies the price list can be converted into
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CURRENCY_CODE | VARCHAR2 | (30) | Display name of currency. | |
| CURRENCY_DETAIL_ID | NUMBER | Currency ID. | ||
| LIST_HEADER_ID | NUMBER | Price list header the currency ID is attached to. |
Cut, paste (and edit) the following text to query this object:
SELECT CURRENCY_CODE
, CURRENCY_DETAIL_ID
, LIST_HEADER_ID
FROM APPS.CLN_PROCAT_CURRENCIES_V;
APPS
FND_PROFILE
- show dependent code
QP_CURRENCY_DETAILS
QP_LIST_HEADERS_B
PUBLIC
DUAL
APPS.CLN_PROCAT_CURRENCIES_V is not referenced by any database object
|
|
|
|