DBA Data[Home] [Help]

APPS.PAY_US_EMP_DT_TAX_VAL dependencies on APP_EXCEPTION

Line 619: app_exception.raise_exception; /* raise error message */

615: if l_location_id <> p_new_location_id then
616: check_payroll_enabled := 0;
617: fnd_message.set_name ('PAY', 'PAY_52282_FUTR_LOC_CHNG_EXISTS');
618: fnd_message.set_token('current_location_id',p_new_location_code);
619: app_exception.raise_exception; /* raise error message */
620: else
621: check_payroll_enabled := 1;
622: end if;
623: close csr_get_next_locations;

Line 641: app_exception.raise_exception; /* raise error message */

637: if l_location_id <> p_new_location_id then
638: check_payroll_enabled := 0;
639: fnd_message.set_name ('PAY', 'PAY_52282_FUTR_LOC_CHNG_EXISTS');
640: fnd_message.set_token('current_location_id',p_new_location_code);
641: app_exception.raise_exception; /* raise error message */
642: close csr_get_next_locations;
643: exit;
644: end if;
645: end if;