DBA Data[Home] [Help]

APPS.HXC_LCK_UPD dependencies on FND_GLOBAL

Line 80: ,last_updated_by = fnd_global.user_id

76: set
77: locker_type_id = p_rec.locker_type_id
78: ,locker_type = p_rec.locker_type
79: ,process_type = p_rec.process_type
80: ,last_updated_by = fnd_global.user_id
81: ,last_update_date = sysdate
82: ,last_update_login = fnd_global.login_id
83: where locker_type_id = p_rec.locker_type_id;
84: --

Line 82: ,last_update_login = fnd_global.login_id

78: ,locker_type = p_rec.locker_type
79: ,process_type = p_rec.process_type
80: ,last_updated_by = fnd_global.user_id
81: ,last_update_date = sysdate
82: ,last_update_login = fnd_global.login_id
83: where locker_type_id = p_rec.locker_type_id;
84: --
85: --
86: --