DBA Data[Home] [Help]

APPS.CS_KB_HISTORIES_PKG dependencies on DUAL

Line 36: select cs_kb_histories_s.nextval into l_id from dual;

32:
33: -- Check params
34:
35: --prepare data, then insert new def
36: select cs_kb_histories_s.nextval into l_id from dual;
37: l_date := sysdate;
38: l_created_by := fnd_global.user_id;
39: l_login := fnd_global.login_id;
40: