DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on AP_EXP_REPORT_DISTS_ALL

Line 2666: ap_exp_report_dists_all aerd

2662: aerd.report_line_id report_line_id,
2663: aerd.cost_center line_cost_center
2664: FROM
2665: ap_expense_report_headers_all aerh,
2666: ap_exp_report_dists_all aerd
2667: WHERE aerh.report_header_id = p_report_header_id
2668: AND aerd.report_header_id = aerh.report_header_id
2669: AND aerd.report_distribution_id = p_report_distribution_id;
2670:

Line 3396: ap_exp_report_dists_all

3392: INTO
3393: l_report_header_id,
3394: l_report_line_id
3395: FROM
3396: ap_exp_report_dists_all
3397: WHERE
3398: report_distribution_id = p_report_distribution_id;
3399:
3400: AP_WEB_ACCTG_PKG.BuildDistProjectAccount(