DBA Data[Home] [Help]

APPS.ZX_AR_TAX_CLASSIFICATN_DEF_PKG dependencies on DBMS_UTILITY

Line 1383: l_index := dbms_utility.get_hash_value(p_internal_organization_id||sysinfo.ar_product_options_rec.tax_classification_code

1379: | ELSE
1380: ***************************/
1381:
1382: IF sysinfo.ar_product_options_rec.tax_classification_code is NOT NULL then
1383: l_index := dbms_utility.get_hash_value(p_internal_organization_id||sysinfo.ar_product_options_rec.tax_classification_code
1384: ||to_char(trunc(p_trx_date),'MMDDRRRR'),1,8192);
1385: IF tax_code_tbl.exists(l_index)
1386: AND tax_code_tbl(l_index).org_id = p_internal_organization_id
1387: AND tax_code_tbl(l_index).lookup_code = sysinfo.ar_product_options_rec.tax_classification_code