DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_SET_USED_HISTS

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

2575: end if;
2576:
2577: -- incr history tables
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);

Line 2599: insert into cs_kb_set_used_hists(

2595: X_Last_Update_Date => l_date,
2596: X_Last_Updated_By => l_created_by,
2597: X_Last_Update_Login => l_login);
2598:
2599: insert into cs_kb_set_used_hists(
2600: set_id, history_id,
2601: creation_date, created_by, last_update_date,
2602: last_updated_by, last_update_login,used_type, session_id)
2603: values(