DBA Data[Home] [Help]

APPS.PQP_RIW_WEBADI_UTILS dependencies on HR_PUMP_BATCH_LINES

Line 3515: batch_line_id from hr_pump_batch_lines where batch_id = p_batch_id and

3511: is
3512: concatstr varchar2(1000) := '';
3513: cursor csr_exp is
3514: select exception_text from hr_pump_batch_exceptions where source_id in (select
3515: batch_line_id from hr_pump_batch_lines where batch_id = p_batch_id and
3516: link_value = p_batch_link);
3517: begin
3518: for rec_exp in csr_exp loop
3519: concatstr := concatstr||rec_exp.exception_text||' ';