[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AP_ASSET_PC_DT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGF |
| FND Design Data: | IGF.IGF_AP_ASSET_PC_DT
|
| Subobject Name: | |
| Status: | VALID |
OBSOLETE
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGF_AP_ASSET_PC_DT_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
AGE_OLDER_PRNT
CI_CAL_TYPE
CI_SEQUENCE_NUMBER
METHOD_CODE
TABLE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CI_CAL_TYPE | VARCHAR2 | (10) | Yes | Indicates the code for the award year calendar type, used within the operating unit |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Indicates a unique identifier for the award year calendar instance |
| METHOD_CODE | VARCHAR2 | (30) | Yes | Need Analysis Methodology Code |
| TABLE_CODE | VARCHAR2 | (30) | Yes | Setup table Code with Lookup_type as 'IGF_AP_EFC_TABLE_ASPA' |
| AGE_OLDER_PRNT | NUMBER | (3) | Yes | Age of Older Parent or Independent Student |
| PARENT2_ALLOW | NUMBER | (12) | Allowance when there are 2 parents or when the Student is married | |
| PARENT1_ALLOW | NUMBER | (12) | Allowance when there is 1 parent or when the Student in unmarried | |
| 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 CI_CAL_TYPE
, CI_SEQUENCE_NUMBER
, METHOD_CODE
, TABLE_CODE
, AGE_OLDER_PRNT
, PARENT2_ALLOW
, PARENT1_ALLOW
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGF.IGF_AP_ASSET_PC_DT;
IGF.IGF_AP_ASSET_PC_DT does not reference any database object
IGF.IGF_AP_ASSET_PC_DT is referenced by following:
APPS
IGF_AP_ASSET_PC_DT
|
|
|
|