DBA Data[Home] [Help]

APPS.ZPB_BUSAREA_MAINT dependencies on BISM_OBJECTS

Line 1542: from BISM_OBJECTS

1538: -- Bug 5068930 - but only if the BA has been repos to delete
1539: begin
1540: select count(*)
1541: into l_folder_count
1542: from BISM_OBJECTS
1543: where OBJECT_NAME = 'BusArea'||p_business_area_id and
1544: OBJECT_TYPE_ID = 100;
1545: exception
1546: when no_data_found then