DBA Data[Home] [Help]

APPS.HXC_LOCK_UTIL dependencies on HXC_LOCK_UTIL

Line 1: PACKAGE BODY HXC_LOCK_UTIL AS

1: PACKAGE BODY HXC_LOCK_UTIL AS
2: /* $Header: hxclockutil.pkb 120.3 2005/09/23 05:19:29 nissharm noship $ */
3:
4: g_debug boolean := hr_utility.debug_enabled;
5:

Line 537: l_locker_type_id := hxc_lock_util.get_locker_type_req_id

533: -- we need to delete the childs
534: -- we need to lock all the details for this application period
535: IF l_locker_type_id is null THEN
536: IF p_locker_type_id is null THEN
537: l_locker_type_id := hxc_lock_util.get_locker_type_req_id
538: (p_process_locker_type => p_process_locker_type
539: ,p_messages => p_messages);
540: ELSE
541: l_locker_type_id := p_locker_type_id;

Line 559: hxc_lock_util.delete_tbb_lock

555: end if;
556:
557: -- if we arrive here that means we did not find a detail
558: -- locked and then we can insert a new lock
559: hxc_lock_util.delete_tbb_lock
560: (p_locker_type_id => l_locker_type_id
561: ,p_time_building_block_id => crs_app_period_detail.time_building_block_id
562: ,p_time_building_block_ovn => crs_app_period_detail.time_building_block_ovn);
563: END LOOP;

Line 590: l_locker_type_id := hxc_lock_util.get_locker_type_req_id

586: l_locker_type_id NUMBER;
587:
588: BEGIN
589:
590: l_locker_type_id := hxc_lock_util.get_locker_type_req_id
591: (p_process_locker_type => p_process_locker_type
592: ,p_messages => p_messages);
593:
594:

Line 861: hxc_lock_util.delete_lock

857: hr_utility.trace('JOEL - check_row_lock 4 ');
858: hr_utility.trace('JOEL - delete_lock 1 ');
859: end if;
860:
861: hxc_lock_util.delete_lock
862: (p_rowid => csr_lock.rowid
863: ,p_locker_type_id => csr_lock.locker_type_id
864: ,p_process_locker_type => null
865: ,p_messages => p_messages);

Line 879: hxc_lock_util.delete_lock

875: -- and insert the new lock
876: if g_debug then
877: hr_utility.trace('JOEL - delete_lock 2 ');
878: end if;
879: hxc_lock_util.delete_lock
880: (p_rowid => csr_lock.rowid
881: ,p_locker_type_id => csr_lock.locker_type_id
882: ,p_process_locker_type => null
883: ,p_messages => p_messages);

Line 1055: hxc_lock_util.delete_lock

1051: -- and insert the new lock
1052: if g_debug then
1053: hr_utility.trace('JOEL - delete_lock 4 ');
1054: end if;
1055: hxc_lock_util.delete_lock
1056: (p_rowid => p_rowid
1057: ,p_locker_type_id => p_locker_type_owner_id
1058: ,p_process_locker_type => null
1059: ,p_messages => p_messages);

Line 1073: hxc_lock_util.delete_lock

1069: -- and insert the new lock
1070: if g_debug then
1071: hr_utility.trace('JOEL - delete_lock 5 ');
1072: end if;
1073: hxc_lock_util.delete_lock
1074: (p_rowid => p_rowid
1075: ,p_locker_type_id => p_locker_type_owner_id
1076: ,p_process_locker_type => null
1077: ,p_messages => p_messages);

Line 1136: END HXC_LOCK_UTIL;

1132: COMMIT;
1133:
1134: END delete_period_lock;
1135:
1136: END HXC_LOCK_UTIL;