DBA Data[Home] [Help]

APPS.INV_3PL_BILLING_COUNTER_PVT dependencies on OKC_K_ITEMS

Line 30: FROM okc_k_items cnt_itm

26: SELECT cnt_itm.jtot_object1_code, cont_headers.id contract_id,
27: cont_headers.contract_number, cnt_itm.object1_id1 counter_item_id,
28: counters.counter_name,line_Details.cle_id parent_service_line_id,
29: cnt_itm.id cntr_id , cnt_itm.cle_id
30: FROM okc_k_items cnt_itm
31: , csi_counters_v counters
32: , okc_k_lines_b line_details
33: , okc_k_headers_all_b cont_headers
34: WHERE cnt_itm.jtot_object1_code = 'OKX_COUNTER'