DBA Data[Home] [Help]

APPS.JAI_AP_TDS_PREPAYMENTS_PKG dependencies on JAI_AP_TDS_THHOLD_TYPES

Line 1055: lv_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;

1051: ln_threshold_trx_id_prepay jai_ap_tds_inv_taxes.threshold_trx_id%type;
1052: ln_amt_tds_inv_generated_si number;
1053: --Added the below 6 variables by Sanjikum for Bug#5131075(4718907)
1054: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%TYPE;
1055: lv_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;
1056: ln_after_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%TYPE;
1057: lv_after_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;
1058: ln_temp_threshold_grp_id jai_ap_tds_thhold_grps.threshold_grp_id%TYPE;
1059: ln_temp_threshold_hdr_id jai_ap_tds_thhold_hdrs.threshold_hdr_id%TYPE;

Line 1057: lv_after_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;

1053: --Added the below 6 variables by Sanjikum for Bug#5131075(4718907)
1054: ln_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%TYPE;
1055: lv_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;
1056: ln_after_threshold_slab_id jai_ap_tds_thhold_slabs.threshold_slab_id%TYPE;
1057: lv_after_threshold_type jai_ap_tds_thhold_types.threshold_type%TYPE;
1058: ln_temp_threshold_grp_id jai_ap_tds_thhold_grps.threshold_grp_id%TYPE;
1059: ln_temp_threshold_hdr_id jai_ap_tds_thhold_hdrs.threshold_hdr_id%TYPE;
1060:
1061: -- Bug 5722028. Added by CSahoo