[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_F_CAT_F_LBL_H_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_FI_F_CAT_F_LBL_H_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_FI_F_CAT_F_LBL_H_ALL describes the history of changes to a fee category fee liability.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_FI_F_CAT_F_LBL_H_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FEE_CAT
FEE_CAL_TYPE
FEE_CI_SEQUENCE_NUMBER
FEE_TYPE
HIST_START_DT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FEE_CAT | VARCHAR2 | (10) | Yes | Describes the fee categories applicable to enrolledstudents. The purpose of the fee category is to identify thedistinct 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. |
| 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. |
| FEE_LIABILITY_STATUS | VARCHAR2 | (10) | Describes the status assigned to a fee category fee liability to indicate its current level of activity. These statuses are user-definable and will map back onto the system fee liabilitystatuses that will define the attached functionality. For example, active, inactive, review. | |
| START_DT_ALIAS | VARCHAR2 | (10) | Code identifying the date alias when date aliasinstance fee assessment starts on | |
| START_DAI_SEQUENCE_NUMBER | NUMBER | (6) | Uniquely identifies the date alias instance. | |
| S_CHG_METHOD_TYPE | VARCHAR2 | (10) | Describes the methods for determining the number of charge rate units, for use in a fee assessment calculation. | |
| RUL_SEQUENCE_NUMBER | NUMBER | (6) | Uniquely identifies a rule | |
| PAYMENT_HIERARCHY_RANK | NUMBER | (5) | Contains the ranking of the payment to implement the apportionment hierarchy. Partial payments will be allocated firstly to invoice lines of a higher rank. - Obsolete. | |
| ORG_ID | NUMBER | (15) | Operating unit identifier | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT FEE_CAT
, FEE_CAL_TYPE
, FEE_CI_SEQUENCE_NUMBER
, FEE_TYPE
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, FEE_LIABILITY_STATUS
, START_DT_ALIAS
, START_DAI_SEQUENCE_NUMBER
, S_CHG_METHOD_TYPE
, RUL_SEQUENCE_NUMBER
, PAYMENT_HIERARCHY_RANK
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_F_CAT_F_LBL_H_ALL;
IGS.IGS_FI_F_CAT_F_LBL_H_ALL does not reference any database object
IGS.IGS_FI_F_CAT_F_LBL_H_ALL is referenced by following:
APPS
IGS_FI_F_CAT_F_LBL_H_ALL
|
|
|
|