[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_USEC_REFERENCES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_USEC_REFERENCES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the full view, which describes the relation between unit sections reference and reference codes
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REFERENCE_CODE_TYPE | VARCHAR2 | (10) | This column stores reference code type of a unit section. | |
| REFERENCE_CODE | VARCHAR2 | (30) | This column stores reference code of a unit section. | |
| REFERENCE_CODE_DESC | VARCHAR2 | (60) | This column stores the description of the reference code of a unit section. | |
| USEC_REFERENCE_CODE_ID | NUMBER | Yes | Unique identifier for the relation between unit sections and assessment references | |
| REFERENCE_CODE_ID | VARCHAR2 | (0) | Unique identifier for institution defined reference code - Obsolete | |
| UNIT_SECTION_REFERENCE_ID | NUMBER | Yes | Unique identifier for the relation between unit sections and unit section reference codes | |
| REFERENCE_CODE_TYPE_DESC | VARCHAR2 | (60) | Yes | This column stores the description of the reference code type of a unit section. |
| REFERENCE_DESCRIPTION | VARCHAR2 | (0) | The description of the reference code - Obsolete | |
| UNIT_SECTION_REFERENCE_TITLE | VARCHAR2 | (90) | Title of the unit section reference | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT REFERENCE_CODE_TYPE
, REFERENCE_CODE
, REFERENCE_CODE_DESC
, USEC_REFERENCE_CODE_ID
, REFERENCE_CODE_ID
, UNIT_SECTION_REFERENCE_ID
, REFERENCE_CODE_TYPE_DESC
, REFERENCE_DESCRIPTION
, UNIT_SECTION_REFERENCE_TITLE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_USEC_REFERENCES;
APPS
IGS_GE_REF_CD_TYPE
IGS_PS_USEC_REF
IGS_PS_USEC_REF_CD
APPS.IGSFV_USEC_REFERENCES is not referenced by any database object
|
|
|
|