[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
SELECT merge_reason_code
INTO l_merge_reason_code
FROM hz_merge_batch
WHERE batch_id = p_batch_id;
update isc_book_sum2_f
set customer_id = p_to_fk_id
where customer_id = p_from_fk_id;
update isc_book_sum2_f
set ship_to_party_id = p_to_fk_id
where ship_to_party_id = p_from_fk_id;
SELECT merge_reason_code
INTO l_merge_reason_code
FROM hz_merge_batch
WHERE batch_id = p_batch_id;
update isc_book_sum2_pdue_f
set customer_id = p_to_fk_id
where customer_id = p_from_fk_id;
SELECT merge_reason_code
INTO l_merge_reason_code
FROM hz_merge_batch
WHERE batch_id = p_batch_id;
update isc_book_sum2_pdue2_f
set customer_id = p_to_fk_id
where customer_id = p_from_fk_id;
SELECT merge_reason_code
INTO l_merge_reason_code
FROM hz_merge_batch
WHERE batch_id = p_batch_id;
update isc_book_sum2_bkord_f
set customer_id = p_to_fk_id
where customer_id = p_from_fk_id;