DBA Data[Home] [Help]

APPS.OKC_RENEW_PUB dependencies on OKC_K_HEADERS_ALL_B

Line 221: from okc_k_headers_all_b,okc_subclasses_b -- bug 4777431

217:
218: -- bug 4777431 , skekkar
219: CURSOR cur_scs(p_chr_id number) is
220: select cls_code
221: from okc_k_headers_all_b,okc_subclasses_b -- bug 4777431
222: WHERE id=p_chr_id and code=scs_code;
223: l_renew_not_found exception;
224: PRAGMA EXCEPTION_INIT(l_Renew_Not_found, -6550);
225: begin