DBA Data[Home] [Help]

APPS.ARH_DQM_TREE_HELPER dependencies on HZ_CONTACT_POINTS

Line 306: FROM hz_contact_points

302: IS
303: CURSOR c_contact_point IS
304: SELECT owner_table_name,
305: owner_table_id
306: FROM hz_contact_points
307: WHERE contact_point_id = p_contact_point_id;
308: ret NUMBER;
309: BEGIN
310: OPEN c_contact_point;