DBA Data[Home] [Help]

APPS.OKC_KSQ_PVT dependencies on OKC_K_HEADERS_ALL_B

Line 2668: from okc_k_headers_all_b

2664: cursor c2 is
2665: select 'x'
2666: --npalepu modified on 24-AUG-2006 for bug # 5487532
2667: /* from okc_k_headers_b */
2668: from okc_k_headers_all_b
2669: --end npalepu
2670: where contract_number = p_contract_number
2671: and contract_number_modifier is null;
2672:

Line 2677: from okc_k_headers_all_b

2673: cursor c3 is
2674: select 'x'
2675: --npalepu modified on 24-AUG-2006 for bug # 5487532
2676: /* from okc_k_headers_b */
2677: from okc_k_headers_all_b
2678: --end npalepu
2679: where contract_number = p_contract_number
2680: and contract_number_modifier = p_contract_number_modifier;
2681: