DBA Data[Home] [Help]

APPS.PQP_RIW_WEBADI_UTILS dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 3105: select exception_text from hr_pump_batch_exceptions where source_id in (select

3101: return varchar2
3102: is
3103: concatstr varchar2(1000) := '';
3104: cursor csr_exp is
3105: select exception_text from hr_pump_batch_exceptions where source_id in (select
3106: batch_line_id from hr_pump_batch_lines where batch_id = p_batch_id and
3107: link_value = p_batch_link);
3108: begin
3109: for rec_exp in csr_exp loop