[Home] [Help]
[Dependency Information]
| Object Name: | AME_TRANSACTION_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.AME_TRANSACTION_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
List AME Transaction Types
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FND_APPLICATION_ID | NUMBER | Yes | FND application identifier for which the transaction type belongs | |
| TRANSACTION_TYPE_ID | VARCHAR2 | (50) | Transaction type key | |
| DESCRIPTION | VARCHAR2 | (720) | Yes | Name of the transaction type |
| START_DATE | DATE | Yes | Date on which row is activated | |
| END_DATE | DATE | Date on which row is inactivated |
Cut, paste (and edit) the following text to query this object:
SELECT FND_APPLICATION_ID
, TRANSACTION_TYPE_ID
, DESCRIPTION
, START_DATE
, END_DATE
FROM APPS.AME_TRANSACTION_TYPES_V;
APPS
AME_CALLING_APPS
AME_CALLING_APPS_TL
APPS
BEN_ENP_BUS
- show dependent code
OKL_CREDIT_LINE_WF
- show dependent code
OKL_FUNDING_WF
- show dependent code
OKL_KBK_APPROVALS_WF
- show dependent code
OKL_SEC_AGREEMENT_WF
- show dependent code
OKL_SETUPPRODUCTS_PVT
- show dependent code
OKL_SUBSIDY_POOL_WF
- show dependent code
OKL_VP_CR_WF
- show dependent code
OKL_VP_OA_WF
- show dependent code
UMX_REGISTRATION_UTIL
- show dependent code
UMX_REG_SERVICES_PKG
- show dependent code
|
|
|
|