DBA Data[Home] [Help]

APPS.CS_KB_SET_TYPES_PKG dependencies on DUAL

Line 56: select cs_kb_set_types_s.nextval into l_id from dual;

52: end if;
53:
54:
55: --prepare data, then insert new set_type
56: select cs_kb_set_types_s.nextval into l_id from dual;
57: l_date := sysdate;
58: l_created_by := fnd_global.user_id;
59: l_login := fnd_global.login_id;
60: