DBA Data[Home] [Help]

APPS.JAI_AP_DTC_CANCELLATION_PKG dependencies on JAI_AP_TDS_THHOLD_HDRS

Line 260: ln_temp_threshold_hdr_id jai_ap_tds_thhold_hdrs.threshold_hdr_id%TYPE;

256: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%TYPE;
257: lv_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;
258: ln_after_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%TYPE;
259: lv_after_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;
260: ln_temp_threshold_hdr_id jai_ap_tds_thhold_hdrs.threshold_hdr_id%TYPE;
261: ld_ret_accounting_date DATE; -- bug#5131075(5193852). Added by Lakshmi Gopalsami
262:
263: lv_proc_name VARCHAR2 (100) := 'process_invoice_cancellation';
264: ln_proc_level NUMBER := FND_LOG.level_procedure;