DBA Data[Home] [Help]

APPS.AMS_EVHRULES_PVT dependencies on HZ_RELATIONSHIPS

Line 1400: FROM hz_relationships -- anchaudh: bug fix 3764927.

1396:
1397: -- dbiswas 23-apr-2003 added cursor for NI bug# 2610067 carryforward to next releases
1398: CURSOR c_get_person_id (rel_party_id_in IN NUMBER) IS
1399: SELECT subject_id -- person id
1400: FROM hz_relationships -- anchaudh: bug fix 3764927.
1401: WHERE party_id = rel_party_id_in
1402: AND directional_flag = 'F';
1403:
1404: l_reg_att_party_id NUMBER;