DBA Data[Home] [Help]

APPS.HXC_LOCK_UTIL dependencies on HXC_TIME_BUILDING_BLOCKS

Line 23: from hxc_time_building_blocks

19: ) IS
20:
21: cursor c_timecard_info is
22: select scope, resource_id, stop_time, start_time
23: from hxc_time_building_blocks
24: where time_building_block_id = p_time_building_block_id
25: and object_version_number = p_time_building_block_ovn;
26: --and date_to = hr_general.end_of_time;
27:

Line 491: from hxc_locks a ,hxc_time_building_blocks b

487: PRAGMA AUTONOMOUS_TRANSACTION;
488:
489: cursor c_rowid_info is
490: select scope , b.time_building_block_id, a.locker_type_id
491: from hxc_locks a ,hxc_time_building_blocks b
492: where a.rowid = p_rowid
493: and b.time_building_block_id = a.time_building_block_id
494: and b.object_version_number = a.time_building_block_ovn ;
495: