DBA Data[Home] [Help]

APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on HZ_ORG_CONTACTS

Line 809: ,hz_org_contacts c

805: cursor c_org_contact is
806: select c.org_contact_id
807: from cs_hz_sr_contact_points a
808: ,hz_relationships b
809: ,hz_org_contacts c
810: where a.incident_id = lv_incident_id
811: and a.party_id = b.party_id
812: and b.relationship_id = c.party_relationship_id
813: and a.primary_flag='Y'