DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_UTILS dependencies on HXC_LOCK_API

Line 1303: hxc_lock_api.request_lock

1299:
1300: IF ( p_day_retrieve AND p_tc_first_lock )
1301: THEN
1302:
1303: hxc_lock_api.request_lock
1304: (p_process_locker_type => hxc_generic_retrieval_pkg.g_lock_type
1305: ,p_time_building_block_id => p_tc_bb_id
1306: ,p_time_building_block_ovn => p_tc_bb_ovn
1307: ,p_expiration_time => 60

Line 1799: hxc_lock_api.release_lock ( p_transaction_lock_id => l_index

1795: l_index := l_tx_tab.NEXT(l_index);
1796:
1797: -- unlock any outstanding TC locks
1798:
1799: hxc_lock_api.release_lock ( p_transaction_lock_id => l_index
1800: , p_process_locker_type => hxc_generic_retrieval_pkg.g_lock_type
1801: , p_row_lock_id => NULL
1802: , p_messages => l_message_table
1803: , p_released_success => l_boolean );