DBA Data[Home] [Help]

APPS.OKC_DELETE_CONTRACT_PVT dependencies on OKC_K_LINES_B

Line 1021: from okc_ancestrys KS, okc_k_lines_b Kl

1017: --Fix for Bug 5282502
1018: delete from okc_ancestrys
1019: where cle_id in (
1020: select Ks.cle_id
1021: from okc_ancestrys KS, okc_k_lines_b Kl
1022: where kl.id = ks.cle_id
1023: And Kl.dnz_chr_id = p_chr_id);
1024:
1025: