DBA Data[Home] [Help]

APPS.OKC_AQ_WRITE_ERROR_PVT dependencies on OKC_ACTIONS_V

Line 247: from okc_actions_v

243: l_return_status VARCHAR2(1);
244:
245: Cursor action_csr(p_corrid IN VARCHAR2) is
246: select name
247: from okc_actions_v
248: where correlation = p_corrid;
249: BEGIN
250: -- Standard START OF API SAVEPOINT
251: DBMS_TRANSACTION.SAVEPOINT(l_api_name || '_PVT');