DBA Data[Home] [Help]

APPS.BIX_QUEUE_DETAIL_REPORT dependencies on BIX_DM_CLASSIFICATION_PARAM_V

Line 298: from bix_dm_classification_param_v

294: g_classification_id := to_number(substr(v_parent, 2, instr(v_parent, 'd')-2));
295: if (g_classification_id <> -9999) then
296: select classification_name
297: into g_classification
298: from bix_dm_classification_param_v
299: where to_number(classification_id) = g_classification_id;
300: end if;
301: g_drilldown := to_number(substr(v_parent, instr(v_parent, 'd')+ 1, 1));
302: end if;