DBA Data[Home] [Help]

APPS.HXC_EGC_BUS dependencies on HXC_TIME_RECIPIENTS

Line 296: FROM hxc_time_recipients tr

292: SELECT 'error'
293: FROM dual
294: WHERE NOT EXISTS (
295: SELECT 'x'
296: FROM hxc_time_recipients tr
297: WHERE tr.time_recipient_id = p_entity_id );
298:
299: CURSOR csr_chk_rr IS
300: SELECT 'error'