DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on GL_SETS_OF_BOOKS

Line 2329: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;

2325: PROCEDURE pop_ar_tax_info(p_internal_organization_id IN NUMBER,
2326: p_application_id IN NUMBER,
2327: p_return_status OUT NOCOPY VARCHAR2)
2328: IS
2329: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2330: l_functional_currency gl_sets_of_books.currency_code%type;
2331: l_base_precision fnd_currencies.precision%type;
2332: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2333: l_master_org_id oe_system_parameters_all.master_organization_id%type;

Line 2330: l_functional_currency gl_sets_of_books.currency_code%type;

2326: p_application_id IN NUMBER,
2327: p_return_status OUT NOCOPY VARCHAR2)
2328: IS
2329: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2330: l_functional_currency gl_sets_of_books.currency_code%type;
2331: l_base_precision fnd_currencies.precision%type;
2332: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2333: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2334: l_sob_test gl_sets_of_books.set_of_books_id%type;

Line 2334: l_sob_test gl_sets_of_books.set_of_books_id%type;

2330: l_functional_currency gl_sets_of_books.currency_code%type;
2331: l_base_precision fnd_currencies.precision%type;
2332: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2333: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2334: l_sob_test gl_sets_of_books.set_of_books_id%type;
2335:
2336: CURSOR c_ar_product_options (c_org_id NUMBER,
2337: c_application_id NUMBER) IS
2338: SELECT org_id,

Line 2479: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;

2475: PROCEDURE pop_pa_tax_info(p_internal_organization_id IN NUMBER,
2476: p_application_id IN NUMBER,
2477: p_return_status OUT NOCOPY VARCHAR2)
2478: IS
2479: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2480: l_functional_currency gl_sets_of_books.currency_code%type;
2481: l_base_precision fnd_currencies.precision%type;
2482: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2483: l_master_org_id oe_system_parameters_all.master_organization_id%type;

Line 2480: l_functional_currency gl_sets_of_books.currency_code%type;

2476: p_application_id IN NUMBER,
2477: p_return_status OUT NOCOPY VARCHAR2)
2478: IS
2479: l_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type;
2480: l_functional_currency gl_sets_of_books.currency_code%type;
2481: l_base_precision fnd_currencies.precision%type;
2482: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2483: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2484: l_sob_test gl_sets_of_books.set_of_books_id%type;

Line 2484: l_sob_test gl_sets_of_books.set_of_books_id%type;

2480: l_functional_currency gl_sets_of_books.currency_code%type;
2481: l_base_precision fnd_currencies.precision%type;
2482: l_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
2483: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2484: l_sob_test gl_sets_of_books.set_of_books_id%type;
2485:
2486: CURSOR c_pa_product_options (c_org_id NUMBER,
2487: c_application_id NUMBER) IS
2488: SELECT org_id,

Line 2712: l_sob_test gl_sets_of_books.set_of_books_id%type;

2708:
2709: PROCEDURE initialize is
2710:
2711: l_master_org_id oe_system_parameters_all.master_organization_id%type;
2712: l_sob_test gl_sets_of_books.set_of_books_id%type;
2713:
2714: BEGIN
2715:
2716: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;