DBA Data[Home] [Help]

APPS.CS_SR_UTIL_PKG dependencies on CS_INCIDENT_ACTIONS

Line 19: FROM cs_incident_actions

15: l_max_action_date DATE;
16: BEGIN
17:
18: SELECT MAX(last_update_date) INTO l_max_action_date
19: FROM cs_incident_actions
20: WHERE incident_id = p_incident_id;
21:
22: IF (l_max_action_date > p_last_update_date) THEN
23: return l_max_action_date;