[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_TIMESLOT_PARA_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_EN_TIMESLOT_PARA_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.
To capture the Timeslot Parameters of running the process.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | This is the row identifier. | |
| IGS_EN_TIMESLOT_PARA_ID | NUMBER | (15) | Yes | This column uniquely identifies Timeslot Parameters. |
| PROGRAM_TYPE_GROUP_CD | VARCHAR2 | (10) | Yes | This column contains Program Type Group Codes. |
| PROGRAM_TYPE_GROUP | VARCHAR2 | (60) | Yes | Description of the program type group code. |
| CAL_TYPE | VARCHAR2 | (10) | Yes | This column contains Calendar Types. |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | This column contains Sequence Number. |
| TIMESLOT_CALENDAR | VARCHAR2 | (30) | Yes | This column contains Timeslot calendar. |
| TIMESLOT_ST_TIME | DATE | Yes | The actual start time of the timeslot | |
| TIMESLOT_END_TIME | DATE | Yes | The actual end time of the timeslot . | |
| CAL_TYPE_DESC | VARCHAR2 | (60) | Yes | Description of a type of calendar used within the institution. For example, STANDARD ACADEMIC YEAR, SEMESTER 1 TEACHING PERIOD, TRIMESTER 2 TEACHING PERIOD, and ENROLMENT PERIOD 1. |
| START_DT | DATE | Yes | Date from that a calendar instance becomes effective. For example, the calendar instance Semester 1 1999 may commence on 1/3/1999. | |
| END_DT | DATE | Yes | Date from that a calendar instance is no longer effective. For example, the calendar instance Semester 1 1999 may end on 11/6/1999. | |
| STUDENT_TYPE | VARCHAR2 | (10) | Yes | This column contains Student Type. |
| STUDENT_TYPE_MEANING | VARCHAR2 | (80) | Yes | This column contains meaning of the Student Type. |
| TS_MODE | VARCHAR2 | (1) | Yes | Mode of the process - Trial or Final. Can have only two values T or F. |
| MAX_HEAD_COUNT | NUMBER | (15) | Yes | The maximum headcount for one timeslot session. |
| LENGTH_OF_TIME | NUMBER | (15) | Yes | The length of each timeslot session in minutes. |
| 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 | |
| ORG_ID | NUMBER | (15) | Operating Unit Identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, IGS_EN_TIMESLOT_PARA_ID
, PROGRAM_TYPE_GROUP_CD
, PROGRAM_TYPE_GROUP
, CAL_TYPE
, SEQUENCE_NUMBER
, TIMESLOT_CALENDAR
, TIMESLOT_ST_TIME
, TIMESLOT_END_TIME
, CAL_TYPE_DESC
, START_DT
, END_DT
, STUDENT_TYPE
, STUDENT_TYPE_MEANING
, TS_MODE
, MAX_HEAD_COUNT
, LENGTH_OF_TIME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM APPS.IGS_EN_TIMESLOT_PARA_V;
APPS
IGS_CA_INST
IGS_CA_TYPE
IGS_EN_TIMESLOT_PARA
IGS_LOOKUPS_VIEW
IGS_PS_TYPE_GRP
APPS.IGS_EN_TIMESLOT_PARA_V is not referenced by any database object
|
|
|
|