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


TABLE: AP.AP_CURRENCY_GROUP

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


This table has been created to allow the user to select multiple values for the payment currencies for the Payment Process Request Template or the Payment Process Request. These values will be ORed in the query when multiple values exist during the AutoSelect Program. For example, if the user selects Currencies USD and CAD, then the query will retrieve scheduled payments where the currency is equal to USD or CAD and matches the other selection criteria.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AP_CURRENCY_GROUP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCURRENCY_GROUP_ID
AP_CURRENCY_GROUP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
AP_CURRENCY_GROUP_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHECKRUN_ID
Columns
Name Datatype Length Mandatory Comments
CURRENCY_GROUP_ID NUMBER (15) Yes System generated primary key
CURRENCY_CODE VARCHAR2 (30) Yes Payment Currency Code
TEMPLATE_ID NUMBER (15)
Template Identifier
CHECKRUN_ID NUMBER (15)
Payment process request identifier
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT CURRENCY_GROUP_ID
,      CURRENCY_CODE
,      TEMPLATE_ID
,      CHECKRUN_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AP.AP_CURRENCY_GROUP;

Dependencies

[top of page]

AP.AP_CURRENCY_GROUP does not reference any database object

AP.AP_CURRENCY_GROUP is referenced by following:

SchemaAP
ViewAP_CURRENCY_GROUP#