DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on AP_INVOICE_DISTRIBUTIONS

Line 587: from ap_invoice_distributions

583: into l_exists
584: from dual
585: where exists
586: (select 'Active invoice distributions'
587: from ap_invoice_distributions
588: where po_distribution_id = p_distribution_id
589: and nvl(cancellation_flag,'N') <> 'Y'
590: and nvl(reversal_flag,'N') <> 'Y');
591: