DBA Data[Home] [Help]

APPS.HXC_GENERIC_RETRIEVAL_PKG dependencies on HXC_APPLICATION_SET_COMPS_V

Line 7022: FROM hxc_application_set_comps_v

7018: p_ret_tr_id_2 NUMBER
7019: )
7020: IS
7021: SELECT DISTINCT application_set_id
7022: FROM hxc_application_set_comps_v
7023: WHERE time_recipient_id IN
7024: (p_ret_tr_id_1, p_ret_tr_id_2);
7025:
7026: CURSOR csr_get_tr_id (p_application_id NUMBER)