DBA Data[Home] [Help]

APPS.HXC_HAT_BUS dependencies on DUAL

Line 228: FROM sys.dual

224: ) is
225:
226: CURSOR csr_chk_alias_type IS
227: SELECT 'error'
228: FROM sys.dual
229: WHERE EXISTS (
230: SELECT 'x'
231: from hxc_alias_types
232: where alias_type = p_type and

Line 270: from sys.dual

266: Procedure chk_fk_relation (p_alias_type_id hxc_alias_types.alias_type_id%TYPE
267: ) is
268: Cursor csr_chk_aldef IS
269: select 'error'
270: from sys.dual
271: where exists(
272: select 'x'
273: from hxc_alias_definitions had,
274: hxc_alias_types hat