[Home] [Help]
[Dependency Information]
Object Name: | IGS_PS_OFR_PAT_ADM_PERD_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
COURSE_CD | VARCHAR2 | (6) | Yes | The unique identifier for a course being offered. |
VERSION_NUMBER | NUMBER | (3) | Yes | The version number of the course being offered. There can only be one version of a course with a system status of ACTIVE and an unset EXPIRY DATE. |
CAL_TYPE | VARCHAR2 | (10) | Yes | The academic calendar type in which the course is offered. A calendar type is the institution-defined name of a type of calendar used within the organisation. |
CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | The unique identifier for the calendar instance. |
LOCATION_CD | VARCHAR2 | (10) | Yes | This field is the location name or code. The location represents a geographical location and may be used to indicate where courses and units can be offered. |
ATTENDANCE_MODE | VARCHAR2 | (2) | Yes | The mode of attendance of the course offering pattern. |
ATTENDANCE_TYPE | VARCHAR2 | (2) | Yes | The attendance type of the course offering pattern. |
COO_ID | NUMBER | (7) | Yes | The unique number for referencing the course offering option. |
OFFERED_IND | VARCHAR2 | (1) | Yes | An indicator which specifies whether the course offering pattern is currently offered. Setting the checkbox (ticked) makes the course offering pattern available |
ENTRY_POINT_IND | VARCHAR2 | (1) | Yes | An indicator which specifies whether the course offering pattern is an admission entry point to the course. Setting the checkbox (ticked) makes the course offering pattern an entry point |
ADM_CAL_TYPE | VARCHAR2 | (10) | Yes | |
ADM_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | |
ADMISSION_CAT | VARCHAR2 | (10) | Yes | |
S_ADMISSION_PROCESS_TYPE | VARCHAR2 | (30) | Yes | |
CREATED_BY | NUMBER | (15) | Yes | |
CREATION_DATE | DATE | Yes | ||
LAST_UPDATED_BY | NUMBER | (15) | Yes | |
LAST_UPDATE_DATE | DATE | Yes | ||
LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_CD
, VERSION_NUMBER
, CAL_TYPE
, CI_SEQUENCE_NUMBER
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, COO_ID
, OFFERED_IND
, ENTRY_POINT_IND
, ADM_CAL_TYPE
, ADM_CI_SEQUENCE_NUMBER
, ADMISSION_CAT
, S_ADMISSION_PROCESS_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_OFR_PAT_ADM_PERD_V;
APPS.IGS_PS_OFR_PAT_ADM_PERD_V is not referenced by any database object
|
|
|