DBA Data[Home] [Help]

APPS.PQH_PTX_UTL dependencies on PQH_WF

Line 2567: pqh_wf.set_apply_error(p_transaction_category_id

2563: );
2564: end if;
2565: --
2566: if SQLERRM is not null then
2567: pqh_wf.set_apply_error(p_transaction_category_id
2568: => l_transaction_category_id,
2569: p_transaction_id => p_transaction_id,
2570: p_apply_error_mesg => SQLERRM,
2571: p_apply_error_num => SQLCODE);