[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_ACAD_INTENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_PE_ACAD_INTENTS_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) | Row ID | |
| ACAD_INTENT_ID | NUMBER | Yes | Academic Intent Unique Identifier | |
| PERSON_ID | NUMBER | (15) | Yes | Person Identifier |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Name of a type of calendar used within the organization |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | Unique identifier for the calendar instance |
| ACAD_INTENT_CODE | VARCHAR2 | (30) | Yes | Academic Intent |
| CALENDAR_DESC | VARCHAR2 | (30) | Description for the Calendar Instance | |
| ACAD_INTENT_DESC | VARCHAR2 | (80) | Yes | Description of Academic intent |
| CAL_START_DT | DATE | Yes | Calendar Start Date | |
| CAL_END_DT | DATE | Yes | Calendar End Date | |
| ACTIVE_FLAG | VARCHAR2 | (1) | Yes | Active flag |
| 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
, ACAD_INTENT_ID
, PERSON_ID
, CAL_TYPE
, SEQUENCE_NUMBER
, ACAD_INTENT_CODE
, CALENDAR_DESC
, ACAD_INTENT_DESC
, CAL_START_DT
, CAL_END_DT
, ACTIVE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_ACAD_INTENTS_V;
APPS
IGS_CA_INST_ALL
IGS_LOOKUP_VALUES
IGS_PE_ACAD_INTENTS
APPS.IGS_PE_ACAD_INTENTS_V is not referenced by any database object
|
|
|
|