DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 773: ap_system_parameters_all sp

769: select aerh.default_currency_code,
770: aerh.total,
771: sp.default_exchange_rate_type
772: from AP_EXPENSE_REPORT_HEADERS_ALL aerh,
773: ap_system_parameters_all sp
774: where aerh.report_header_id = p_report_header_id
775: and sp.org_id = aerh.org_id;
776:
777: report_rec report_cur%ROWTYPE;