DBA Data[Home] [Help]

APPS.JAI_AP_TDS_GENERATION_PKG dependencies on JAI_AP_TDS_YEARS

Line 506: from JAI_AP_TDS_YEARS

502: lv_regn_type_others VARCHAR2(25);
503:
504: cursor c_get_fin_year(p_accounting_date date, p_org_id number) is
505: select fin_year
506: from JAI_AP_TDS_YEARS
507: where tan_no in /* where clause and subquery added by ssumaith - bug# 4448789*/
508: (
509: SELECT attribute_value
510: FROM JAI_RGM_ORG_REGNS_V

Line 560: ln_fin_year JAI_AP_TDS_YEARS.fin_year%type;

556:
557: lv_pan_no JAI_AP_TDS_VENDOR_HDRS.pan_no%type;
558: lv_tan_no jai_ap_tds_org_tan_v.org_tan_num %type; --rchandan for bug#4323338
559: ln_exchange_rate number;
560: ln_fin_year JAI_AP_TDS_YEARS.fin_year%type;
561: lv_slab_transition_tds_event jai_ap_tds_thhold_trxs.tds_event%type;
562:
563: ln_no_of_tds_inv_generated number := 0;
564: lb_result boolean;