DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_UTILS dependencies on HXC_APPLICATION_SETS_V

Line 469: , hxc_application_sets_v aps

465:
466: CURSOR csr_get_app_sets ( p_app_set_id NUMBER ) IS
467: SELECT 1
468: FROM hxc_application_set_comps_v apsc
469: , hxc_application_sets_v aps
470: WHERE aps.application_set_id = p_app_set_id
471: AND
472: apsc.application_set_id = aps.application_set_id AND
473: apsc.time_recipient_id = p_ret_tr_id;