DBA Data[Home] [Help]

APPS.OKI_DBI_LOAD_CLEB_PVT dependencies on OKS_K_LINES_B

Line 2849: , oks_k_lines_b oksl

2845: where lse_parent_id = l_service_code
2846: or lse_parent_id = l_warranty_code
2847: or lse_parent_id = l_ext_warr_code ) root_temp
2848: , okc_k_items itm2
2849: , oks_k_lines_b oksl
2850: WHERE 1 = 1
2851: AND h.worker_number = p_worker
2852: AND (h.chr_id = cur.chr_id OR upper(cur.rate_type) <> 'USER')
2853: AND h.conversion_date = cur.curr_conv_date

Line 5232: , oks_k_lines_b oksl

5228: , ( Select /*+ no_merge */ id,lty_code,decode(lse_parent_id,l_service_code,'SERVICE',l_warranty_code,'WARRANTY',l_ext_warr_code,'EXT_WARRANTY') root_lty_code
5229: FROM okc_line_styles_b n
5230: where lse_parent_id in (l_service_code,l_warranty_code,l_ext_warr_code)
5231: ) root_temp
5232: , oks_k_lines_b oksl
5233: /*, okc_operation_lines okl
5234: , okc_operation_instances OPINS */
5235: , okc_k_items itm2
5236: , csi_item_instances cii