DBA Data[Home] [Help]

APPS.JAI_AP_TDS_PREPAYMENTS_PKG dependencies on JAI_AP_TDS_THHOLD_TRXS

Line 307: from jai_ap_tds_thhold_trxs

303:
304: cursor c_get_invoice_num_of_apply(p_threshold_trx_id number) is
305: select invoice_to_tds_authority_num,
306: invoice_to_vendor_num
307: from jai_ap_tds_thhold_trxs
308: where threshold_trx_id = p_threshold_trx_id;
309:
310:
311: r_get_total_prepayment_tax c_get_total_prepayment_tax%rowtype;