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


VIEW: APPS.IGSBV_FACULTY_PLACEMENT

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

View Type

A Business Intelligence System view


Base view to get the details of storing faculties for a placement


[View Source]

Columns
Name Datatype Length Mandatory Comments
STUDENT_PLACEMENT_IDENTIFIER NUMBER
Yes Identifier of the student placement record
FACULTY_IDENTIFIER NUMBER (15) Yes Identifier of the faculty for the student placement
FACULTY_NUMBER VARCHAR2 (30) Yes Number identifier of the faculty 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
,      FACULTY_IDENTIFIER
,      FACULTY_NUMBER
,      PERSON_IDENTIFIER
,      PROGRAM_CODE
,      UNIT_SECTION_IDENTIFIER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_FACULTY_PLACEMENT;

Dependencies

[top of page]

APPS.IGSBV_FACULTY_PLACEMENT references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_EN_SPLACEMENTS
SynonymIGS_EN_SPLACE_FACS

APPS.IGSBV_FACULTY_PLACEMENT is not referenced by any database object