DBA Data[Home] [Help]

APPS.HXC_LCK_BUS dependencies on HXC_LOCKS

Line 348: -- cursor to check if the process Type and locker Type are used in hxc_locks.

344: ) IS
345: --
346: l_proc varchar2(72);
347: --
348: -- cursor to check if the process Type and locker Type are used in hxc_locks.
349: --
350: CURSOR csr_chk_id_exists IS
351: SELECT 'error'
352: FROM hxc_locks

Line 352: FROM hxc_locks

348: -- cursor to check if the process Type and locker Type are used in hxc_locks.
349: --
350: CURSOR csr_chk_id_exists IS
351: SELECT 'error'
352: FROM hxc_locks
353: WHERE locker_type_id = p_locker_type_id;
354:
355: CURSOR csr_chk_seed_id_exists IS
356: SELECT 'error'