DBA Data[Home] [Help]

APPS.PER_CAREER_PATH_ELEMENTS_PKG dependencies on DUAL

Line 56: from sys.dual;

52: procedure get_id(p_cpath_ele_id IN OUT nocopy NUMBER) IS
53:
54: cursor c3 is
55: select per_career_path_elements_s.nextval
56: from sys.dual;
57: --
58: begin
59: --
60: hr_utility.set_location('per_career_path_elements_pkg.get_id',1);