DBA Data[Home] [Help]

APPS.PER_SIT_PKG dependencies on PER_SPECIAL_INFO_TYPES_S

Line 130: select per_special_info_types_s.nextval

126: --
127: function get_special_info_type_id return number is
128: l_id number;
129: cursor c is
130: select per_special_info_types_s.nextval
131: from sys.dual;
132: --
133: begin
134: open c;