DBA Data[Home] [Help]

APPS.HXC_SECURITY dependencies on HXC_TIME_RECIPIENTS

Line 18: hxc_time_recipients tr

14: (p_application_set_id in hxc_entity_group_comps.entity_group_id%type)
15: is
16: select 1
17: from hxc_entity_group_comps egc,
18: hxc_time_recipients tr
19: where egc.entity_group_id = p_application_set_id
20: and egc.entity_id = tr.time_recipient_id
21: and tr.name = 'Projects';
22: