DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_UTILS dependencies on HXC_LOCK_API

Line 1452: hxc_lock_api.request_lock

1448:
1449: IF ( p_day_retrieve AND p_tc_first_lock )
1450: THEN
1451:
1452: hxc_lock_api.request_lock
1453: (p_process_locker_type => hxc_generic_retrieval_pkg.g_lock_type
1454: ,p_time_building_block_id => p_tc_bb_id
1455: ,p_time_building_block_ovn => p_tc_bb_ovn
1456: ,p_expiration_time => 60

Line 1950: hxc_lock_api.release_lock ( p_transaction_lock_id => l_index

1946: l_index := l_tx_tab.NEXT(l_index);
1947:
1948: -- unlock any outstanding TC locks
1949:
1950: hxc_lock_api.release_lock ( p_transaction_lock_id => l_index
1951: , p_process_locker_type => hxc_generic_retrieval_pkg.g_lock_type
1952: , p_row_lock_id => NULL
1953: , p_messages => l_message_table
1954: , p_released_success => l_boolean );