DBA Data[Home] [Help]

APPS.JAI_AP_TDS_CANCELLATION_PKG dependencies on JAI_AP_TDS_THHOLD_GRPS

Line 227: FROM jai_ap_tds_thhold_grps

223: -------------------------------------------------------------------------------
224: CURSOR c_get_threshold_grp_dtl(p_threshold_grp_id NUMBER)
225: IS
226: SELECT *
227: FROM jai_ap_tds_thhold_grps
228: WHERE threshold_grp_id = p_threshold_grp_id;
229:
230: CURSOR c_jai_ap_tds_thhold_slabs( p_threshold_hdr_id NUMBER,
231: p_threshold_type VARCHAR2,