DBA Data[Home] [Help]

APPS.PER_SPINAL_POINT_STEPS_PKG dependencies on DUAL

Line 51: CURSOR C2 IS SELECT per_spinal_point_steps_s.nextval FROM sys.dual;

47: ) IS
48: CURSOR C IS SELECT rowid FROM per_spinal_point_steps
49: WHERE step_id = X_step_id;
50:
51: CURSOR C2 IS SELECT per_spinal_point_steps_s.nextval FROM sys.dual;
52: BEGIN
53: if (X_step_id is NULL) then
54: OPEN C2;
55: FETCH C2 INTO X_step_id;

Line 475: from sys.dual

471: l_exists VARCHAR2(1);
472:
473: cursor c5 is
474: select 'x'
475: from sys.dual
476: where exists
477: (select null
478: from per_spinal_point_steps_f sp
479: -- per_grade_spines_f gs Bug fix:3648542