DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on AP_EXP_REPORT_DISTS_ALL

Line 2624: ap_exp_report_dists_all aerd

2620: aerd.report_line_id report_line_id,
2621: aerd.cost_center line_cost_center
2622: FROM
2623: ap_expense_report_headers_all aerh,
2624: ap_exp_report_dists_all aerd
2625: WHERE aerh.report_header_id = p_report_header_id
2626: AND aerd.report_header_id = aerh.report_header_id
2627: AND aerd.report_distribution_id = p_report_distribution_id;
2628:

Line 3347: ap_exp_report_dists_all

3343: INTO
3344: l_report_header_id,
3345: l_report_line_id
3346: FROM
3347: ap_exp_report_dists_all
3348: WHERE
3349: report_distribution_id = p_report_distribution_id;
3350:
3351: AP_WEB_ACCTG_PKG.BuildDistProjectAccount(