DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_RULE_GROUP_API dependencies on HXC_ENTITY_GROUP_COMPS

Line 422: ,p_entity_type in hxc_entity_group_Comps.entity_type%TYPE

418: -- ----------------------------------------------------------------------------
419: Procedure chk_name
420: (
421: p_name in hxc_entity_groups.name%TYPE
422: ,p_entity_type in hxc_entity_group_Comps.entity_type%TYPE
423: ,p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE
424: ) IS
425:
426: l_proc varchar2(72);

Line 494: ,p_entity_type in hxc_entity_group_comps.entity_type%TYPE

490: -- ----------------------------------------------------------------------------
491: Procedure chk_delete
492: (
493: p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE
494: ,p_entity_type in hxc_entity_group_comps.entity_type%TYPE
495: ) IS
496: --
497: l_proc varchar2(72);
498: --