[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_FEE_TRG |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_FEE_TRG
|
| Subobject Name: | |
| Status: | VALID |
This entity describes the program based fee triggers. It is used during fee assessment processing to indicate a program-based fee applies for a fee type.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_FEE_TRG_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FEE_CAT
FEE_CAL_TYPE
FEE_CI_SEQUENCE_NUMBER
FEE_TYPE
COURSE_CD
SEQUENCE_NUMBER
|
| IGS_PS_FEE_TRG_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ATTENDANCE_MODE
|
| IGS_PS_FEE_TRG_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
CAL_TYPE
LOCATION_CD
ATTENDANCE_MODE
ATTENDANCE_TYPE
|
| IGS_PS_FEE_TRG_N5 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ATTENDANCE_TYPE
|
| IGS_PS_FEE_TRG_N6 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CAL_TYPE
|
| IGS_PS_FEE_TRG_N8 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FEE_CAT
FEE_CAL_TYPE
FEE_CI_SEQUENCE_NUMBER
FEE_TYPE
FEE_TRIGGER_GROUP_NUMBER
|
| IGS_PS_FEE_TRG_N9 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LOCATION_CD
|
| 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 used in the assessment of student fees. |
| 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. |
| COURSE_CD | VARCHAR2 | (6) | Yes | Code of a program that will trigger a fee assessment. |
| SEQUENCE_NUMBER | NUMBER | (6) | Yes | Uniquely identifies the program fee trigger. |
| VERSION_NUMBER | NUMBER | (3) | Version number of the program. Entering a version number will limit the fee to students whose student program attempt version number matches the version number. | |
| CAL_TYPE | VARCHAR2 | (10) | Institution-defined name of a type academic of calendar used within the institution. Programs can only be offered in instances of calendar types that are categorized as academic. | |
| LOCATION_CD | VARCHAR2 | (10) | Code of a physical location owned or used by an institution. Entering a location code will limit the fee to students whose program and nominated location match the trigger. | |
| ATTENDANCE_MODE | VARCHAR2 | (2) | Code of an institution-defined attendance mode. Entering an attendance mode value will limit the fee to students whose derived attendance mode matches the value. | |
| ATTENDANCE_TYPE | VARCHAR2 | (2) | Code of an institution-defined attendance type. Entering an attendance type value will limit the fee to students whose derived attendance type matches the value. | |
| CREATE_DT | DATE | Yes | Contains the data and time the program fee trigger was created. | |
| FEE_TRIGGER_GROUP_NUMBER | NUMBER | (6) | Describes the number that uniquely identifies the fee trigger group. | |
| LOGICAL_DELETE_DT | DATE | Date the fee trigger was logically deleted. | ||
| 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 | |
| REQUEST_ID | NUMBER | (15) | Request identifier of last concurrent program to update this record. | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Application identifier of last concurrent program to update this record. | |
| PROGRAM_ID | NUMBER | (15) | Program identifier of last concurrent program to update this record. | |
| PROGRAM_UPDATE_DATE | DATE | Last update date of this record by a concurrent program |
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
, VERSION_NUMBER
, CAL_TYPE
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, CREATE_DT
, FEE_TRIGGER_GROUP_NUMBER
, LOGICAL_DELETE_DT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM IGS.IGS_PS_FEE_TRG;
IGS.IGS_PS_FEE_TRG does not reference any database object
IGS.IGS_PS_FEE_TRG is referenced by following:
APPS
IGS_PS_FEE_TRG
|
|
|
|