[Home] [Help]
[Dependency Information]
Object Name: | IGS_FI_FEE_AS_RT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_FI_FEE_AS_RT describes special contract based fee assessment rates specific to a student for a fee type, that overrides the fee category fee liability fee assessment rates normally applied.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_FI_FEE_AS_RT_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
IGS_FI_FEE_AS_RT_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
IGS_FI_FEE_AS_RT_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
IGS_FI_FEE_AS_RT_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
IGS_FI_FEE_AS_RT_N4 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_ID | NUMBER | (15) | Yes | Person Identifier and foreign key to HZ_PARTIES. This is a sequence generated value. |
COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program code |
FEE_TYPE | VARCHAR2 | (10) | Yes | Describes the fee types used for the purpose of applying fees and charges. A fee types might be used with many fee categories, permitting a single system wide fee definition to be used. For example, contribution, guild. |
START_DT | DATE | Yes | Describes the date a contract fee assessment rate is effective from. | |
END_DT | DATE | Describes the date a contract fee assessment rate is no longer effective. | ||
LOCATION_CD | VARCHAR2 | (10) | Describes the program location for that the contract applies. If the field is left blank, the contract rate applies to all locations. If a value is entered the contract rate applies only to the nominated location. | |
ATTENDANCE_TYPE | VARCHAR2 | (2) | Describes the attendance types for that the contract applies. These types are user-defined. | |
ATTENDANCE_MODE | VARCHAR2 | (2) | Describes the attendance mode to that the contract applies. These modes are user-defined. | |
CHG_RATE | NUMBER | Yes | Describes the monetary value of the contract fee assessment rate. | |
LOWER_NRML_RATE_OVRD_IND | VARCHAR2 | (1) | Yes | Indicator that specifies whether or not a lower normal fee assessment rate will override the contract fee assessment rate. Setting the indicator ticked ensures that a lower normal rate will be used in preference to the contract rate. |
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 PERSON_ID
, COURSE_CD
, FEE_TYPE
, START_DT
, END_DT
, LOCATION_CD
, ATTENDANCE_TYPE
, ATTENDANCE_MODE
, CHG_RATE
, LOWER_NRML_RATE_OVRD_IND
, 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_FI_FEE_AS_RT;
IGS.IGS_FI_FEE_AS_RT does not reference any database object
IGS.IGS_FI_FEE_AS_RT is referenced by following:
|
|
|