DBA Data[Home] [Help]

APPS.GHR_COMPLAINTS2_PKG dependencies on GHR_COMPL_CA_DETAILS

Line 784: FROM ghr_compl_ca_details cdt

780: --
781: --
782: CURSOR cur_cdt IS
783: SELECT 1
784: FROM ghr_compl_ca_details cdt
785: WHERE cdt.compl_ca_header_id in (select compl_ca_header_id
786: from ghr_compl_ca_headers
787: where complaint_id = p_complaint_id);
788: --