DBA Data[Home] [Help]

APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_AP_TDS_THHOLD_SLABS

Line 858: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;

854: lv_vat_inv_gen_status VARCHAR2(10);
855: ln_tcs_exists number;
856: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
857: ln_tcs_regime_id JAI_RGM_DEFINITIONS.regime_id%type;
858: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;
859: ln_last_line_no number;
860: ln_base_line_no number;
861:
862: CURSOR C_GET_REGIME_ID (CP_REGIME_CODE JAI_RGM_DEFINITIONS.REGIME_CODE%TYPE)

Line 3022: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;

3018: v_organization_id NUMBER;
3019: v_customer_id NUMBER;
3020: v_org_id NUMBER;
3021: v_date_confirmed DATE;
3022: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%type;
3023: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
3024:
3025: lv_process_flag VARCHAR2(5);
3026: lv_process_message VARCHAR2(1996);