[Home] [Help]
[Dependency Information]
Object Name: | IGS_FI_HOLD_PLAN |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table holds the details about a hold plan defined in student finance.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_FI_HOLD_PLAN_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HOLD_PLAN_NAME | VARCHAR2 | (30) | Yes | The name of the Hold plan for which the definition is created. |
HOLD_PLAN_DESC | VARCHAR2 | (240) | Yes | The description of the Hold Plan |
HOLD_PLAN_LEVEL | VARCHAR2 | (1) | Yes | This defines at what level the Hold Plan is being created. Will hold the value 'F' if Fee Type Level, 'S' if Sub Account |
HOLD_TYPE | VARCHAR2 | (10) | Yes | The Hold type associated with the Hold Plan. |
THRESHOLD_AMOUNT | NUMBER | The Threshold amount defined for the Hold Plan. While applying or releasing Holds this amount is considered. | ||
THRESHOLD_PERCENT | NUMBER | (5) | The Threshold percentage defined for the Hold Plan. While applying or releasing Holds this percentage is considered. The threshold amount and threshold percentage are mutually exclusive. | |
CLOSED_IND | VARCHAR2 | (1) | Yes | This determines whether a particular hold plan is Closed or Not. (Active or Not) |
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 | |
FEE_TYPE | VARCHAR2 | (10) | The Fee Type for which the fee type level hold plan is defined. | |
OFFSET_DAYS | NUMBER | Offset Days | ||
PAYMENT_PLAN_THRESHOLD_AMT | NUMBER | Payment Plan Threshold Amount | ||
PAYMENT_PLAN_THRESHOLD_PCENT | NUMBER | Payment Plan Threshold Percent |
Cut, paste (and edit) the following text to query this object:
SELECT HOLD_PLAN_NAME
, HOLD_PLAN_DESC
, HOLD_PLAN_LEVEL
, HOLD_TYPE
, THRESHOLD_AMOUNT
, THRESHOLD_PERCENT
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, FEE_TYPE
, OFFSET_DAYS
, PAYMENT_PLAN_THRESHOLD_AMT
, PAYMENT_PLAN_THRESHOLD_PCENT
FROM IGS.IGS_FI_HOLD_PLAN;
IGS.IGS_FI_HOLD_PLAN does not reference any database object
IGS.IGS_FI_HOLD_PLAN is referenced by following:
|
|
|