DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_UNITS_PKG dependencies on USER_OBJECTS

Line 892: from user_objects

888: -- Cursor added as part of fix for 1858597
889: --
890: cursor csr_leg_pkg(p_pkg_name varchar2) is
891: select '1'
892: from user_objects
893: where object_name = p_pkg_name
894: and object_type = 'PACKAGE';
895: --
896: l_dummy varchar2(1);