DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_HISTORIES_S

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

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