DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_AP_TDS_THHOLD_TAXES

Line 741: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;

737:
738: -- Date 26-feb-2006 added by sacsethi for bug 5631784
739: -- for TCS enhancement
740: -- start 5631784
741: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
742: -- start 5631784
743: ----------------------
744:
745: -------------- cursor for st forms tracking -------------

Line 4801: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;

4797: ln_base_line_no number;
4798: lv_process_flag VARCHAR2(2);
4799: lv_process_message VARCHAR2(1996);
4800: ln_reg_id number;
4801: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
4802: cursor c_chk_rgm_tax_exists ( cp_regime_code JAI_RGM_DEFINITIONS.regime_code%type
4803: , cp_cust_trx_line_id ra_customer_trx_lines_all.customer_trx_line_id%type
4804: )
4805: is

Line 6262: ln_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type;

6258: -- Date 26-feb-2006 added by sacsethi for bug 5631784
6259: ln_tcs_exists number;
6260: ln_tcs_regime_id JAI_RGM_DEFINITIONS.regime_id%type;
6261: ln_threshold_slab_id JAI_AP_TDS_THHOLD_SLABS.threshold_slab_id%type;
6262: ln_threshold_tax_cat_id JAI_AP_TDS_THHOLD_TAXES.tax_category_id%type;
6263: ld_gl_dist_date date;
6264: v_service_type VARCHAR2(30); -- added by csahoo for bug#5879769
6265: v_num_check Number; /*Added by nprashar for TCS*/
6266: -- lv_enable_gst_flag VARCHAR2(3);--Added by Xiao Lv for bug 10091373