DBA Data[Home] [Help]

APPS.PO_TAX_SV dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 30: FROM po_req_distributions_all

26:
27: ELSIF x_calling_form = 'REQ' THEN
28: SELECT recoverable_tax, nonrecoverable_tax
29: INTO x_recoverable_tax, x_nonrecoverable_tax
30: FROM po_req_distributions_all
31: where distribution_id = x_distribution_id;
32:
33: END IF;
34: