DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on HZ_RELATIONSHIP_TYPES

Line 6217: From HZ_RELATIONSHIP_TYPES reltype, HZ_CODE_ASSIGNMENTS code

6213: AND hp_rltn.party_id = p_party_id
6214: AND hp_contact.party_id = hp_rltn.subject_id
6215: AND hp_contact.party_type = 'PERSON'
6216: AND hp_rltn.relationship_code IN ( Select distinct reltype.forward_rel_code
6217: From HZ_RELATIONSHIP_TYPES reltype, HZ_CODE_ASSIGNMENTS code
6218: Where code.class_category = 'RELATIONSHIP_TYPE_GROUP'
6219: and code.class_code = 'PARTY_REL_GRP_CONTACTS'
6220: and code.owner_table_name = 'HZ_RELATIONSHIP_TYPES'
6221: and code.owner_table_id = reltype.relationship_type_id

Line 6220: and code.owner_table_name = 'HZ_RELATIONSHIP_TYPES'

6216: AND hp_rltn.relationship_code IN ( Select distinct reltype.forward_rel_code
6217: From HZ_RELATIONSHIP_TYPES reltype, HZ_CODE_ASSIGNMENTS code
6218: Where code.class_category = 'RELATIONSHIP_TYPE_GROUP'
6219: and code.class_code = 'PARTY_REL_GRP_CONTACTS'
6220: and code.owner_table_name = 'HZ_RELATIONSHIP_TYPES'
6221: and code.owner_table_id = reltype.relationship_type_id
6222: and code.status = 'A'
6223: and trunc(code.start_date_active) <= trunc(sysdate)
6224: and trunc(nvl(code.end_date_active,sysdate)) >= trunc(sysdate)