[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GR_CRMN_ROUND_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_GR_CRMN_ROUND_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 |
|---|---|---|---|---|
| GRD_CAL_TYPE | VARCHAR2 | (10) | This field describes the graduation calendar type the ceremony round is for. | |
| GRD_CI_SEQUENCE_NUMBER | NUMBER | (6) | This field describes the calendar instance of the graduation calendar the ceremony round is for. | |
| CEREMONY_NUMBER | NUMBER | This field describes the number uniquely identifying the graduation ceremony. | ||
| AWARD_CD | VARCHAR2 | (10) | The unique identifier for the award. | |
| AWARD_COURSE_CD | VARCHAR2 | (6) | Describes the course code for which the award is being specified. | |
| AWARD_CRS_VERSION_NUMBER | NUMBER | Describes the version number of the course for which the award is being specified. | ||
| COURSE_VERSION | VARCHAR2 | (47) | Describes the course version for which the award is being specified. | |
| US_GROUP_NUMBER | NUMBER | Uniquely identifies a group of one or more unit sets being awarded at a course award ceremony. | ||
| TITLE | VARCHAR2 | (4000) | The title for the unit set group. | |
| CREATED_BY | NUMBER | (15) | ||
| CREATION_DATE | DATE | |||
| LAST_UPDATED_BY | NUMBER | (15) | ||
| LAST_UPDATE_DATE | DATE | |||
| LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT GRD_CAL_TYPE
, GRD_CI_SEQUENCE_NUMBER
, CEREMONY_NUMBER
, AWARD_CD
, AWARD_COURSE_CD
, AWARD_CRS_VERSION_NUMBER
, COURSE_VERSION
, US_GROUP_NUMBER
, TITLE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_GR_CRMN_ROUND_V;
APPS
IGS_GR_AWD_CEREMONY
IGS_GR_AWD_CRM_US_GP
IGS_GR_CRMN
IGS_GR_CRMN_ROUND
IGS_GR_GEN_001
- show dependent code
APPS.IGS_GR_CRMN_ROUND_V is not referenced by any database object
|
|
|
|