DBA Data[Home] [Help]

APPS.CST_ACCRUAL_REC_PVT dependencies on AP_INVOICE_DISTRIBUTIONS_ALL

Line 831: ap_invoice_distributions_all aida

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: --}
835: end if; /* c_wo_rec.inventory_transaction_id is not null */