DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS

Line 2065: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;

2061: -- Date 26-feb-2006 added by sacsethi for bug 5631784
2062: --start 5631784
2063: ln_tcs_exists number;
2064: ln_tcs_regime_id JAI_RGM_DEFINITIONS.regime_id%type;
2065: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;
2066: ln_last_line_no number;
2067: ln_base_line_no number;
2068: lv_process_flag VARCHAR2(2);
2069: lv_process_message VARCHAR2(1996);

Line 4795: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;

4791:
4792: ln_legal_entity_id NUMBER;
4793: ln_tcs_exists number;
4794: ln_tcs_regime_id JAI_RGM_DEFINITIONS.regime_id%type;
4795: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;
4796: ln_last_line_no number;
4797: ln_base_line_no number;
4798: lv_process_flag VARCHAR2(2);
4799: lv_process_message VARCHAR2(1996);

Line 6261: ln_threshold_slab_id JAI_AP_TDS_THHOLD_SLABS.threshold_slab_id%type;

6257: v_gl_date Date;
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*/