DBA Data[Home] [Help]

APPS.OKE_DTS_INTEGRATION_PKG dependencies on OKE_K_TYPES_VL

Line 1775: , oke_k_types_vl T

1771: --bug 7390122 changed oke_k_deliverables_b to oke_k_deliverables_vl as it has description
1772: FROM oke_k_deliverables_vl D
1773: , okc_k_lines_b L
1774: , oke_k_headers_v H
1775: , oke_k_types_vl T
1776: WHERE D.deliverable_id = p_id
1777: AND L.id = D.k_line_id
1778: AND H.k_header_id = L.dnz_chr_id
1779: AND T.k_type_code = H.k_type_code;