DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on CS_KB_HISTORIES_PKG

Line 2585: CS_KB_HISTORIES_PKG.Insert_Row(

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,
2587: X_History_Id => l_hist_id,
2588: X_History_Name => null,
2589: X_User_Id => p_user_id,