[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_STUDENT_UNIT_TRANSFERS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_STUDENT_UNIT_TRANSFERS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view describes the link between two units that were involved in a program transfer
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_IDENTIFIER | NUMBER | (15) | Yes | This view describes the ID code that uniquely identifies a person |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for the person |
| PERSON_NAME | VARCHAR2 | (360) | Yes | Full Name of the person. |
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | The program code that the student program attempt record has been transferred "to" |
| PROGRAM_TITLE | VARCHAR2 | (90) | Yes | The title or full name of the program that the student program attempt record has been transferred "to" |
| TRANSFER_PROGRAM_CODE | VARCHAR2 | (6) | Yes | The program code that the student program attempt record has been transferred "from" |
| TRANSFER_PROGRAM_TITLE | VARCHAR2 | (90) | Yes | The title or full name of the program that the student program attempt record has been transferred "from" |
| TRANSFER_DATE | DATE | Yes | The date on which the unit was transferred to the new program attempt record | |
| UNIT_CODE | VARCHAR2 | (10) | Yes | The code used to identify a unit that has been included in a program |
| UNIT_TITLE | VARCHAR2 | (90) | Yes | The title of the unit |
| UNIT_VERSION | NUMBER | (3) | Yes | Unit Version Number |
| CALENDAR_TYPE | VARCHAR2 | (10) | Yes | Name of the teaching calendar within the university. |
| CAL_INST_SEQUENCE_NUMBER | NUMBER | (6) | Yes | This field uniquely identifies the calendar instance |
| CALENDAR_START_DATE | DATE | Yes | Calendar Instance Start Date | |
| CALENDAR_END_DATE | DATE | Yes | Calendar Instance End Date | |
| CALENDAR_TYPE_DESC | VARCHAR2 | (30) | Description of the teaching calendar | |
| LOCATION_CODE | VARCHAR2 | (10) | Yes | Location Code |
| LOCATION_CODE_DESC | VARCHAR2 | (60) | Yes | Description of location code |
| UNIT_CLASS | VARCHAR2 | (10) | Yes | Unit Class |
| UNIT_CLASS_DESC | VARCHAR2 | (60) | Yes | Unit Class Description |
| UNIT_SECTION_ID | NUMBER | (7) | Yes | Unique Identifier for a unit offering option. |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_IDENTIFIER
, PERSON_NUMBER
, PERSON_NAME
, PROGRAM_CODE
, PROGRAM_TITLE
, TRANSFER_PROGRAM_CODE
, TRANSFER_PROGRAM_TITLE
, TRANSFER_DATE
, UNIT_CODE
, UNIT_TITLE
, UNIT_VERSION
, CALENDAR_TYPE
, CAL_INST_SEQUENCE_NUMBER
, CALENDAR_START_DATE
, CALENDAR_END_DATE
, CALENDAR_TYPE_DESC
, LOCATION_CODE
, LOCATION_CODE_DESC
, UNIT_CLASS
, UNIT_CLASS_DESC
, UNIT_SECTION_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_STUDENT_UNIT_TRANSFERS;
APPS
HZ_PARTIES
IGS_AD_LOCATION_ALL
IGS_AS_UNIT_CLASS_ALL
IGS_CA_INST_ALL
IGS_EN_STDNT_PS_ATT_ALL
IGS_EN_SU_ATTEMPT_ALL
IGS_PS_STDNT_UNT_TRN
IGS_PS_UNIT_OFR_OPT_ALL
IGS_PS_UNIT_VER_ALL
IGS_PS_VER_ALL
APPS.IGSFV_STUDENT_UNIT_TRANSFERS is not referenced by any database object
|
|
|
|