DBA Data[Home] [Help]

APPS.AP_WEB_DISC_PKG dependencies on GL_CURRENCY_API

Line 3509: GL_CURRENCY_API.is_fixed_rate(p_report_lines_info(rec_count).currency_code, l_reimbursement_currency_code, l_start_date);

3505: IF ((l_start_date IS NULL) OR (p_report_lines_info(rec_count).currency_code = 'OTHER')) THEN
3506: l_is_fixed_rate := 'N';
3507: ELSE
3508: l_is_fixed_rate :=
3509: GL_CURRENCY_API.is_fixed_rate(p_report_lines_info(rec_count).currency_code, l_reimbursement_currency_code, l_start_date);
3510: END IF;
3511:
3512: -- Output error message if it is not a fixed rate
3513: IF (l_is_fixed_rate = 'N') THEN