DBA Data[Home] [Help]

APPS.HR_GEN_PKG dependencies on DUAL

Line 205: from sys.dual;

201: p_comment_id in out nocopy number) is
202: --
203: cursor csr_next_comment_id is
204: select hr_comments_s.nextval
205: from sys.dual;
206: --
207: begin
208: --
209: open csr_next_comment_id;