DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PVT dependencies on USER_OBJECTS

Line 243: FROM user_objects

239: -- Check whether the Regional Package is installed
240: ---------------------------------------------------
241: SELECT DISTINCT 'Package Installed'
242: INTO l_jl_installed
243: FROM user_objects
244: WHERE object_name = 'JG_GLOBE_UTIL_PKG'
245: AND object_type = 'PACKAGE BODY';
246:
247: l_progress := '010';