DBA Data[Home] [Help]

APPS.GMI_SHIPPING_UTIL dependencies on ALL_OBJECTS

Line 785: From all_objects

781: --Removed the refence to "apps".
782: -- HW BUG#3434884. Need to pass schema name
783: Cursor check_wsh (l_schema VARCHAR2) IS
784: Select object_name
785: From all_objects
786: Where object_name = 'WSH_USA_INV_PVT'
787: AND object_type = 'PACKAGE BODY'
788: AND OWNER = l_schema;
789: