DBA Data[Home] [Help]

APPS.PER_SIT_PKG dependencies on DUAL

Line 131: from sys.dual;

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;
135: fetch c into l_id;

Line 397: from dual

393: (special_information_type_id,
394: special_info_category)
395: select p_special_information_type_id,
396: p_special_info_category
397: from dual
398: where not exists
399: (select null
400: from per_special_info_type_usages
401: where special_information_type_id = p_special_information_type_id