DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on FND_CURRENCIES

Line 5570: FROM fnd_currencies FC,

5566: NVL(PLL.quantity_cancelled, 0))* p_po_price)
5567: / FC.minimum_accountable_unit)
5568: * FC.minimum_accountable_unit)
5569: INTO l_po_total
5570: FROM fnd_currencies FC,
5571: po_line_locations PLL,
5572: po_headers PH
5573: WHERE PLL.line_location_id = p_line_location_id
5574: AND PH.po_header_id = PLL.po_header_id

Line 5589: FROM fnd_currencies FC, po_line_locations PLL, po_headers PH

5585: NVL(PLL.amount_cancelled, 0))
5586: / FC.minimum_accountable_unit)
5587: * FC.minimum_accountable_unit)
5588: INTO l_po_total
5589: FROM fnd_currencies FC, po_line_locations PLL, po_headers PH
5590: WHERE PLL.line_location_id = p_line_location_id
5591: AND PH.po_header_id = PLL.po_header_id
5592: AND FC.currency_code = PH.currency_code;
5593: