DBA Data[Home] [Help]

APPS.SR_UWQ_INTEG dependencies on CS_SR_UWQ_NODES_VL

Line 458: from cs_sr_uwq_nodes_vl

454:
455: cursor cur_seed_cursor is select node_label,
456: node_view,where_clause,data_source,node_query,cursor_sql,
457: cursor_key_col,node_id,res_cat_enum_flag
458: from cs_sr_uwq_nodes_vl
459: where node_id < 1000 and enabled_flag='Y'
460: and node_query = 'CURSOR';
461:
462: v_cursorid number;