DBA Data[Home] [Help]

APPS.PAY_PAY_INS dependencies on HR_COMMENTS_S

Line 63: select hr_comments_s.nextval

59:
60: function get_comment_id return number is
61: l_comment_id number;
62: begin
63: select hr_comments_s.nextval
64: into l_comment_id
65: from sys.dual;
66: return(l_comment_id);
67: end get_comment_id;