DBA Data[Home] [Help]

APPS.OKL_QA_DATA_INTEGRITY dependencies on MTL_PARAMETERS

Line 4405: mtl_parameters mtl

4401:
4402: CURSOR header_details_csr (p_chr_id NUMBER) IS
4403: SELECT h.start_date, mtl.master_organization_id
4404: FROM okc_k_headers_b h,
4405: mtl_parameters mtl
4406: WHERE h.id = p_chr_id
4407: AND mtl.organization_id = h.inv_organization_id;
4408:
4409: