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


TABLE: IGS.IGS_FI_FUND_SRC_ALL

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


IGS_FI_FUND_SRC_ALL describes the university set of funding sources.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_FUND_SRC_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFUNDING_SOURCE
IGS_FI_FUND_SRC_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGOVT_FUNDING_SOURCE
Columns
Name Datatype Length Mandatory Comments
FUNDING_SOURCE VARCHAR2 (10) Yes Unique identifier for the institution-defined funding source.This must be mapped to a government funding source.
DESCRIPTION VARCHAR2 (60) Yes Description of an institution-defined funding source.
GOVT_FUNDING_SOURCE NUMBER (2) Yes Unique identifier for the government funding source.
CLOSED_IND VARCHAR2 (1) Yes Indicator that specifies if the funding source is open or closed. Setting the checkbox to closed prevents use of the funding source in new or modified funding source restriction records.
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
Query Text

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


SELECT FUNDING_SOURCE
,      DESCRIPTION
,      GOVT_FUNDING_SOURCE
,      CLOSED_IND
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_FUND_SRC_ALL;

Dependencies

[top of page]

IGS.IGS_FI_FUND_SRC_ALL does not reference any database object

IGS.IGS_FI_FUND_SRC_ALL is referenced by following:

SchemaAPPS
SynonymIGS_FI_FUND_SRC_ALL