DBA Data[Home] [Help]

APPS.JAI_OM_WDD_PROCESSING_PKG dependencies on JAI_AP_TDS_THHOLD_TAXES

Line 856: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;

852: lv_vat_reversal VARCHAR2(100);
853: lv_vat_invoice_no VARCHAR2(10);
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;

Line 3023: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;

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);
3027: