DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on OE_SYSTEM_PARAMETERS_ALL

Line 2347: l_master_org_id oe_system_parameters_all.master_organization_id%type;

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,
2351: c_application_id NUMBER) IS

Line 2497: l_master_org_id oe_system_parameters_all.master_organization_id%type;

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,
2501: c_application_id NUMBER) IS

Line 2725: l_master_org_id oe_system_parameters_all.master_organization_id%type;

2721:
2722:
2723: PROCEDURE initialize is
2724:
2725: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2726: l_sob_test gl_sets_of_books.set_of_books_id%type;
2727:
2728: BEGIN
2729: