DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on AP_INCOME_TAX_TYPES

Line 18916: l_income_tax_type ap_income_tax_types.income_tax_type%TYPE;

18912: l_valueOut1 fnd_plsql_cache.generic_cache_value_type;
18913: l_values1 fnd_plsql_cache.generic_cache_values_type;
18914: l_ret_code1 VARCHAR2(1);
18915: l_exception1 VARCHAR2(10);
18916: l_income_tax_type ap_income_tax_types.income_tax_type%TYPE;
18917: l_income_tax_region ap_income_tax_regions.region_short_name%TYPE;
18918:
18919: -- Bug 7599916
18920: Cursor c_type_1099(c_vendor_id NUMBER) Is

Line 19070: FROM ap_income_tax_types

19066:
19067: BEGIN
19068: SELECT income_tax_type
19069: INTO l_income_tax_type
19070: FROM ap_income_tax_types
19071: WHERE income_tax_type = p_invoice_lines_rec.type_1099
19072: AND AP_IMPORT_INVOICES_PKG.g_inv_sysdate
19073: < NVL(inactive_date, AP_IMPORT_INVOICES_PKG.g_inv_sysdate+1) ;
19074: