DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on DBMS_TRANSACTION

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

5740: BEGIN
5741: --insert into values(1);
5742: --uncomment when you want to see tran id
5743: --should not go in tst115
5744: l_tran_id := dbms_transaction.local_transaction_id();
5745: IF l_debug_level > 0 THEN
5746: oe_debug_pub.add(P_CALLER ||' , TRANSACTION_ID: '|| L_TRAN_ID , 1);
5747: END IF;
5748: END get_transaction_id;