DBA Data[Home] [Help]

APPS.PER_QP_INVOCATIONS dependencies on DUAL

Line 8: from sys.dual;

4: function get_qp_session_id return NUMBER is
5: --
6: cursor c is
7: select per_quickpaint_invocations_s.nextval
8: from sys.dual;
9: --
10: l_id NUMBER;
11: --
12: begin

Line 37: from sys.dual;

33: and qp_report_id = p_qp_report_id;
34: --
35: cursor c1 is
36: select per_quickpaint_invocations_s.nextval
37: from sys.dual;
38: --
39: l_exists varchar2(1);
40: --
41: begin