DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_SELECTION_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 3629: FROM ap_system_parameters_all

3625:
3626: -- Get the primary Accounting method for payables
3627: CURSOR c_primary_acct_method (l_ledger_id gl_ledgers.ledger_id%TYPE) IS
3628: SELECT accounting_method_option
3629: FROM ap_system_parameters_all
3630: WHERE set_of_books_id = l_ledger_id;
3631:
3632: -- Get the Receivables Invoices
3633: CURSOR c_cust_trx