DBA Data[Home] [Help]

APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on AMS_LIST_SRC_TYPE_ASSOCS

Line 366: ams_list_src_type_assocs assoc , ams_list_src_types types

362:
363:
364: cursor c_const_where_cols is
365: select nvl(assoc.master_source_type_pk_column,types.SOURCE_OBJECT_PK_FIELD ),assoc.sub_source_type_pk_column from
366: ams_list_src_type_assocs assoc , ams_list_src_types types
367: where assoc.master_source_type_id = l_master_lstype_id
368: and assoc.sub_source_type_id = l_child_lstype_id
369: and assoc.master_source_type_id = types.list_source_type_id;
370: