DBA Data[Home] [Help]

APPS.HXC_EGC_BUS dependencies on HXC_ENTITY_GROUP_COMPS

Line 27: p_entity_id in hxc_entity_group_comps.entity_id%TYPE

23: --
24: -- ----------------------------------------------------------------------------
25: Procedure chk_entity_id
26: (
27: p_entity_id in hxc_entity_group_comps.entity_id%TYPE
28: , p_entity_type in hxc_entity_group_comps.entity_type%TYPE
29: );
30: --
31: -- ----------------------------------------------------------------------------

Line 28: , p_entity_type in hxc_entity_group_comps.entity_type%TYPE

24: -- ----------------------------------------------------------------------------
25: Procedure chk_entity_id
26: (
27: p_entity_id in hxc_entity_group_comps.entity_id%TYPE
28: , p_entity_type in hxc_entity_group_comps.entity_type%TYPE
29: );
30: --
31: -- ----------------------------------------------------------------------------
32: -- |-----------------------< chk_entity_group_id >----------------------------|

Line 80: p_entity_type in hxc_entity_group_comps.entity_type%TYPE

76: --
77: -- ----------------------------------------------------------------------------
78: Procedure chk_entity_type
79: (
80: p_entity_type in hxc_entity_group_comps.entity_type%TYPE
81: , p_effective_date in DATE
82: );
83: --
84: -- ----------------------------------------------------------------------------