DBA Data[Home] [Help]

APPS.OKC_TERMS_DISP_PVT dependencies on OKC_SECTIONS_B

Line 161: from okc_sections_b

157: level,
158: '',
159: 'N',
160: p_run_id
161: from okc_sections_b
162: where document_id = p_document_id
163: and document_type = p_document_type
164: connect by prior id = scn_id
165: start with scn_id is null);