DBA Data[Home] [Help]

APPS.PO_TAX_SV dependencies on PO_DISTRIBUTIONS_ARCHIVE_ALL

Line 117: po_distributions_archive_all pda

113: x_non_recoverable_tax,
114: x_old_recoverable_tax,
115: x_old_non_recoverable_tax
116: FROM po_distributions_all pd,
117: po_distributions_archive_all pda
118: WHERE pd.po_distribution_id = p_distribution_id
119: AND pd.po_distribution_id = pda.po_distribution_id (+)
120: AND pda.latest_external_flag (+) = 'Y';
121: