DBA Data[Home] [Help]

APPS.JL_ZZ_TAX dependencies on JL_ZZ_AR_TX_FSC_CLS

Line 595: FROM jl_zz_ar_tx_fsc_cls fc

591: CURSOR c_fiscal_classif IS
592: SELECT fc.tax_code,
593: fc.base_rate,
594: fc.fsc_cls_id
595: FROM jl_zz_ar_tx_fsc_cls fc
596: WHERE fc.fiscal_classification_code = p_fiscal_classification_code
597: AND fc.tax_category_id = p_tax_category_id
598: AND fc.enabled_flag = 'Y'
599: AND p_trx_date <= fc.end_date_active