DBA Data[Home] [Help]

APPS.HXC_ATC_UPD dependencies on FND_GLOBAL

Line 82: ,last_updated_by = fnd_global.user_id

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

Line 84: ,last_update_login = fnd_global.login_id

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