DBA Data[Home] [Help]

APPS.CCT_ROUTINGWORKFLOW_PUB dependencies on WF_CORE

Line 365: WF_CORE.Get_error(err_name, err_msg, err_stack);

361: end;
362:
363: EXCEPTION
364: WHEN OTHERS THEN
365: WF_CORE.Get_error(err_name, err_msg, err_stack);
366: if (err_name IS NULL) then
367: l_return_status := 'ORA ERROR : err_name is ' ||
368: to_char(sqlcode) || ' and err_msg is '
369: || sqlerrm;

Line 983: WF_CORE.Get_error(err_name, err_msg, err_stack);

979: end;
980:
981: EXCEPTION
982: WHEN OTHERS THEN
983: WF_CORE.Get_error(err_name, err_msg, err_stack);
984: if (err_name IS NULL) then
985: l_return_status := 'ORA ERROR : err_name is ' ||
986: to_char(sqlcode) || ' and err_msg is '
987: || sqlerrm;