DBA Data[Home] [Help]

APPS.HREMPTER dependencies on USER_OBJECTS

Line 3491: from user_objects

3487: where business_group_id = p_business_group_id;
3488: --
3489: cursor csr_leg_pkg(p_pkg_name varchar2) is
3490: select '1'
3491: from user_objects
3492: where object_name = p_pkg_name
3493: and object_type = 'PACKAGE';
3494: --
3495: -- Changes start for the bug 13571033