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


VIEW: APPS.IGSBV_HESA_EXT_RUN_DAT_LINES

Object Details
Object Name: IGSBV_HESA_EXT_RUN_DAT_LINES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_HESA_EXT_RUN_DAT_LINES
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Base View for HESA extract data


[View Source]

Columns
Name Datatype Length Mandatory Comments
HESA_RETURN_LINE_ID NUMBER
Yes Sequence number uniquely identifying the HESA return line
EXTRACT_RUN_ID NUMBER
Yes Unique identifier for the HESA extract run
RECORD_ID VARCHAR2 (6) Yes HESA Record ID, uniquely identifying the type of HESA return and extract
LINE_NUMBER NUMBER
Yes Unique identifier for each line in the Extract file
PERSON_ID NUMBER

Unique person identifier, populated if combined or student return
STUDENT_INSTANCE_NUMBER VARCHAR2 (20)
Student instance number, returned as HESA NUMHUS, populated if combined or student return
PROGRAM_CODE VARCHAR2 (6)
Unique identifier for Program of study student enrolled on, populated if combined or student return
PROGRAM_VERSION_NUMBER NUMBER (3)
Program of study Version number, populated if combined or student return
UNIT_CODE VARCHAR2 (10)
Unique identifier for a Unit
UNIT_VERSION_NUMBER NUMBER (3)
Version Number of Unit
MANUALLY_INSERTED_FLAG VARCHAR2 (3) Yes Flag indicating that the record has been manually inserted into the HESA return
EXCLUDE_FROM_FILE_FLAG VARCHAR2 (3) Yes Flag indicating that record is to be excluded from the Extract Flat file
RECALCULATE_FLAG VARCHAR2 (1) Yes Flag indicating that record is to be recalculated
CREATED_BY NUMBER (15) Yes Standard WHO column indicates who created this record
CREATION_DATE DATE
Yes Standard WHO column indicates when this record was created
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column indicates who updated this record last
LAST_UPDATE_DATE DATE
Yes Standard WHO column indicates when this record was last updated
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT HESA_RETURN_LINE_ID
,      EXTRACT_RUN_ID
,      RECORD_ID
,      LINE_NUMBER
,      PERSON_ID
,      STUDENT_INSTANCE_NUMBER
,      PROGRAM_CODE
,      PROGRAM_VERSION_NUMBER
,      UNIT_CODE
,      UNIT_VERSION_NUMBER
,      MANUALLY_INSERTED_FLAG
,      EXCLUDE_FROM_FILE_FLAG
,      RECALCULATE_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_HESA_EXT_RUN_DAT_LINES;

Dependencies

[top of page]

APPS.IGSBV_HESA_EXT_RUN_DAT_LINES references the following:

SchemaAPPS
SynonymIGS_HE_EX_RN_DAT_LN

APPS.IGSBV_HESA_EXT_RUN_DAT_LINES is not referenced by any database object