DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on GL_SETS_OF_BOOKS

Line 2343: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;

2339: PROCEDURE pop_ar_tax_info(p_internal_organization_id IN NUMBER,
2340: p_application_id IN NUMBER,
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;

Line 2344: l_functional_currency gl_sets_of_books.currency_code%type;

2340: p_application_id IN NUMBER,
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;

Line 2348: l_sob_test gl_sets_of_books.set_of_books_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
2352: SELECT org_id,

Line 2493: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;

2489: PROCEDURE pop_pa_tax_info(p_internal_organization_id IN NUMBER,
2490: p_application_id IN NUMBER,
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;

Line 2494: l_functional_currency gl_sets_of_books.currency_code%type;

2490: p_application_id IN NUMBER,
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;

Line 2498: l_sob_test gl_sets_of_books.set_of_books_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
2502: SELECT org_id,

Line 2726: l_sob_test gl_sets_of_books.set_of_books_id%type;

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:
2730: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;