DBA Data[Home] [Help]

APPS.QA_RESULT_GRP dependencies on QA_ACTION_LOG

Line 66: DELETE qa_action_log

62: WHERE parent_collection_id = p_collection_id
63: OR child_collection_id = p_collection_id;
64:
65: -- Bug 5502106. Action Logs must also be purged.
66: DELETE qa_action_log
67: WHERE collection_id = p_collection_id;
68: END IF;
69: -- R12 ERES Support in Service Family. Bug 4345768 End
70: