DBA Data[Home] [Help]

APPS.IBE_MERGE_PVT dependencies on HZ_RELATIONSHIPS

Line 35: From HZ_RELATIONSHIPS

31: l_user_id FND_USER.USER_ID%TYPE;
32:
33: CURSOR party_rel(p_party_id NUMBER) IS
34: Select party_id
35: From HZ_RELATIONSHIPS
36: Where object_id = p_party_id
37: and subject_type='PERSON' and object_type='ORGANIZATION';
38:
39: Begin