DBA Data[Home] [Help]

APPS.BEN_EGR_INS dependencies on FND_GLOBAL

Line 144: l_last_updated_by := fnd_global.user_id;

140: --
141: -- Set the AOL updated WHO values
142: --
143: l_last_update_date := sysdate;
144: l_last_updated_by := fnd_global.user_id;
145: l_last_update_login := fnd_global.login_id;
146: End If;
147: --
148: ben_egr_shd.g_api_dml := true; -- Set the api dml status

Line 145: l_last_update_login := fnd_global.login_id;

141: -- Set the AOL updated WHO values
142: --
143: l_last_update_date := sysdate;
144: l_last_updated_by := fnd_global.user_id;
145: l_last_update_login := fnd_global.login_id;
146: End If;
147: --
148: ben_egr_shd.g_api_dml := true; -- Set the api dml status
149: --