DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on DBMS_TRANSACTION

Line 5737: l_tran_id := dbms_transaction.local_transaction_id();

5733: BEGIN
5734: --insert into values(1);
5735: --uncomment when you want to see tran id
5736: --should not go in tst115
5737: l_tran_id := dbms_transaction.local_transaction_id();
5738: IF l_debug_level > 0 THEN
5739: oe_debug_pub.add(P_CALLER ||' , TRANSACTION_ID: '|| L_TRAN_ID , 1);
5740: END IF;
5741: END get_transaction_id;