DBA Data[Home] [Help]

APPS.HXC_TER_UPD dependencies on FND_GLOBAL

Line 121: ,last_updated_by = fnd_global.user_id

117: ,attribute28 = p_rec.attribute28
118: ,attribute29 = p_rec.attribute29
119: ,attribute30 = p_rec.attribute30
120: ,object_version_number = p_rec.object_version_number
121: ,last_updated_by = fnd_global.user_id
122: ,last_update_date = sysdate
123: ,last_update_login = fnd_global.login_id
124:
125: where time_entry_rule_id = p_rec.time_entry_rule_id;

Line 123: ,last_update_login = fnd_global.login_id

119: ,attribute30 = p_rec.attribute30
120: ,object_version_number = p_rec.object_version_number
121: ,last_updated_by = fnd_global.user_id
122: ,last_update_date = sysdate
123: ,last_update_login = fnd_global.login_id
124:
125: where time_entry_rule_id = p_rec.time_entry_rule_id;
126: --
127: hxc_ter_shd.g_api_dml := false; -- Unset the api dml status