DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_LIST_SRC_TYPE_ASSOCS

Line 387: ams_list_src_type_assocs assoc , ams_list_src_types types

383:
384:
385: cursor c_const_where_cols is
386: select nvl(assoc.master_source_type_pk_column,types.SOURCE_OBJECT_PK_FIELD ),assoc.sub_source_type_pk_column from
387: ams_list_src_type_assocs assoc , ams_list_src_types types
388: where assoc.master_source_type_id = l_master_lstype_id
389: and assoc.sub_source_type_id = l_child_lstype_id
390: and assoc.master_source_type_id = types.list_source_type_id;
391: