DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_UTILS dependencies on HZ_PARTIES

Line 804: FROM hz_parties

800: -- Check if the resource is a Person/Organization.
801: IF p_resource_type_id = 112 THEN
802: SELECT party_type
803: INTO l_party_type
804: FROM hz_parties
805: WHERE party_id = p_resource_source_id;
806: END IF;
807:
808: -- Check if the role is for Person/Organization.