[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_SPAA_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_EN_SPAA_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Rowid | |
| PERSON_ID | NUMBER | (15) | Yes | Person Identifier and foreign key to HZ_PARTIES. This is a sequence-generated value. |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique person number. |
| FULL_NAME | VARCHAR2 | (450) | Full name of the person. | |
| COURSE_CD | VARCHAR2 | (6) | Yes | Code used to identify the program for that the student is enrolled. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Number signifying the version of the program for that the student enrolls. |
| API_PERSON_ID | VARCHAR2 | (20) | Alternate person id. | |
| COURSE_TITLE | VARCHAR2 | (90) | Yes | Title or full name of the program. |
| COURSE_CD_VERSION | VARCHAR2 | (47) | Course code concatenated with version number, with a space separating them. | |
| AWARD_CD | VARCHAR2 | (10) | Yes | Unique identifier for the award. |
| DESCRIPTION | VARCHAR2 | (90) | Yes | Description of the award. |
| 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 | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, PERSON_ID
, PERSON_NUMBER
, FULL_NAME
, COURSE_CD
, VERSION_NUMBER
, API_PERSON_ID
, COURSE_TITLE
, COURSE_CD_VERSION
, AWARD_CD
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_SPAA_V;
APPS
IGS_EN_GEN_003
- show dependent code
IGS_EN_GEN_007
- show dependent code
IGS_EN_SPA_AWD_AIM_V
IGS_EN_STDNT_PS_ATT_SV
IGS_PE_PERSON_V
IGS_PS_VER_ALL
APPS.IGS_EN_SPAA_V is not referenced by any database object
|
|
|
|