DBA Data[Home] [Help]

APPS.AR_CMGT_UTIL dependencies on AR_CMGT_CF_DTLS

Line 897: FROM ar_cmgt_cf_dtls

893: BEGIN
894:
895: SELECT SUM(score)
896: INTO l_score_total
897: FROM ar_cmgt_cf_dtls
898: WHERE case_folder_id=p_case_folder_id;
899:
900: RETURN l_score_total;
901: EXCEPTION