DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_HISTORIES_PKG

Line 2589: CS_KB_HISTORIES_PKG.Insert_Row(

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,
2591: X_History_Id => l_hist_id,
2592: X_History_Name => null,
2593: X_User_Id => p_user_id,