[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_AS_ANONYMOUS_ID_ASSESS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_AS_ANONYMOUS_ID_ASSESS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Describes occurrence of an application for special consideration.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_NAME | VARCHAR2 | (360) | Yes | Name of this person |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this person |
| ANONYMOUS_ID | VARCHAR2 | (30) | Yes | Anonymous ID |
| ASSESSMENT_TYPE | VARCHAR2 | (10) | Yes | Assessment Type |
| ASSESSMENT_TYPE_DESCRIPTION | VARCHAR2 | (60) | Yes | Describes an assessment item. An assessment item is a single piece of assessment that a student might be required to complete as part of, or as the entire requirements of a unit. An assessment item must be assigned to one or more unit offerings before it can be assigned to student unit attempts. |
| _LA:SYSTEM_GENERATED_IND | CHAR | (62) | Y / N Was the Anonymous ID generated by the System or from the user hook | |
| LOAD_CALENDAR_TYPE | VARCHAR2 | (10) | Yes | Load Calendar Type |
| LOAD_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Load Calendar Sequence Number |
| LOAD_CALENDAR_DESCRIPTION | VARCHAR2 | (30) | Calendar Description | |
| PERSON_ID | NUMBER | (15) | Yes | A unique student information system identification number, typically incorporating a check digit, used to identify a particular person. |
| 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 PERSON_NAME
, PERSON_NUMBER
, ANONYMOUS_ID
, ASSESSMENT_TYPE
, ASSESSMENT_TYPE_DESCRIPTION
, _LA:SYSTEM_GENERATED_IND
, LOAD_CALENDAR_TYPE
, LOAD_CI_SEQUENCE_NUMBER
, LOAD_CALENDAR_DESCRIPTION
, PERSON_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_AS_ANONYMOUS_ID_ASSESS;
APPS
HZ_PARTIES
IGS_AS_ANON_ID_ASS
IGS_AS_ASSESSMNT_TYP
IGS_CA_INST_ALL
APPS.IGSFV_AS_ANONYMOUS_ID_ASSESS is not referenced by any database object
|
|
|
|