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


TABLE: JTF.JTF_MSITE_CURRENCIES

Object Details
Object Name: JTF_MSITE_CURRENCIES
Object Type: TABLE
Owner: JTF
FND Design Data: TableJTF.JTF_MSITE_CURRENCIES
Subobject Name:
Status: VALID


JTF_MSITE_CURRENCIES stores the currencies supported by the mini-sites defined in JTF_MSITES_B. A mini-site need to support at least one currency and can support more than one currencies. The default currency for a mini-site must be supported by the same mini-site as well.
For each mini-site and any of its supported currencies, this table also stores the orderable limit and the price lists for business partners, registered and walkin customers, stored in QP_LIST_HEADERS_B.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
JTF_MSITE_CURRENCIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCURRENCY_CODE
JTF_MSITE_CURRENCIES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnMSITE_ID
Columns
Name Datatype Length Mandatory Comments
MSITE_CURRENCY_ID NUMBER
Yes Mini Site Currency Identifier.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object version number for Locking
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
MSITE_ID VARCHAR2 (240) Yes Mini Site Identifier.
CURRENCY_CODE VARCHAR2 (15) Yes Currency code identifies the currency supported by the minisite.
BIZPARTNER_PRC_LISTID NUMBER (15) Yes Price list identifier, for business partner
REGISTERED_PRC_LISTID NUMBER (15) Yes Price list Identifier, for registered users.
WALKIN_PRC_LISTID NUMBER (15) Yes Price list Identifier, for walkin users.
ORDERABLE_LIMIT NUMBER (15)
Maximum orderable Amount per mini site and currency.
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
Query Text

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


SELECT MSITE_CURRENCY_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      MSITE_ID
,      CURRENCY_CODE
,      BIZPARTNER_PRC_LISTID
,      REGISTERED_PRC_LISTID
,      WALKIN_PRC_LISTID
,      ORDERABLE_LIMIT
,      SECURITY_GROUP_ID
FROM JTF.JTF_MSITE_CURRENCIES;

Dependencies

[top of page]

JTF.JTF_MSITE_CURRENCIES does not reference any database object

JTF.JTF_MSITE_CURRENCIES is referenced by following:

SchemaAPPS
SynonymJTF_MSITE_CURRENCIES