DBA Data[Home] [Help]

APPS.BIS_AK_REGION_PUB dependencies on USER_OBJECTS

Line 2712: select count(1) into l_count from user_objects

2708:
2709: begin
2710:
2711: -- mdamle 07/22/04 - Enh#3786101 - Consider Materialized view as a valid database object
2712: select count(1) into l_count from user_objects
2713: where object_type in ('VIEW', 'MATERIALIZED VIEW','SYNONYM')
2714: and object_name = p_database_object_name;
2715:
2716: if (l_count > 0) then