DBA Data[Home] [Help]

APPS.HR_GEN_PKG dependencies on HR_COMMENTS_S

Line 204: select hr_comments_s.nextval

200: p_comment_text varchar2,
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: --