[Home] [Help]
[Dependency Information]
Object Name: | AP_CURRENCY_GROUP |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AP_CURRENCY_GROUP_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AP_CURRENCY_GROUP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
AP_CURRENCY_GROUP_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
AP.AP_CURRENCY_GROUP does not reference any database object
AP.AP_CURRENCY_GROUP is referenced by following:
|
|
|