Below is the query to find Guarantors/Child case folder for a Parent/Dealer case folder along credit analyst assigned to it.
select child_cf.case_folder_number child_case_folder, parent_cf.case_folder_number parent_case_folder, res.source_name
from
ar_cmgt_credit_requests re,
ar_cmgt_case_folders child_cf,
ar_cmgt_case_folders parent_cf,
jtf_rs_resource_extns res
where
parent_credit_request_id = parent_cf.credit_request_id
--and parent_cf.case_folder_number = '14225'
and res.source_name = 'Credit Analyst Name Here
and parent_cf.review_type is not null
and res.resource_id = parent_cf.credit_analyst_id
and child_cf.credit_request_id = re.credit_request_id
and child_cf.review_type is not null
order by 2 desc
1 comment:
Nice blog thank you for sharing your valuable information.For more details visit our site...
Oracle Fusion HCM Training
Post a Comment