[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_EXPL_PRG_CAT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_DA_EXPL_PRG_CAT_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View is used to determine the program catalogs allowed to be displayed for
the Explore Program Catalog LOV based on configuration of profiles setup and the
user allowed to choose Explore Program options. --Obsolete
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | Batch number of request | ||
| DESCRIPTION | VARCHAR2 | (80) | Explore Program Catalog description | |
| CAL_TYPE | VARCHAR2 | (10) | Explore Program Catalog Type | |
| SEQUENCE_NUMBER | NUMBER | (6) | Explore Program Catalog Sequence Number | |
| START_DT | DATE | Explore Program Catalog Start Date | ||
| END_DT | DATE | Explore Program Catalog End Date |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, DESCRIPTION
, CAL_TYPE
, SEQUENCE_NUMBER
, START_DT
, END_DT
FROM APPS.IGS_DA_EXPL_PRG_CAT_V;
APPS
FND_LOOKUP_VALUES
IGS_AS_SU_SETATMPT
IGS_CA_INST_ALL
IGS_CA_INST_REL
IGS_CA_STAT
IGS_CA_TYPE
IGS_DA_REQ_FTRS
IGS_DA_REQ_STDNTS
IGS_DA_RQST
IGS_EN_STDNT_PS_ATT_ALL
IGS_EN_UNIT_SET_ALL
IGS_EN_UNIT_SET_CAT
IGS_LOOKUPS_VIEW
IGS_PE_STAT_DETAILS
APPS.IGS_DA_EXPL_PRG_CAT_V is not referenced by any database object
|
|
|
|