DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_HISTORIES_S

Line 2582: select cs_kb_histories_s.nextval into l_hist_id from dual;

2578: -- insert into histories table (who, when)
2579: -- insert or update cs_kb_set_used_hists(set, usedtype, histid)
2580:
2581: --prepare data, then insert new ele
2582: select cs_kb_histories_s.nextval into l_hist_id from dual;
2583: CS_Knowledge_PVT.Get_Who(l_date, l_created_by, l_login);
2584:
2585: CS_KB_HISTORIES_PKG.Insert_Row(
2586: X_Rowid => l_rowid,