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