DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_UTIL dependencies on HZ_CONTACT_POINTS

Line 5065: FROM HZ_CONTACT_POINTS a

5061: -- Initialize the return status.
5062: x_return_status := FND_API.G_RET_STS_SUCCESS;
5063:
5064: SELECT a.contact_point_id INTO l_test
5065: FROM HZ_CONTACT_POINTS a
5066: WHERE a.contact_point_type = p_contact_point_type
5067: AND a.contact_point_id = p_contact_point_id
5068: AND a.OWNER_TABLE_ID = p_party_id
5069: AND a.OWNER_TABLE_NAME = 'HZ_PARTIES'