[Home] [Help]
[Dependency Information]
| Object Name: | IGS_FI_FD_SRC_RSTN_H_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_FI_FD_SRC_RSTN_H_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_FI_FD_SRC_RSTN_H_ALL describes the history of funding source restriction changes for a program version.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_FI_FD_SRC_RSTN_H_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
FUNDING_SOURCE
HIST_START_DT
|
| IGS_FI_FD_SRC_RSTN_H_ALL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FUNDING_SOURCE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program |
| VERSION_NUMBER | NUMBER | (3) | Yes | Version number of the program for that funding source restriction information is being specified. |
| FUNDING_SOURCE | VARCHAR2 | (10) | Yes | Describes the funding sources |
| 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. |
| DFLT_IND | VARCHAR2 | (1) | Describes whether a funding source is the default for students enrolling in the program. This indicator can only be set for one funding source per program. | |
| RESTRICTED_IND | VARCHAR2 | (1) | Indicates whether students enrolling in the program are restricted to funding sources appearing in this set. | |
| 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 |
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
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_FD_SRC_RSTN_H_ALL;
IGS.IGS_FI_FD_SRC_RSTN_H_ALL does not reference any database object
IGS.IGS_FI_FD_SRC_RSTN_H_ALL is referenced by following:
APPS
IGS_FI_FD_SRC_RSTN_H_ALL
|
|
|
|