[Home] [Help]
[Dependency Information]
Object Name: | IGS_FI_WAIVER_PGMS |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores the Waiver Programs defined in the system and the related information.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_FI_WAIVER_PGMS_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
IGS_FI_WAIVER_PGMS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FEE_CAL_TYPE | VARCHAR2 | (10) | Yes | Fee Calendar Type under for which the Waiver Program is applicable. |
FEE_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Fee Calendar Instance Sequence Number for which the Waiver is applicable. |
WAIVER_NAME | VARCHAR2 | (30) | Yes | Waiver Program Name |
OBJECT_VERSION_NUMBER | NUMBER | Yes | This column is used for locking rows in the database. | |
WAIVER_DESC | VARCHAR2 | (240) | Yes | Description of the Waiver Program |
WAIVER_STATUS_CODE | VARCHAR2 | (30) | Yes | Status of the Waiver Program. The valid values are Active or Inactive |
CREDIT_TYPE_ID | NUMBER | (15) | Yes | Credit Type Identifier of the Credit Type attached to the Waiver Program. |
ADJUSTMENT_FEE_TYPE | VARCHAR2 | (10) | Yes | Adjustment Fee Type attached to the Waiver Program |
TARGET_FEE_TYPE | VARCHAR2 | (10) | Yes | Target Fee Type of the Waiver Program. |
WAIVER_METHOD_CODE | VARCHAR2 | (30) | Yes | Waiver Creation Method. Valid values are 'Manual' and 'Computation Rule'. |
WAIVER_MODE_CODE | VARCHAR2 | (30) | Manual waiver levels. Valid values are 'Fee Level' and 'Charge Level' | |
WAIVER_CRITERIA_CODE | VARCHAR2 | (30) | Computation Criteria for the Waiver Program. Valid values are either 'Fee Balance' or 'Computed Amount' | |
WAIVER_PERCENT_ALLOC | NUMBER | Percentage allocation for the Waiver Program. Percentage based upon which the waiver amount would be computed. | ||
RULE_FEE_TYPE | VARCHAR2 | (10) | Computation Fee Type of the Waiver Program when the Waiver Method is Computation based. | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | 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_CAL_TYPE
, FEE_CI_SEQUENCE_NUMBER
, WAIVER_NAME
, OBJECT_VERSION_NUMBER
, WAIVER_DESC
, WAIVER_STATUS_CODE
, CREDIT_TYPE_ID
, ADJUSTMENT_FEE_TYPE
, TARGET_FEE_TYPE
, WAIVER_METHOD_CODE
, WAIVER_MODE_CODE
, WAIVER_CRITERIA_CODE
, WAIVER_PERCENT_ALLOC
, RULE_FEE_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_WAIVER_PGMS;
IGS.IGS_FI_WAIVER_PGMS does not reference any database object
IGS.IGS_FI_WAIVER_PGMS is referenced by following:
|
|
|