DBA Data[Home] [Help]

APPS.MSC_PERS_QUERIES dependencies on MSC_SELECTION_CRITERIA_V

Line 79: from msc_selection_criteria_v

75:
76: cursor c_groupby (l_query_id in number,
77: l_source_type in number, l_object_type in number) is
78: select group_by, sequence
79: from msc_selection_criteria_v
80: where folder_id = l_query_id
81: and nvl(source_type, -1) = nvl(l_source_type, -1)
82: and nvl(object_type, -1) = nvl(l_object_type, -1)
83: and nvl(count_by, 2) = 1