[Home] [Help]
700:
701: -- Date 26-feb-2006 added by sacsethi for bug 5631784
702: -- for TCS enhancement
703: -- start 5631784
704: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
705: -- start 5631784
706: ----------------------
707:
708: -------------- cursor for st forms tracking -------------
4888: -- Date 26-feb-2006 added by sacsethi for bug 5631784
4889: ln_tcs_exists number;
4890: ln_tcs_regime_id JAI_RGM_DEFINITIONS.regime_id%type;
4891: ln_threshold_slab_id JAI_AP_TDS_THHOLD_SLABS.threshold_slab_id%type;
4892: ln_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type;
4893: ld_gl_dist_date date;
4894: v_service_type VARCHAR2(30); -- added by csahoo for bug#5879769
4895:
4896: cursor c_gl_dist_date ( cp_customer_trx_id ra_customer_trx_all.customer_trx_id%type)