DBA Data[Home] [Help]

APPS.OKE_PRINT_FORM_PUB dependencies on OKC_K_LINES_B

Line 34: from okc_k_lines_b

30: ( c_header_id number
31: , c_line_number varchar2
32: ) is
33: select id
34: from okc_k_lines_b
35: where dnz_chr_id = c_header_id
36: and line_number = c_line_number;
37:
38: cursor kd

Line 201: from okc_k_lines_b

197: where id = p_header_rec.contract_header_id;
198:
199: cursor kl is
200: select count(1)
201: from okc_k_lines_b
202: where id = p_header_rec.contract_line_id;
203:
204: cursor kd is
205: select count(1)