Changeset 47b88b010a032a620acac2e7dff46570fe80d64a
- Timestamp:
- 07/11/08 19:35:19
(5 years ago)
- Author:
- Denish Patel <denish@omniti.com>
- git-committer:
- Denish Patel <denish@omniti.com> 1215804919 +0000
- git-parent:
[5f2ddc824a8510304798a80360e45d8283e751c2]
- git-author:
- Denish Patel <denish@omniti.com> 1215804919 +0000
- Message:
corrected error warning for stratcon.mv_loading_dock_check_s()
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re94863c |
r47b88b0 |
|
| 327 | 327 | |
|---|
| 328 | 328 | ELSE |
|---|
| 329 | | RAISE EXCEPTION 'Something wrong with stratcon.loading_dock_check_s_change_log'; |
|---|
| | 329 | RAISE EXCEPTION 'Something wrong with stratcon.mv_loading_dock_check_s'; |
|---|
| 330 | 330 | END IF; |
|---|
| 331 | 331 | |
|---|