DBA Data[Home] [Help]

APPS.BEN_ELP_INS dependencies on FND_GLOBAL

Line 160: l_last_updated_by := fnd_global.user_id;

156: --
157: -- Set the AOL updated WHO values
158: --
159: l_last_update_date := sysdate;
160: l_last_updated_by := fnd_global.user_id;
161: l_last_update_login := fnd_global.login_id;
162: End If;
163: --
164: ben_elp_shd.g_api_dml := true; -- Set the api dml status

Line 161: l_last_update_login := fnd_global.login_id;

157: -- Set the AOL updated WHO values
158: --
159: l_last_update_date := sysdate;
160: l_last_updated_by := fnd_global.user_id;
161: l_last_update_login := fnd_global.login_id;
162: End If;
163: --
164: ben_elp_shd.g_api_dml := true; -- Set the api dml status
165: --