DBA Data[Home] [Help]

VIEW: APPS.EDW_HR_AGE_BAND_FKV

Source

View Text - Preformatted

SELECT /* $Header: hrisvag.odf 120.0 2005/05/29 06:43:05 appldev noship $ */ to_char(bnds.band_min_total_months) || '-' || NVL(to_char(bnds.band_max_total_months), 'NA_EDW') || '-' || inst.instance_code age_band_pk ,bnds.band_max_total_months age_max ,bnds.band_min_total_months age_min FROM edw_local_instance inst ,hri_age_bands bnds
View Text - HTML Formatted

SELECT /* $HEADER: HRISVAG.ODF 120.0 2005/05/29 06:43:05 APPLDEV NOSHIP $ */ TO_CHAR(BNDS.BAND_MIN_TOTAL_MONTHS) || '-' || NVL(TO_CHAR(BNDS.BAND_MAX_TOTAL_MONTHS)
, 'NA_EDW') || '-' || INST.INSTANCE_CODE AGE_BAND_PK
, BNDS.BAND_MAX_TOTAL_MONTHS AGE_MAX
, BNDS.BAND_MIN_TOTAL_MONTHS AGE_MIN
FROM EDW_LOCAL_INSTANCE INST
, HRI_AGE_BANDS BNDS