[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_FD_SRC_RSTN_H_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_FI_FD_SRC_RSTN_H_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | This field describes the course code. DETYA element reference 307. | |
| VERSION_NUMBER | NUMBER | (3) | The version number of the course for which funding source restriction information is being specified. | |
| 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. | |
| DFLT_IND | VARCHAR2 | (1) | Describes whether a funding source is the default for students enrolling in the course. This indicator can only be set for one funding source per course. | |
| RESTRICTED_IND | VARCHAR2 | (1) | Indicates whether students enrolling in the course are restricted to funding sources appearing in this set. | |
| CREATED_BY | NUMBER | (15) | ||
| CREATION_DATE | DATE | |||
| LAST_UPDATED_BY | NUMBER | (15) | ||
| LAST_UPDATE_DATE | DATE | |||
| LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_CD
, VERSION_NUMBER
, FUNDING_SOURCE
, HIST_START_DT
, HIST_END_DT
, HIST_WHO
, DFLT_IND
, RESTRICTED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_FI_FD_SRC_RSTN_H_V;
APPS
IGS_AU_GEN_002
- show dependent code
IGS_FI_FD_SRC_RSTN_H
IGS_FI_FND_SRC_RSTN
IGS_PS_VER
APPS.IGS_FI_FD_SRC_RSTN_H_V is not referenced by any database object
|
|
|
|