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


VIEW: APPS.IGS_FI_FUND_SRC_HIST_V

Object Details
Object Name: IGS_FI_FUND_SRC_HIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_FI_FUND_SRC_HIST_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
FUNDING_SOURCE VARCHAR2 (10)
This field describes the funding sources. This is not limited to the DEET set, and values which are reported to DEET will be mapped onto DEET equivalent values.
HIST_START_DT DATE

The effective start date/time of the history record.
HIST_END_DT DATE

The effective end date/time of the history record.
HIST_WHO NUMBER (15)
The updated by person at the time of the history.
DESCRIPTION VARCHAR2 (60)
Description of an institution-defined funding source.
GOVT_FUNDING_SOURCE NUMBER

The unique identifier for the Government funding source.
CLOSED_IND VARCHAR2 (1)
An indicator which specifies if the funding source is open or closed. Setting the checkbox to 'closed' (ticked) prevents use of the funding source in new or modified funding source restriction records.
CREATED_BY NUMBER (15)
CREATION_DATE DATE

LAST_UPDATED_BY NUMBER (15)
LAST_UPDATE_DATE DATE

LAST_UPDATE_LOGIN NUMBER (15)
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
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_FI_FUND_SRC_HIST_V;

Dependencies

[top of page]

APPS.IGS_FI_FUND_SRC_HIST_V references the following:

SchemaAPPS
PL/SQL PackageIGS_AU_GEN_002 - show dependent code
ViewIGS_FI_FUND_SRC
ViewIGS_FI_FUND_SRC_HIST

APPS.IGS_FI_FUND_SRC_HIST_V is not referenced by any database object