DBA Data[Home] [Help]

APPS.AP_REPORTS_UTILITY_PKG dependencies on AP_INVOICES_ALL

Line 12: from ap_invoices_all

8: l_period_name gl_period_statuses.period_name%TYPE := '';
9: BEGIN
10: select set_of_books_id, invoice_date
11: into l_sob_id, l_inv_date
12: from ap_invoices_all
13: where invoice_id = l_invoice_id;
14:
15: select period_name
16: into l_period_name