DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS

Object Details
Object Name: IGSBV_HIGH_EDU_PRG_TYP_GROUPS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This is a base view, which describes a grouping of program


[View Source]

Columns
Name Datatype Length Mandatory Comments
PROGRAM_TYPE_GROUP_CODE VARCHAR2 (10) Yes Unique code for an institution defined grouping of program types. Program type groups are aggregations of program types used for internal estimations of census date enrollment statistics.
PROGRAM_TYPE_GROUP_DESCRIPTION VARCHAR2 (60) Yes Description of the program type group.
PRG_TYP_GROUP_CLOSED_INDICATOR VARCHAR2 (1) Yes Indicator that specifies if the program type group is open or closed. Setting the checkbox to closed ticked prevents use of the program type group in new or modified program type records.
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PROGRAM_TYPE_GROUP_CODE
,      PROGRAM_TYPE_GROUP_DESCRIPTION
,      PRG_TYP_GROUP_CLOSED_INDICATOR
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS;

Dependencies

[top of page]

APPS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS references the following:

SchemaAPPS
SynonymIGS_PS_TYPE_GRP

APPS.IGSBV_HIGH_EDU_PRG_TYP_GROUPS is not referenced by any database object