[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_FEE_TRG_HIST_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_FEE_TRG_HIST_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_FEE_TRG_HIST_ALL describes the history of changes to a program type, program_group, program, program offering option fee trigger.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_FEE_TRG_HIST_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FEE_CAT
FEE_CAL_TYPE
FEE_CI_SEQUENCE_NUMBER
FEE_TYPE
COURSE_CD
SEQUENCE_NUMBER
HIST_START_DT
|
| IGS_PS_FEE_TRG_HIST_ALL_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
CAL_TYPE
LOCATION_CD
ATTENDANCE_MODE
ATTENDANCE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FEE_CAT | VARCHAR2 | (10) | Yes | Describes the fee categories applicable to enrolled students. The purpose of the fee category is to identify the distinct fee assessment groups assigned fee type liabilities. |
| FEE_CAL_TYPE | VARCHAR2 | (10) | Yes | Calendar type with calendar category fee. |
| FEE_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Uniquely identifies the calendar instance. |
| FEE_TYPE | VARCHAR2 | (10) | Yes | Describes the fee types used for the purpose of applying fees and charges. A fee type can be used with many fee categories, permitting a single system wide fee definition to be used. For example, HECS, GUILD. |
| COURSE_CD | VARCHAR2 | (6) | Yes | Unique identifier for the program. |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | Uniquely identifies the program fee trigger. |
| HIST_START_DT | DATE | Yes | Effective start date and time of the history record. | |
| HIST_END_DT | DATE | Yes | Effective end date and time of the history record. | |
| HIST_WHO | NUMBER | (15) | Yes | Updated by person at the time of the history. |
| VERSION_NUMBER | NUMBER | (3) | Version number of the program. There can only be one version of a program with a system status of ACTIVE and an unset EXPIRY DATE. | |
| CAL_TYPE | VARCHAR2 | (10) | Academic calendar type in that the program is offered. A calendar type is the institution-defined name of a type of calendar used within the organization. | |
| LOCATION_CD | VARCHAR2 | (10) | Location code, or campus, of the program offering option. | |
| ATTENDANCE_MODE | VARCHAR2 | (2) | Mode of attendance of the program offering option. | |
| ATTENDANCE_TYPE | VARCHAR2 | (2) | Attendance type of the program offering option. | |
| CREATE_DT | DATE | Contains the data and time the fee trigger was created. | ||
| FEE_TRIGGER_GROUP_NUMBER | NUMBER | (6) | Describes the number that uniquely identifies the fee trigger group. | |
| 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 FEE_CAT
, FEE_CAL_TYPE
, FEE_CI_SEQUENCE_NUMBER
, FEE_TYPE
, COURSE_CD
, SEQUENCE_NUMBER
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, VERSION_NUMBER
, CAL_TYPE
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, CREATE_DT
, FEE_TRIGGER_GROUP_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_ID
FROM IGS.IGS_PS_FEE_TRG_HIST_ALL;
IGS.IGS_PS_FEE_TRG_HIST_ALL does not reference any database object
IGS.IGS_PS_FEE_TRG_HIST_ALL is referenced by following:
APPS
IGS_PS_FEE_TRG_HIST_ALL
|
|
|
|