DBA Data[Home] [Help]

APPS.CSF_PLANBOARD_TASKS dependencies on OKC_K_LINES_TL

Line 31: , okc_k_lines_tl o

27: select p.party_name
28: , o.name
29: from cs_incidents_all_b i
30: , hz_parties p
31: , okc_k_lines_tl o
32: where i.incident_id = b_incident_id
33: and i.customer_id = p.party_id(+)
34: and i.contract_service_id = o.id(+)
35: and o.language(+) = userenv('lang');