DBA Data[Home] [Help]

APPS.JAI_AP_TDS_ETDS_PKG dependencies on JAI_AP_TDS_REPO_LINES

Line 2303: From jai_ap_tds_repo_lines jatrl

2299: /*Split the TDS Amount into appropriate components*/
2300: For rec_repository_lines in ( select jatrl.tax_id
2301: ,jatrl.tax_type
2302: ,jatrl.tax_amount
2303: From jai_ap_tds_repo_lines jatrl
2304: Where jatrl.invoice_id = dtl.tds_invoice_id
2305: And jatrl.surcharge_rollback is null
2306: )
2307: LOOP