DBA Data[Home] [Help]

APPS.CS_KB_USED_SUM_DEFS_PKG dependencies on DUAL

Line 46: select cs_kb_used_sum_defs_s.nextval into l_id from dual;

42: end if;
43:
44:
45: --prepare data, then insert new def
46: select cs_kb_used_sum_defs_s.nextval into l_id from dual;
47: l_date := sysdate;
48: l_created_by := fnd_global.user_id;
49: l_login := fnd_global.login_id;
50: