fnd_global oracle,ORACLE EBS LAST_UPDATE_LOGIN

LAST_UPDATE_LOGIN 是指当前登录用户的login_id。

EBS会记录每个用户的登录登陆时间,结束时间,PID,SPID,登录方式等等,用这个字段来记录对当前表进行操作的用户的登录信息。

select*fromfnd_logins;

gl_last_update_login := fnd_global.login_id;

gl_user_id := fnd_global.user_id;

form中可使用:FND_PROFILE.VALUE('LOGIN_ID');

Last Updated By = FND_USER.USER_ID of the user who was logged on

when the change was made.

Last Update Login = FND_LOGINS.LOGIN_ID of the session which made

the changes.

Note that the data in FND_LOGINS will probably be purged (we only

appear to have two weeks data) and so you will only be able to

find the details of the most recent logins still in the table.

Let's assume you have a user called FRED (say User Id = 123).

When user FRED logs on to Oracle Applications a record is created

in the FND_LOGINS table (say Login Id = 4321). While logged in,

a change is made to a Project record (PA_PROJECTS_ALL table) -

the Last Updated By will be set to 123 and the Last Update Login

will be set to 4321.

If FRED logs off and then logs on again, another record is

created in the FND_LOGINS table (say Login Id = 5432). While

logged in this time, another change is made to the Project

record - the Last Updated By will still be 123 and the Last

Update Login will be updated to 5432.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值