DBA Data[Home] [Help]

APPS.PO_REQ_DIST_SV dependencies on PO_HEADERS_ALL

Line 253: l_base_currency PO_HEADERS_ALL.currency_code%TYPE;

249: dist_rec po_req_distributions%rowtype;
250: x_rowid VARCHAR2(30);
251:
252: -- JFMIP, support for Req Modify when encumbrance is enabled START
253: l_base_currency PO_HEADERS_ALL.currency_code%TYPE;
254: /*Bug4421065 TCA Impact: Removed the obsolete column ap_tax_rounding_rule in po_vendors_sites_all table */
255:
256: l_prorated_rec_tax PO_REQ_DISTRIBUTIONS.recoverable_tax%type;
257: l_prorated_nonrec_tax PO_REQ_DISTRIBUTIONS.nonrecoverable_tax%type;