DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on GL_SETS_OF_BOOKS

Line 10846: l_chart_of_accounts_id GL_SETS_OF_BOOKS.CHART_OF_ACCOUNTS_ID%TYPE;

10842: l_invoice_attribute_rec AP_UTILITIES_PKG.r_invoice_attribute_rec;
10843: l_invoice_type_lookup_code ap_invoices_all.invoice_type_lookup_code%TYPE;
10844: l_invoice_currency ap_invoices_all.invoice_currency_code%TYPE;
10845: l_base_currency_code AP_SYSTEM_PARAMETERS.BASE_CURRENCY_CODE%TYPE;
10846: l_chart_of_accounts_id GL_SETS_OF_BOOKS.CHART_OF_ACCOUNTS_ID%TYPE;
10847: l_error_found VARCHAR2(1) := 'N';
10848: l_pa_allows_overrides VARCHAR2(1) := 'N';
10849: l_employee_id NUMBER;
10850: l_invoice_date AP_INVOICES_ALL.INVOICE_DATE%TYPE;

Line 10970: FROM ap_system_parameters ap, gl_sets_of_books gsob

10966:
10967: BEGIN
10968: SELECT gsob.chart_of_accounts_id, ap.base_currency_code
10969: INTO l_chart_of_accounts_id, l_base_currency_code
10970: FROM ap_system_parameters ap, gl_sets_of_books gsob
10971: WHERE ap.set_of_books_id = gsob.set_of_books_id
10972: AND ap.set_of_books_id = l_invoice_line_rec.set_of_books_id
10973: AND ap.org_id = l_invoice_line_rec.org_id; -- Bug 13858818;
10974: