DBA Data[Home] [Help]

APPS.HRI_MTDT_DIM_LVL SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 162

  SELECT
   pow.pow_band_sk_pk        bucket_id
  ,pow.band_sequence         bucket_no
  ,'b' || pow.band_sequence  bucket_label
  FROM hri_cs_pow_band_ct  pow
  WHERE pow.wkth_wktyp_sk_fk = p_wkth_wktyp_sk_fk;