DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on AP_SELF_ASSESSED_TAX_DIST_ALL

Line 837: FROM ap_self_assessed_tax_dist_all ) aida

833: FROM ap_invoice_distributions_all
834: UNION
835: SELECT invoice_id
836: ,invoice_distribution_id
837: FROM ap_self_assessed_tax_dist_all ) aida
838: where aida.invoice_distribution_id = c_wo_rec.invoice_distribution_id
839: and apia.invoice_id = aida.invoice_id;
840: --}
841: end if; /* c_wo_rec.inventory_transaction_id is not null */