DBA Data[Home] [Help]

APPS.JL_AR_AUTOINV_PKG dependencies on JL_ZZ_AR_TX_CUS_CLS

Line 218: FROM jl_zz_ar_tx_cus_cls cus, jl_zz_ar_tx_categ cat

214: IF l_cus_cls_flag = 'Y' THEN
215: BEGIN
216: SELECT tax_attribute_name, tax_attribute_value
217: INTO l_cust_attribute_name, l_cust_attribute_value
218: FROM jl_zz_ar_tx_cus_cls cus, jl_zz_ar_tx_categ cat
219: WHERE cus.tax_attr_class_code = l_contributor_class_code
220: AND cus.address_id = trx_lines_rec.orig_system_address_id
221: AND cus.tax_category_id = l_tax_category_id
222: AND cus.tax_category_id = cat.tax_category_id