DBA Data[Home] [Help]

APPS.OKS_BILLING_PROFILES_PUB dependencies on OKC_K_LINES_B

Line 923: from okc_k_lines_b

919: -- Bug 5202220
920:
921: Cursor csr_get_lse_id (p_cle_id number, p_chr_id number) IS
922: select lse_id
923: from okc_k_lines_b
924: where id = p_cle_id
925: and dnz_chr_id = p_chr_id;
926:
927: l_lse_id number;