DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_PS_ANL_LOAD

Object Details
Object Name: IGS_PS_ANL_LOAD
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PS_ANL_LOAD
Subobject Name:
Status: VALID


IGS_PS_ANL_LOAD describes the annual load for each year of a program. Units are linked to this load defining the standard load for their EFTSU calculation.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_ANL_LOAD_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_CD
ColumnVERSION_NUMBER
ColumnYR_NUM
ColumnEFFECTIVE_START_DT
Columns
Name Datatype Length Mandatory Comments
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) 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
VERSION_NUMBER NUMBER (3) Yes Version of the program for that the annual load is being specified.
COURSE_CD VARCHAR2 (6) Yes Program for that the annual load figure is being specified.
YR_NUM NUMBER (3) Yes Year to that the annual load figure applies. For example, 1,2,3,4.
EFFECTIVE_START_DT DATE
Yes The date from which the annual load figure becomes effective. The load values which were in existence when the student commenced the program will be the ones used for the duration of the student's program attempt.
EFFECTIVE_END_DT DATE

Date from that the annual load figure is no longer effective.
ANNUAL_LOAD_VAL NUMBER (7) Yes Standard load in credit points used to calculate equivalent full time student unit for the nominated year of the program. Used only where the annual load is not constant over all years of the program.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      VERSION_NUMBER
,      COURSE_CD
,      YR_NUM
,      EFFECTIVE_START_DT
,      EFFECTIVE_END_DT
,      ANNUAL_LOAD_VAL
FROM IGS.IGS_PS_ANL_LOAD;

Dependencies

[top of page]

IGS.IGS_PS_ANL_LOAD does not reference any database object

IGS.IGS_PS_ANL_LOAD is referenced by following:

SchemaAPPS
SynonymIGS_PS_ANL_LOAD