DBA Data[Home] [Help]

APPS.BSC_PMF_UI_API_PUB dependencies on USER_OBJECTS

Line 1419: from user_objects

1415: l_view_name := 'BSC_D_' || substr( replace(p_Short_Name, ' ', '_') , 1, 22) || '_V';
1416: loop
1417: select count(object_name)
1418: into l_count
1419: from user_objects
1420: where object_name = upper(l_view_name);
1421: exit when l_count = 0;
1422:
1423: -- Tries other object name