DBA Data[Home] [Help]

APPS.HR_PERSON dependencies on USER_OBJECTS

Line 898: from user_objects

894:
895: --
896: cursor csr_leg_pkg(p_pkg VARCHAR2) IS
897: select '1'
898: from user_objects
899: where object_name = p_pkg
900: and object_type = 'PACKAGE';
901:
902: cursor csr_leg_cod is