DBA Data[Home] [Help]

APPS.JAI_AP_STND_TAX_PROCESS dependencies on GL_CODE_COMBINATIONS

Line 2224: gl_code_combinations

2220: CURSOR get_account_cur IS
2221: SELECT
2222: account_type
2223: FROM
2224: gl_code_combinations
2225: WHERE code_combination_id = pn_code_combination_id;
2226:
2227: lv_account_type gl_code_combinations.account_type%TYPE;
2228:

Line 2227: lv_account_type gl_code_combinations.account_type%TYPE;

2223: FROM
2224: gl_code_combinations
2225: WHERE code_combination_id = pn_code_combination_id;
2226:
2227: lv_account_type gl_code_combinations.account_type%TYPE;
2228:
2229: ln_dbg_level NUMBER := FND_LOG.g_current_runtime_level;
2230: ln_proc_level NUMBER := FND_LOG.level_procedure;
2231: lv_proc_name VARCHAR2 (100) := 'Get_Gl_Account_Type';

Line 4735: lv_account_type gl_code_combinations.account_type%TYPE;

4731: lv_location_id jai_ap_invoice_lines.LOCATION_ID%type;
4732:
4733: ap_invoice_dist_rec ap_invoice_dist_cur%ROWTYPE;
4734: tax_rec get_tax_cur%ROWTYPE;
4735: lv_account_type gl_code_combinations.account_type%TYPE;
4736: ln_inv_dist_id NUMBER;
4737: ln_dist_acct_ccid NUMBER;
4738: ln_tax_amount NUMBER;
4739: ln_vendor_id NUMBER;