DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPRPT_PKG dependencies on AP_EXPENSE_REPORT_LINES

Line 1373: from ap_expense_report_lines

1369:
1370: -- Bug 9286884 - Itemized Parents shouldn't be included in total calc.
1371: select sum(amount)
1372: into l_total
1373: from ap_expense_report_lines
1374: where report_header_id = p_report_header_id
1375: and Nvl(itemization_parent_id,-200) <> -1;
1376:
1377: select(l_total - total)