DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CHECKS_PVT dependencies on PO_WARRANT_LINES

Line 22215: FROM po_warrant_lines pwl,

22211: SELECT nvl(pwl.warrant_amount, 0), puw.warrant_currency, phm.currency_code,
22212: phm.type_lookup_code, phm.rate
22213: INTO l_warrant_amount, l_warrant_currency, l_doc_currency,
22214: l_type_lookup_code, l_rate
22215: FROM po_warrant_lines pwl,
22216: po_user_warrants puw,
22217: po_doc_style_headers pdsh,
22218: po_agents pa,
22219: po_headers_all phm

Line 22243: FROM po_warrant_lines pwl,

22239: SELECT nvl(pwl.warrant_amount, 0), puw.warrant_currency, phm.currency_code,
22240: phm.type_lookup_code, phm.rate
22241: INTO l_warrant_amount, l_warrant_currency, l_doc_currency,
22242: l_type_lookup_code, l_rate
22243: FROM po_warrant_lines pwl,
22244: po_user_warrants puw,
22245: po_doc_style_headers pdsh,
22246: po_agents pa,
22247: po_headers_all phm