DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SET_USED_HISTS

Line 2583: -- insert or update cs_kb_set_used_hists(set, usedtype, histid)

2579: end if;
2580:
2581: -- incr history tables
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);

Line 2603: insert into cs_kb_set_used_hists(

2599: X_Last_Update_Date => l_date,
2600: X_Last_Updated_By => l_created_by,
2601: X_Last_Update_Login => l_login);
2602:
2603: insert into cs_kb_set_used_hists(
2604: set_id, history_id,
2605: creation_date, created_by, last_update_date,
2606: last_updated_by, last_update_login,used_type, session_id)
2607: values(