DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_UTILS dependencies on HZ_PARTIES

Line 801: FROM hz_parties

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