DBA Data[Home] [Help]

APPS.HXC_TCC_UPD dependencies on FND_GLOBAL

Line 88: ,last_updated_by = fnd_global.user_id

84: ,is_null = p_rec.is_null
85: ,equal_to = p_rec.equal_to
86: ,type = p_rec.type
87: ,object_version_number= p_rec.object_version_number
88: ,last_updated_by = fnd_global.user_id
89: ,last_update_date = sysdate
90: ,last_update_login = fnd_global.login_id
91:
92: where time_category_comp_id = p_rec.time_category_comp_id;

Line 90: ,last_update_login = fnd_global.login_id

86: ,type = p_rec.type
87: ,object_version_number= p_rec.object_version_number
88: ,last_updated_by = fnd_global.user_id
89: ,last_update_date = sysdate
90: ,last_update_login = fnd_global.login_id
91:
92: where time_category_comp_id = p_rec.time_category_comp_id;
93:
94: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status