DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_UTILS dependencies on HXC_APPLICATION_SETS_V

Line 386: , hxc_application_sets_v aps

382:
383: CURSOR csr_get_app_sets ( p_app_set_id NUMBER ) IS
384: SELECT 1
385: FROM hxc_application_set_comps_v apsc
386: , hxc_application_sets_v aps
387: WHERE aps.application_set_id = p_app_set_id
388: AND
389: apsc.application_set_id = aps.application_set_id AND
390: apsc.time_recipient_id = p_ret_tr_id;