[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_FEE_CAT_CI_HT_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_FI_FEE_CAT_CI_HT_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_FI_FEE_CAT_CI_HT_ALL describes the history of changes to a fee category calendar instance.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_FI_FEE_CAT_CI_HT_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
FEE_CAT
FEE_CAL_TYPE
FEE_CI_SEQUENCE_NUMBER
HIST_START_DT
|
| 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. |
| 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_CAT_CI_STATUS | VARCHAR2 | (10) | Describes the status assigned to a fee category calendar instance to indicate its current level of activity. | |
| START_DT_ALIAS | VARCHAR2 | (10) | The code identifying the date alias for the date alias instance for that fee assessment processing starts. | |
| START_DAI_SEQUENCE_NUMBER | NUMBER | (6) | Uniquely identifies the start fee assessment processing date alias instance. | |
| END_DT_ALIAS | VARCHAR2 | (10) | The code identifying the date alias for the date alias instance for that fee assessment processing ends. | |
| END_DAI_SEQUENCE_NUMBER | NUMBER | (6) | Uniquely identifies the end fee assessment processing date alias instance. | |
| RETRO_DT_ALIAS | VARCHAR2 | (10) | The code identifying the date alias for a date alias instance representing the period till retrospective fee assessment can be made. The date alias instance can be optionally used to define a period running past the fee calendar instance processing cycle. If not specified, retrospective fee assessments are not permitted. | |
| RETRO_DAI_SEQUENCE_NUMBER | NUMBER | (6) | Uniquely identifies the retrospective fee assessment processing date alias instance. | |
| 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
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, FEE_CAT_CI_STATUS
, START_DT_ALIAS
, START_DAI_SEQUENCE_NUMBER
, END_DT_ALIAS
, END_DAI_SEQUENCE_NUMBER
, RETRO_DT_ALIAS
, RETRO_DAI_SEQUENCE_NUMBER
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_FEE_CAT_CI_HT_ALL;
IGS.IGS_FI_FEE_CAT_CI_HT_ALL does not reference any database object
IGS.IGS_FI_FEE_CAT_CI_HT_ALL is referenced by following:
APPS
IGS_FI_FEE_CAT_CI_HT_ALL
|
|
|
|