DBA Data[Home] [Help]

APPS.AMS_ACT_LIST_PVT dependencies on AMS_LIST_SRC_TYPE_ASSOCS

Line 3328: from ams_list_src_types a, ams_list_src_type_assocs b

3324: cursor c_child_source_type (l_child_src_type varchar2 )is
3325: select a.source_object_name ,
3326: a.source_object_name || '.' || b.sub_source_type_pk_column
3327: ,b.master_source_type_pk_column
3328: from ams_list_src_types a, ams_list_src_type_assocs b
3329: where a.source_type_code = l_child_src_type
3330: and b.sub_source_type_id = a.list_source_type_id;
3331: l_count number;
3332: l_master_object_name varchar2(4000);