DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_POPU_PKG dependencies on JAI_AP_TDS_THHOLD_TAXES

Line 354: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;

350: v_exist_flag NUMBER;
351: ln_first_time NUMBER;
352: ln_bill_only number;
353: v_so_tax_amount NUMBER;
354: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
355: v_ont_source_code ra_interface_lines_all.interface_line_context%type;
356: v_org_id NUMBER; --:=pr_new.org_id;
357: lv_action VARCHAR2(20) ;
358: lv_return_message VARCHAR2(2000);

Line 4351: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;

4347:
4348: ln_legal_entity_id NUMBER ;
4349:
4350: v_service_type VARCHAR2(30);
4351: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
4352:
4353:
4354:
4355: CURSOR CREATED_FROM_CUR IS

Line 5096: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;

5092: ln_base_line_no number;
5093: lv_process_flag VARCHAR2(2);
5094: lv_process_message VARCHAR2(1996);
5095: ln_reg_id number;
5096: ln_threshold_tax_cat_id jai_ap_tds_thhold_taxes.tax_category_id%type;
5097: cursor c_chk_rgm_tax_exists ( cp_regime_code JAI_RGM_DEFINITIONS.regime_code%type
5098: , cp_cust_trx_line_id ra_customer_trx_lines_all.customer_trx_line_id%type
5099: )
5100: is