DBA Data[Home] [Help]

VIEW: APPS.IGS_PS_OFR_UNIT_SET_V

Source

View Text - Preformatted

SELECT cous.course_cd, cous.crv_version_number, cous.CAL_TYPE, cous.unit_set_cd, cous.us_version_number, NVL(cous.override_title, us.title), cous.only_as_sub_ind, cous.show_on_official_ntfctn_ind, us.UNIT_SET_STATUS, us.unit_set_cat, us.start_dt, us.review_dt, us.expiry_dt, us.end_dt, us.short_title, us.abbreviation, us.responsible_org_unit_cd, us.responsible_ou_start_dt, us.administrative_ind, us.authorisation_rqrd_ind, cous.created_by, cous.creation_date, cous.last_updated_by, cous.last_update_date, cous.last_update_login FROM IGS_PS_OFR_UNIT_SET cous, IGS_EN_UNIT_SET us WHERE cous.unit_set_cd = us.unit_set_cd AND cous.us_version_number = us.version_number
View Text - HTML Formatted

SELECT COUS.COURSE_CD
, COUS.CRV_VERSION_NUMBER
, COUS.CAL_TYPE
, COUS.UNIT_SET_CD
, COUS.US_VERSION_NUMBER
, NVL(COUS.OVERRIDE_TITLE
, US.TITLE)
, COUS.ONLY_AS_SUB_IND
, COUS.SHOW_ON_OFFICIAL_NTFCTN_IND
, US.UNIT_SET_STATUS
, US.UNIT_SET_CAT
, US.START_DT
, US.REVIEW_DT
, US.EXPIRY_DT
, US.END_DT
, US.SHORT_TITLE
, US.ABBREVIATION
, US.RESPONSIBLE_ORG_UNIT_CD
, US.RESPONSIBLE_OU_START_DT
, US.ADMINISTRATIVE_IND
, US.AUTHORISATION_RQRD_IND
, COUS.CREATED_BY
, COUS.CREATION_DATE
, COUS.LAST_UPDATED_BY
, COUS.LAST_UPDATE_DATE
, COUS.LAST_UPDATE_LOGIN
FROM IGS_PS_OFR_UNIT_SET COUS
, IGS_EN_UNIT_SET US
WHERE COUS.UNIT_SET_CD = US.UNIT_SET_CD
AND COUS.US_VERSION_NUMBER = US.VERSION_NUMBER