[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_NEED_ANLY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AW_NEED_ANLY_V
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BASE_ID | NUMBER | (10) | Yes | |
| IM_COA | NUMBER | (12) | ||
| IM_EFC | NUMBER | (12) | ||
| IM_PAID_AMT | NUMBER | (10) | ||
| FM_COA | NUMBER | (10) | ||
| FM_EFC | NUMBER | |||
| FM_PAID_AMT | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT BASE_ID
, IM_COA
, IM_EFC
, IM_PAID_AMT
, FM_COA
, FM_EFC
, FM_PAID_AMT
FROM APPS.IGF_AW_NEED_ANLY_V;
APPS
IGF_AP_FA_BASE_REC
IGF_AW_AWARD
IGF_AW_FUND_MAST
APPS.IGF_AW_NEED_ANLY_V is not referenced by any database object
|
|
|
|