DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on AP_INVOICES_ALL

Line 830: from ap_invoices_all apia,

826: else
827: --{
828: select apia.legal_entity_id
829: into l_le_id
830: from ap_invoices_all apia,
831: ap_invoice_distributions_all aida
832: where aida.invoice_distribution_id = c_wo_rec.invoice_distribution_id
833: and apia.invoice_id = aida.invoice_id;
834: --}