DBA Data[Home] [Help]

APPS.ZX_AP_TAX_CLASSIFICATN_DEF_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 63: financials_system_parameters fsp

59: -- Bug#4090842- no need to get org_id here, it is passed in from products
60: CURSOR c_financial_params IS
61: SELECT sob.chart_of_accounts_id
62: FROM gl_sets_of_books sob,
63: financials_system_parameters fsp
64: WHERE fsp.set_of_books_id = sob.set_of_books_id;
65: BEGIN
66: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
67:

Line 2272: l_bind_org_id financials_system_parameters.org_id%TYPE;

2268: p_tax_classification_found IN OUT NOCOPY boolean,
2269: p_calling_sequence IN varchar2) IS
2270:
2271: l_curr_calling_sequence VARCHAR2(2000);
2272: l_bind_org_id financials_system_parameters.org_id%TYPE;
2273: l_app_column_name fnd_id_flex_segments.application_column_name%TYPE;
2274: l_account_seg_value gl_code_combinations.segment1%TYPE;
2275: -- l_tax_type_code gl_tax_option_accounts.tax_type_code%TYPE;
2276: l_tax_type_code zx_acct_tx_cls_defs.tax_class%TYPE;