DBA Data[Home] [Help]

APPS.CSF_PLANBOARD_TASKS dependencies on HZ_PARTIES

Line 30: , hz_parties p

26: cursor c ( b_incident_id number ) is
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(+)