DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_FI_HOLD_PLAN_V

Object Details
Object Name: IGS_FI_HOLD_PLAN_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_FI_HOLD_PLAN_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Rowid from the base table igs_fi_hold_plan.
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.
HOLD_TYPE_DESC VARCHAR2 (60) Yes The Hold type description of the Hold type associated with the Hold Plan.
FEE_TYPE VARCHAR2 (10)
The Fee Type for which the Hold Plan is defined.
FEE_TYPE_DESC VARCHAR2 (60)
The Description of the Fee Type for which the Hold Plan is defined.
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)
OFFSET_DAYS NUMBER

Offset Days
BAL_THRESHOLD_AMT NUMBER

Balance Threshold Amount
BAL_THRESHOLD_PCENT NUMBER

Balance Threshold Percentage
FEE_THRESHOLD_AMT NUMBER

Fee Threshold Amount
FEE_THRESHOLD_PCENT NUMBER

Fee Threshold Percentage
PAYMENT_PLAN_THRESHOLD_AMT NUMBER

Payment Plan Threshold Amount
PAYMENT_PLAN_THRESHOLD_PCENT NUMBER

Payment Plan Threshold Percent
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      HOLD_PLAN_NAME
,      HOLD_PLAN_DESC
,      HOLD_PLAN_LEVEL
,      HOLD_TYPE
,      HOLD_TYPE_DESC
,      FEE_TYPE
,      FEE_TYPE_DESC
,      THRESHOLD_AMOUNT
,      THRESHOLD_PERCENT
,      CLOSED_IND
,      OFFSET_DAYS
,      BAL_THRESHOLD_AMT
,      BAL_THRESHOLD_PCENT
,      FEE_THRESHOLD_AMT
,      FEE_THRESHOLD_PCENT
,      PAYMENT_PLAN_THRESHOLD_AMT
,      PAYMENT_PLAN_THRESHOLD_PCENT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_FI_HOLD_PLAN_V;

Dependencies

[top of page]

APPS.IGS_FI_HOLD_PLAN_V references the following:

SchemaAPPS
ViewIGS_FI_ENCMB_TYPE
SynonymIGS_FI_FEE_TYPE_ALL
SynonymIGS_FI_HOLD_PLAN

APPS.IGS_FI_HOLD_PLAN_V is not referenced by any database object