DBA Data[Home] [Help]

APPS.JL_ZZ_TAX dependencies on JL_ZZ_AR_TX_FSC_CLS

Line 602: FROM jl_zz_ar_tx_fsc_cls fc

598: CURSOR c_fiscal_classif IS
599: SELECT fc.tax_code,
600: fc.base_rate,
601: fc.fsc_cls_id
602: FROM jl_zz_ar_tx_fsc_cls fc
603: WHERE fc.fiscal_classification_code = p_fiscal_classification_code
604: AND fc.tax_category_id = p_tax_category_id
605: AND fc.enabled_flag = 'Y'
606: AND p_trx_date <= fc.end_date_active