DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on MTL_PARAMETERS

Line 4792: mtl_parameters mtl

4788:
4789: CURSOR header_details_csr (p_chr_id NUMBER) IS
4790: SELECT h.start_date, mtl.master_organization_id
4791: FROM okc_k_headers_b h,
4792: mtl_parameters mtl
4793: WHERE h.id = p_chr_id
4794: AND mtl.organization_id = h.inv_organization_id;
4795:
4796: