DBA Data[Home] [Help]

APPS.CSF_PLANBOARD_TASKS dependencies on CS_INCIDENTS_ALL_B

Line 29: from cs_incidents_all_b i

25: is
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(+)