DBA Data[Home] [Help]

APPS.JL_ZZ_AUTO_INVOICE dependencies on JL_ZZ_AR_TX_ATT_CLS

Line 113: FROM JL_ZZ_AR_TX_ATT_CLS

109: AND tax_attr_class_code = l_contributor_class;
110: ELSE
111: SELECT count(*)
112: INTO l_count
113: FROM JL_ZZ_AR_TX_ATT_CLS
114: WHERE tax_attr_class_type = 'CONTRIBUTOR_CLASS'
115: AND tax_attribute_type = 'CONTRIBUTOR_ATTRIBUTE'
116: AND tax_attr_class_code = l_contributor_class;
117: END IF;