Get price_event_id on a custom conflict check.
Hi,
I'd like to know how to get JUST the "price_event_id" which is under conflict check in a custom conflict check process.
Any one knows to explain about the code below that is present on all conflict check packages?
e.g.:
select * from rpm_future_retail_gtt
where price_event_id NOT IN (select ccet.price_event_id
from table(cast(L_error_tbl as conflict_check_error_tbl)) ccet);
Also what data comes in the "conflict_check_error_tbl" table during the conflict check process?
Thanks.
Uilber