[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_OR_UNIT_WLST_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_OR_UNIT_WLST_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_EN_OR_UNIT_WLST_ALL describes the fields required to set organization unit waitlist.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_OR_UNIT_WLST_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_WLST_ID
|
| IGS_EN_OR_UNIT_WLST_ALL_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_CD
START_DT
CAL_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_UNIT_WLST_ID | NUMBER | Yes | Unique number that identifies an organization unit waitlist. | |
| ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Represents organization unit code |
| START_DT | DATE | Yes | Describes the start date for a waitlist. | |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Name of a load calendar type associated with the specified waitlist. |
| SEQUENCE_NUMBER | NUMBER | (6) | Holds the waitlist sequence for a specific unit for internal processing. -Obsolete | |
| WAITLIST_ALWD | VARCHAR2 | (1) | Indicator that specifies whether waitlist is allowed over a specific calendar instance. If not checked then no waitlists can be entered for the corresponding calendar instance. -Obsolete | |
| MAX_WLST_PER_STUD | NUMBER | (6) | Identifies the maximum number of waitlists a student can be in for a given calendar instance. -Obsolete | |
| MAX_STUD_PER_WLST | NUMBER | (10) | Represents the maximum number of students who can be in a waitlist. | |
| SMTANUS_WLST_UNIT_ENR_ALWD | VARCHAR2 | (1) | Yes | Indicator that identifies whether more than one student can be allowed waiting for a unit enrolment in the given calendar instance. |
| ASSES_CHRG_FOR_WLST_STUD | VARCHAR2 | (1) | Yes | Indicator that identifies whether unit or program charges should be assessed for a student in the waitlist. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| ORG_ID | NUMBER | (15) | Operating unit identifier | |
| 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 | |
| CLOSED_FLAG | VARCHAR2 | (1) | Yes | Indicates if the record is closed or active. Allowable values are N and Y. |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_UNIT_WLST_ID
, ORG_UNIT_CD
, START_DT
, CAL_TYPE
, SEQUENCE_NUMBER
, WAITLIST_ALWD
, MAX_WLST_PER_STUD
, MAX_STUD_PER_WLST
, SMTANUS_WLST_UNIT_ENR_ALWD
, ASSES_CHRG_FOR_WLST_STUD
, CREATED_BY
, CREATION_DATE
, ORG_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CLOSED_FLAG
FROM IGS.IGS_EN_OR_UNIT_WLST_ALL;
IGS.IGS_EN_OR_UNIT_WLST_ALL does not reference any database object
IGS.IGS_EN_OR_UNIT_WLST_ALL is referenced by following:
APPS
IGS_EN_OR_UNIT_WLST_ALL
|
|
|
|