DBA Data[Home] [Help]

APPS.GMS_AWARDS_BOUNDARY_DATES_CHK dependencies on APP_EXCEPTION

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;
510: end loop;
511:

Line 525: app_exception.raise_exception;

521: x_start_date => budget_lines_rec.start_date,
522: x_end_date =>budget_lines_rec.end_date,
523: x_return_status => l_return_status);
524: if l_return_status <> 0 then
525: app_exception.raise_exception;
526: end if;
527: end loop; -- budget lines loop
528: end loop; -- budget loop
529: end validate_installment;