DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on USER_OBJECTS

Line 13726: FROM user_objects

13722: -- Check whether the Regional Package is installed
13723: ---------------------------------------------------
13724: SELECT DISTINCT 'Package Installed'
13725: INTO l_jl_installed
13726: FROM user_objects
13727: WHERE object_name = 'JG_GLOBE_UTIL_PKG'
13728: AND object_type = 'PACKAGE BODY';
13729:
13730: l_progress := '010';