DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on FND_CURRENCIES

Line 2345: l_base_precision fnd_currencies.precision%type;

2341: p_return_status OUT NOCOPY VARCHAR2)
2342: IS
2343: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2344: l_functional_currency gl_sets_of_books.currency_code%type;
2345: l_base_precision fnd_currencies.precision%type;
2346: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2347: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2348: l_sob_test gl_sets_of_books.set_of_books_id%type;
2349:

Line 2346: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

2342: IS
2343: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2344: l_functional_currency gl_sets_of_books.currency_code%type;
2345: l_base_precision fnd_currencies.precision%type;
2346: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2347: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2348: l_sob_test gl_sets_of_books.set_of_books_id%type;
2349:
2350: CURSOR c_ar_product_options (c_org_id NUMBER,

Line 2495: l_base_precision fnd_currencies.precision%type;

2491: p_return_status OUT NOCOPY VARCHAR2)
2492: IS
2493: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2494: l_functional_currency gl_sets_of_books.currency_code%type;
2495: l_base_precision fnd_currencies.precision%type;
2496: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2497: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2498: l_sob_test gl_sets_of_books.set_of_books_id%type;
2499:

Line 2496: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

2492: IS
2493: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2494: l_functional_currency gl_sets_of_books.currency_code%type;
2495: l_base_precision fnd_currencies.precision%type;
2496: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2497: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2498: l_sob_test gl_sets_of_books.set_of_books_id%type;
2499:
2500: CURSOR c_pa_product_options (c_org_id NUMBER,