DBA Data[Home] [Help]

APPS.OKC_REPORT_PVT dependencies on OKC_K_VERS_NUMBERS_H

Line 358: OKC_K_VERS_NUMBERS_H H

354: and (pp_major_version is NULL or pp_major_version = V.MAJOR_VERSION)
355: union all
356: select pp_major_version, max(H.MINOR_VERSION) MINOR_VERSION
357: from okc_k_vers_numbers_v V1,
358: OKC_K_VERS_NUMBERS_H H
359: where V1.CHR_ID = pp_chr_id
360: and H.CHR_ID = pp_chr_id
361: and H.MAJOR_VERSION = pp_major_version
362: and H.MAJOR_VERSION <> V1.MAJOR_VERSION