DBA Data[Home] [Help]

APPS.OKC_CVM_PVT dependencies on DBMS_TRANSACTION

Line 1569: v_trans_id := dbms_transaction.local_transaction_id(TRUE);

1565: return;
1566: END IF;
1567:
1568: -- get id of local transaction
1569: v_trans_id := dbms_transaction.local_transaction_id(TRUE);
1570:
1571: -- v_trans_id will be null if no transaction. In that case, do nothing
1572: --
1573: -- If v_trans_id = g_trans_id, then this routine has been called before