DBA Data[Home] [Help]

APPS.HR_PERSON dependencies on USER_OBJECTS

Line 949: from user_objects

945:
946: --
947: cursor csr_leg_pkg(p_pkg VARCHAR2) IS
948: select '1'
949: from user_objects
950: where object_name = p_pkg
951: and object_type = 'PACKAGE';
952:
953: cursor csr_leg_cod is