[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_USEC_X_LISTED_GROUPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_USEC_X_LISTED_GROUPS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This is the base view which describes Unit Sections that are part of the Unit Section Cross-Listed Group.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USEC_X_LISTED_GROUP_MEM_ID | NUMBER | (10) | Yes | Unit Section Cross-Listed Group Member Id. |
| UNIT_SECTION_ID | NUMBER | (10) | Yes | Unique identifier for a unit section. |
| PARENT_INDICATOR | VARCHAR2 | (1) | Yes | Indicator to donote whether this member is parent in the Unit Section Cross-Listed Group. |
| USEC_X_LISTED_GROUP_NAME | VARCHAR2 | (80) | Yes | Unit Section Cross-Listed Group Name. |
| USEC_X_LISTED_GROUP_ID | NUMBER | (10) | Yes | Unit Section Cross-Listed Group Id. |
| UNIT_CODE | VARCHAR2 | (10) | Yes | The unique identifier of the unit being offered. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Version Number of the unit being offered. |
| CALENDAR_TYPE | VARCHAR2 | (10) | Yes | The Calendar type of the calendar instance in which the unit is offered. Units can only be offered in instances of calendars categorized as TEACHING calendars. |
| CAL_INST_SEQUENCE_NUMBER | NUMBER | (6) | Yes | The unique identifier for the calendar instance. |
| LOCATION_CODE | VARCHAR2 | (10) | Yes | The institution-defined location code, typically of a campus, at which a unit offering option is offered. |
| UNIT_CLASS | VARCHAR2 | (10) | Yes | The institution-defined code that defines a unit class. |
| 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 USEC_X_LISTED_GROUP_MEM_ID
, UNIT_SECTION_ID
, PARENT_INDICATOR
, USEC_X_LISTED_GROUP_NAME
, USEC_X_LISTED_GROUP_ID
, UNIT_CODE
, VERSION_NUMBER
, CALENDAR_TYPE
, CAL_INST_SEQUENCE_NUMBER
, LOCATION_CODE
, UNIT_CLASS
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_USEC_X_LISTED_GROUPS;
APPS
IGS_PS_UNIT_OFR_OPT_ALL
IGS_PS_USEC_X_GRP
IGS_PS_USEC_X_GRPMEM
APPS.IGSFV_USEC_X_LISTED_GROUPS is not referenced by any database object
|
|
|
|