DBA Data[Home] [Help]

APPS.JL_AR_AUTOINV_PKG dependencies on JL_ZZ_AR_TX_CUS_CLS

Line 193: FROM jl_zz_ar_tx_cus_cls cus, jl_zz_ar_tx_categ_all cat

189: IF l_cus_cls_flag = 'Y' THEN
190: BEGIN
191: SELECT tax_attribute_name, tax_attribute_value
192: INTO l_cust_attribute_name, l_cust_attribute_value
193: FROM jl_zz_ar_tx_cus_cls cus, jl_zz_ar_tx_categ_all cat
194: WHERE cus.tax_attr_class_code = l_contributor_class_code
195: AND cus.address_id = trx_lines_rec.orig_system_address_id
196: AND cus.tax_category_id = l_tax_category_id
197: AND cus.tax_category_id = cat.tax_category_id