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


TABLE: IGS.IGS_FI_FEE_STR_STAT

Object Details
Object Name: IGS_FI_FEE_STR_STAT
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_FI_FEE_STR_STAT
Subobject Name:
Status: VALID


IGS_FI_FEE_STR_STAT describes the user-defined fee structure statuses. These map back onto the system fee structure statuses, to provide the system with the ability to have a large number of statuses that tie back to the system functionality.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_FEE_STR_STAT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFEE_STRUCTURE_STATUS
Columns
Name Datatype Length Mandatory Comments
FEE_STRUCTURE_STATUS VARCHAR2 (10) Yes Describes the institution-defined fee structure statuses.These map back onto the system fee structure statuses.
DESCRIPTION VARCHAR2 (60) Yes Provides an explanation of the fee structure status.
S_FEE_STRUCTURE_STATUS VARCHAR2 (10) Yes Describes the system recognized fee structure statuses.
CLOSED_IND VARCHAR2 (1) Yes Indicator that specifies if the fee structure status is open or closed. Setting the checkbox to closed ticked prevents use of the fee structure status in new or modified records in other parts of the system.
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 FEE_STRUCTURE_STATUS
,      DESCRIPTION
,      S_FEE_STRUCTURE_STATUS
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_FEE_STR_STAT;

Dependencies

[top of page]

IGS.IGS_FI_FEE_STR_STAT does not reference any database object

IGS.IGS_FI_FEE_STR_STAT is referenced by following:

SchemaAPPS
SynonymIGS_FI_FEE_STR_STAT