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


VIEW: APPS.IGSFV_SUPERVISORS_PLACEMENTS

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

View Type

A Business Intelligence System view


Full view to get the details storing supervisors for a placement


[View Source]

Columns
Name Datatype Length Mandatory Comments
STUDENT_PLACEMENT_IDENTIFIER NUMBER
Yes Identifier of the student placement record
SUPERVISOR_IDENTIFIER NUMBER (15) Yes Identifier of the supervisor for the student placement
SUPERVISOR_NUMBER VARCHAR2 (30) Yes Identifier number of the supervisor for the student placement
PERSON_IDENTIFIER NUMBER (15) Yes Identifier of the person for the student placement
PROGRAM_CODE VARCHAR2 (6) Yes The code of the student's program attempt
UNIT_SECTION_IDENTIFIER NUMBER (7) Yes Identifier of the student unit attempt
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
Query Text

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


SELECT STUDENT_PLACEMENT_IDENTIFIER
,      SUPERVISOR_IDENTIFIER
,      SUPERVISOR_NUMBER
,      PERSON_IDENTIFIER
,      PROGRAM_CODE
,      UNIT_SECTION_IDENTIFIER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_SUPERVISORS_PLACEMENTS;

Dependencies

[top of page]

APPS.IGSFV_SUPERVISORS_PLACEMENTS references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_EN_SPLACEMENTS
SynonymIGS_EN_SPLACE_SUPS

APPS.IGSFV_SUPERVISORS_PLACEMENTS is not referenced by any database object