DBA Data[Home] [Help]

APPS.CSZ_SERVICEREQUEST_UTIL_PVT dependencies on CSI_I_PARTIES

Line 573: csi_i_parties contact,

569: decode(contact.party_source_table, 'HZ_PARTIES', 'PARTY_RELATIONSHIP', 'EMPLOYEE') contact_type,
570: contact.party_id contact_id,
571: owner.party_id
572: from
573: csi_i_parties contact,
574: csi_i_parties owner
575: where
576: contact.instance_id = p_instance_id
577: and contact.contact_flag = 'Y'

Line 574: csi_i_parties owner

570: contact.party_id contact_id,
571: owner.party_id
572: from
573: csi_i_parties contact,
574: csi_i_parties owner
575: where
576: contact.instance_id = p_instance_id
577: and contact.contact_flag = 'Y'
578: and contact.primary_flag = 'Y'