DBA Data[Home] [Help]

APPS.AMS_DISCOVERER_PVT dependencies on AMS_LIST_SRC_TYPES

Line 649: FROM ams_list_src_types

645: l_overflow NUMBER;
646:
647: CURSOR c_master_types IS
648: SELECT source_type_code
649: FROM ams_list_src_types
650: WHERE master_source_type_flag = 'Y'
651: AND enabled_flag = 'Y'
652: and list_source_type = 'TARGET' -- by musman bug:4655422:fix
653: order by list_source_type_id ; -- by musman bug:4655422:fix