Complaint Escalation Watchdog - #756
Conversation
|
Here's the code review for the pull request titled Complaint Escalation Watchdog: Code Review Comments
Summary of Code Changes
Feel free to address these points for a cleaner and more effective pull request! |
|
Here’s a structured review of the pull request, focusing on the provided criteria: Code Review Comments
Summary of Code Changes
Please address these points for a cleaner, more effective pull request! |
e3b822d
|
Here's the code review for the pull request titled Complaint Escalation Watchdog: Code Review Comments
Summary of Code Changes
Please address these points for a cleaner and more effective pull request! |
|
Here is a summary of the code review comments based on the provided pull request titled "Complaint Escalation Watchdog": Code Review Comments
Summary of Code Changes
Please address these points for a cleaner and more effective pull request! |
|
Here's a structured review based on the provided criteria for the pull request titled "Complaint Escalation Watchdog": Code Review Comments
Summary of Code Changes
Please address these points for a cleaner and more effective pull request! |
CodelineAtyab
left a comment
There was a problem hiding this comment.
Please write the code manually once before moving to generating the code we already have coded once
| WHERE complaint_id = p_complaint_id; | ||
|
|
||
| RETURN v_is_overdue; | ||
| EXCEPTION |
There was a problem hiding this comment.
If we are handling exception, there should be something like the try block right ?
| ); | ||
|
|
||
| v_count := v_count + 1; | ||
| END IF; |





No description provided.