DBA Data[Home] [Help]

APPS.HXC_EGC_BUS dependencies on HXC_ENTITY_GROUPS

Line 440: p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE

436: --
437: -- ----------------------------------------------------------------------------
438: Procedure chk_entity_group_id
439: (
440: p_entity_group_id in hxc_entity_groups.entity_group_id%TYPE
441: ) IS
442: --
443: l_proc varchar2(72);
444: --

Line 452: FROM hxc_entity_groups egc

448: SELECT 'error'
449: FROM sys.dual
450: WHERE NOT EXISTS (
451: SELECT 'x'
452: FROM hxc_entity_groups egc
453: WHERE egc.entity_group_id = p_entity_group_id );
454: --
455: l_error varchar2(5) := NULL;
456: --

Line 592: from hxc_entity_groups heg,

588: ,p_entity_group_comp_id hxc_entity_group_comps.entity_group_comp_id%TYPE
589: ) is
590: cursor csr_chk_dup_app is
591: select 'Y'
592: from hxc_entity_groups heg,
593: hxc_entity_group_comps hec,
594: hxc_time_entry_rules hte1,
595: hxc_time_entry_rules hte2
596: where heg.entity_type = 'TIME_ENTRY_RULES' and