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


VIEW: APPS.IGS_AD_PRCS_CAT_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view describes user defined admission category for an admission process, for example undergraduate - HECS for course admission, postgraduate - HECS for short admission.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row ID of the driving table
ADMISSION_CAT VARCHAR2 (10) Yes The code of an institution-defined admission category. An admission category is used to group a set of applicants whose applications are processed by a common set of admission procedure steps.
ADMISSION_CAT_DESC VARCHAR2 (60) Yes Admission Category Description
S_ADMISSION_PROCESS_TYPE VARCHAR2 (30) Yes Contains the code that identifies the system defined processes available for direct admission. For example, Program- program admission, Transfer- program transfer, Re-admit re-admission.
MEANING VARCHAR2 (80) Yes Meaning of the admission process type
OFFER_RESPONSE_OFFSET NUMBER (2)
Describes the number of days to be added to an applicant's offer date in order to calculate a default offer response date
RATING_SCALE_NAME VARCHAR2 (0)
Rating scale name
RATING_SCALE_ID VARCHAR2 (0)
Unit rating scale identifier
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
CLOSED_IND VARCHAR2 (1) Yes Closed Indicator
Query Text

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


SELECT ROW_ID
,      ADMISSION_CAT
,      ADMISSION_CAT_DESC
,      S_ADMISSION_PROCESS_TYPE
,      MEANING
,      OFFER_RESPONSE_OFFSET
,      RATING_SCALE_NAME
,      RATING_SCALE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CLOSED_IND
FROM APPS.IGS_AD_PRCS_CAT_V;

Dependencies

[top of page]

APPS.IGS_AD_PRCS_CAT_V references the following:

SchemaAPPS
ViewIGS_AD_CAT
ViewIGS_AD_PRCS_CAT
ViewIGS_LOOKUPS_VIEW
APPS.IGS_AD_PRCS_CAT_V is referenced by following:

SchemaAPPS
Package BodyIGS_AD_CANCEL_RECONSIDER - show dependent code
Package BodyIGS_AD_GEN_014 - show dependent code