DBA Data[Home] [Help]

APPS.HXC_LOCK_UTIL dependencies on HXC_LOCKER_TYPES

Line 616: from hxc_locker_types

612:
613: cursor c_locker_type_requestor (p_locker_type VARCHAR2
614: ,p_process_type VARCHAR2) is
615: select locker_type_id
616: from hxc_locker_types
617: where locker_type = p_locker_type
618: and process_type = p_process_type;
619:
620: l_locker_type_requestor_id NUMBER := NULL;