DBA Data[Home] [Help]

APPS.HXC_HAT_UPD dependencies on FND_GLOBAL

Line 80: ,last_updated_by = fnd_global.user_id

76: alias_type_id = p_rec.alias_type_id
77: ,alias_type = p_rec.alias_type
78: ,reference_object = p_rec.reference_object
79: ,object_version_number = p_rec.object_version_number
80: ,last_updated_by = fnd_global.user_id
81: ,last_update_date = sysdate
82: ,last_update_login = fnd_global.login_id
83:
84: where alias_type_id = p_rec.alias_type_id;

Line 82: ,last_update_login = fnd_global.login_id

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