DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_RULE_GROUP_API dependencies on HXC_ENTITY_GROUP_COMPS

Line 169: ,p_entity_type in hxc_entity_group_Comps.entity_type%TYPE

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

Line 198: ,p_entity_type in hxc_entity_group_Comps.entity_type%TYPE

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