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


TABLE: IGS.IGS_FI_FUND_SRC_HIST_ALL

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


IGS_FI_FUND_SRC_HIST_ALL describes the history of changes for a funding source.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_FUND_SRC_HIST_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFUNDING_SOURCE
ColumnHIST_START_DT
Columns
Name Datatype Length Mandatory Comments
FUNDING_SOURCE VARCHAR2 (10) Yes Describes the funding sources. This is not limited tothe deet set, and values that are reported to deet will be mappedonto deet equivalent values.
HIST_START_DT DATE
Yes Effective start date and time of the history record.
HIST_END_DT DATE
Yes Effective end date and time of the history record.
HIST_WHO NUMBER (15) Yes Updated by person at the time of the history.
DESCRIPTION VARCHAR2 (60)
Description of an institution-defined funding source.
GOVT_FUNDING_SOURCE NUMBER (2)
Unique identifier for the government funding source.
CLOSED_IND VARCHAR2 (1)
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
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      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_HIST_ALL;

Dependencies

[top of page]

IGS.IGS_FI_FUND_SRC_HIST_ALL does not reference any database object

IGS.IGS_FI_FUND_SRC_HIST_ALL is referenced by following:

SchemaAPPS
SynonymIGS_FI_FUND_SRC_HIST_ALL