DBA Data[Home] [Help]

APPS.ALR_RESPONSE_SETS_PKG dependencies on ALR_RESPONSE_ACTIONS

Line 111: delete ALR_RESPONSE_ACTIONS

107: /* TSHORT 5251609 - Deleting children as
108: primary key has sequence and can't be used
109: to upload */
110:
111: delete ALR_RESPONSE_ACTIONS
112: where application_id = l_app_id
113: and alert_id = l_alert_id
114: and response_set_id = l_resp_set_id;
115: