[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AP_NEED_MTH_TYP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AP_NEED_MTH_TYP_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Unique Row Identifier | |
| METHOD_CODE | VARCHAR2 | (30) | Yes | Family contribution method code |
| METHOD_DESC | VARCHAR2 | (80) | Yes | Family contribution method description |
| EMULATE_FED | VARCHAR2 | (30) | A flag which indicates if the current methodology emulates the federal methodology | |
| INST_METHOD | VARCHAR2 | (30) | A flag which indicates if the current methodology emulates the Institutional methodology | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, METHOD_CODE
, METHOD_DESC
, EMULATE_FED
, INST_METHOD
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGF_AP_NEED_MTH_TYP_V;
APPS
IGF_AP_NEED_MTH_TYP
APPS.IGF_AP_NEED_MTH_TYP_V is not referenced by any database object
|
|
|
|