DBA Data[Home] [Help]

APPS.HXC_APPLICATION_SET_API dependencies on HXC_ENTITY_GROUPS

Line 168: p_name in hxc_entity_groups.name%TYPE

164: --
165: -- ----------------------------------------------------------------------------
166: Procedure chk_name
167: (
168: p_name in hxc_entity_groups.name%TYPE
169: ,p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE
170: );
171: --
172: -- ----------------------------------------------------------------------------

Line 169: ,p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE

165: -- ----------------------------------------------------------------------------
166: Procedure chk_name
167: (
168: p_name in hxc_entity_groups.name%TYPE
169: ,p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE
170: );
171: --
172: -- ----------------------------------------------------------------------------
173: -- |-----------------------< chk_delete >-------------------------------------|

Line 196: p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE

192: --
193: -- ----------------------------------------------------------------------------
194: Procedure chk_delete
195: (
196: p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE
197: ,p_entity_type in hxc_entity_group_Comps.entity_type%TYPE
198: );
199: --
200: --