DBA Data[Home] [Help]

APPS.HR_PERF_MGMT_PLAN_INTERNAL dependencies on DBMS_OUTPUT

Line 6605: dbms_output.put_line(SubStr('Error '||TO_CHAR(SQLCODE)||': '||SQLERRM, 1, 255));

6601:
6602:
6603: exception
6604: WHEN OTHERS THEN
6605: dbms_output.put_line(SubStr('Error '||TO_CHAR(SQLCODE)||': '||SQLERRM, 1, 255));
6606: err_msg := SubStr('Error '||TO_CHAR(SQLCODE)||': '||SQLERRM, 1, 255);
6607: end send_message_notification;
6608:
6609: function get_manager_id ( p_person_id in per_all_assignments_f.person_id%type, p_assignment_id per_all_assignments_f.assignment_id%type)