DBA Data[Home] [Help]

APPS.GMS_AWARDS_BOUNDARY_DATES_CHK dependencies on APP_EXCEPTION

Line 489: app_exception.raise_exception;

485: x_start_date => budget_lines_rec.start_date,
486: x_end_date =>budget_lines_rec.end_date,
487: x_return_status => l_return_status);
488: if l_return_status <> 0 then
489: app_exception.raise_exception;
490: end if;
491: end loop;
492: end loop;
493:

Line 507: app_exception.raise_exception;

503: x_start_date => budget_lines_rec.start_date,
504: x_end_date =>budget_lines_rec.end_date,
505: x_return_status => l_return_status);
506: if l_return_status <> 0 then
507: app_exception.raise_exception;
508: end if;
509: end loop; -- budget lines loop
510: end loop; -- budget loop
511: end validate_installment;