DBA Data[Home] [Help]

APPS.IEX_CUST_OVERVIEW_PVT dependencies on HZ_RELATIONSHIPS

Line 2532: FROM hz_relationships

2528:
2529:
2530: CURSOR c_exist_rel IS
2531: SELECT *
2532: FROM hz_relationships
2533: WHERE (subject_id = l_party_id
2534: AND relationship_code = p_type
2535: AND status = 'A');
2536: