DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on AMS_ACT_CONTACT_POINTS

Line 1672: FROM ams_act_contact_points

1668: ORDER BY list_line_id;
1669:
1670: CURSOR c_contact_point IS
1671: SELECT *
1672: FROM ams_act_contact_points
1673: WHERE arc_contact_used_by = 'OFFR'
1674: AND act_contact_used_by_id = p_source_object_id;
1675: l_contact_point_rec ams_cnt_point_pvt.cnt_point_rec_type;
1676: