[Home] [Help]
[Dependency Information]
| Object Name: | AME_CALLING_APPS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
This view provides the details of transaction types with translated details in the current session language. This view is join between ame_calling_apps and ame_calling_apps_tl based on current session language.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FND_APPLICATION_ID | NUMBER | Yes | FND application identifier for which transaction type belongs | |
| APPLICATION_NAME | VARCHAR2 | (720) | Yes | Name of the transaction type |
| TRANSACTION_TYPE_ID | VARCHAR2 | (50) | Transaction type key | |
| APPLICATION_ID | NUMBER | Yes | AME internal application identifier which identifies a transaction type | |
| LINE_ITEM_ID_QUERY | VARCHAR2 | (4000) | Not used | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| START_DATE | DATE | Yes | Date on which row is activated | |
| END_DATE | DATE | Date on which row is inactivated | ||
| SECURITY_GROUP_ID | NUMBER | (15) | Not used | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update | |
| APPLICATION_KEY | VARCHAR2 | (240) | Yes | Application name |
Cut, paste (and edit) the following text to query this object:
SELECT FND_APPLICATION_ID
, APPLICATION_NAME
, TRANSACTION_TYPE_ID
, APPLICATION_ID
, LINE_ITEM_ID_QUERY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, START_DATE
, END_DATE
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
, APPLICATION_KEY
FROM APPS.AME_CALLING_APPS_VL;
APPS
AME_CALLING_APPS
AME_CALLING_APPS_TL
APPS
AME_APPROVER_DEVIATION_PKG
- show dependent code
AME_UTILITY_PKG
- show dependent code
EDR_RULE_TEMP
- show dependent code
|
|
|
|