DBA Data[Home] [Help]

APPS.PER_PERSON_ANALYSES_PKG dependencies on DUAL

Line 12: | is no longer populated, in r115 only. Broken dual

8: /*
9: |
10: | 07/07/2000 C.Simpson Modified single_info_type to compensate for change in
11: | base view PER_SPECIAL_INFO_TYPES_V where INFO_EXISTS
12: | is no longer populated, in r115 only. Broken dual
13: | maintenance on this file as a result. #1347225.
14: |
15: |
16: */

Line 71: from sys.dual;

67: function get_unique_id return number is
68: l_id number;
69: cursor c is
70: select per_person_analyses_s.nextval
71: from sys.dual;
72: --
73: begin
74: open c;
75: fetch c into l_id;