DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on AMS_OBJECT_ASSOCIATIONS

Line 427: FROM ams_object_associations

423: -- select all assciations of the calling activity
424: -- Changed the select statement to master_object_id
425: CURSOR association_cur IS
426: SELECT *
427: FROM ams_object_associations
428: WHERE master_object_id = p_src_act_id
429: AND master_object_type = p_src_act_type ;
430:
431: CURSOR cur_get_old_start IS