[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_FACULTY_PLACEMENT |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_FACULTY_PLACEMENT
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Base view to get the details of storing faculties for a placement
| 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 |
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;
APPS
HZ_PARTIES
IGS_EN_SPLACEMENTS
IGS_EN_SPLACE_FACS
APPS.IGSBV_FACULTY_PLACEMENT is not referenced by any database object
|
|
|
|