DBA Data[Home] [Help]

APPS.ASP_SERVICE_ALERT_AGENT dependencies on CS_INCIDENTS_ALL_B

Line 77: FROM cs_incidents_all_b sr

73: l_debug_statment number;
74:
75: CURSOR get_customer_id(c_incident_id in number) is
76: SELECT sr.customer_id
77: FROM cs_incidents_all_b sr
78: WHERE sr.incident_id = c_incident_id
79: and rownum < 2;
80:
81: BEGIN