DBA Data[Home] [Help]

APPS.CS_KB_HISTORIES_PKG dependencies on FND_GLOBAL

Line 38: l_created_by := fnd_global.user_id;

34:
35: --prepare data, then insert new def
36: select cs_kb_histories_s.nextval into l_id from dual;
37: l_date := sysdate;
38: l_created_by := fnd_global.user_id;
39: l_login := fnd_global.login_id;
40:
41: CS_KB_HISTORIES_PKG.Insert_Row(
42: X_Rowid => l_rowid,

Line 39: l_login := fnd_global.login_id;

35: --prepare data, then insert new def
36: select cs_kb_histories_s.nextval into l_id from dual;
37: l_date := sysdate;
38: l_created_by := fnd_global.user_id;
39: l_login := fnd_global.login_id;
40:
41: CS_KB_HISTORIES_PKG.Insert_Row(
42: X_Rowid => l_rowid,
43: X_History_Id => l_id,