DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_FINANCIAL_NUMBERS

Line 3231: FROM hz_financial_numbers

3227: WHERE credit_rating_id = p_credit_rating_id;
3228:
3229: CURSOR cFinNum IS
3230: SELECT FINANCIAL_number, financial_number_name
3231: FROM hz_financial_numbers
3232: WHERE financial_report_id in ( SELECT source_key
3233: from ar_cmgt_cf_dnb_dtls
3234: WHERE source_table_name = 'HZ_FINANCIAL_REPORTS'
3235: and case_folder_id = p_case_folder_id);