DBA Data[Home] [Help]

APPS.PV_PROGRAM_CONTRACT_REPORT_PVT dependencies on OKC_SECTIONS_V

Line 82: from okc_sections_v

78: -- sections required
79: --
80: cursor sections_csr(p_chr number) is
81: select '!'
82: from okc_sections_v
83: where CHR_ID = p_chr
84: ;
85:
86: begin