DBA Data[Home] [Help]

APPS.HXC_ULD_BUS dependencies on HXC_LAYOUT_COMP_DEFINITIONS

Line 24: FROM hxc_layout_comp_definitions

20: IS
21: --
22: CURSOR csr_chk_comp_definition_unique IS
23: SELECT 1
24: FROM hxc_layout_comp_definitions
25: WHERE component_type = p_component_type
26: AND render_type = p_render_type
27: AND (p_layout_comp_definition_id IS NULL
28: OR layout_comp_definition_id <> p_layout_comp_definition_id);