DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on FND_CURRENCIES

Line 5148: FROM fnd_currencies FC,

5144: NVL(PLL.quantity_cancelled, 0))* p_po_price)
5145: / FC.minimum_accountable_unit)
5146: * FC.minimum_accountable_unit)
5147: INTO l_po_total
5148: FROM fnd_currencies FC,
5149: po_line_locations PLL,
5150: po_headers PH
5151: WHERE PLL.line_location_id = p_line_location_id
5152: AND PH.po_header_id = PLL.po_header_id

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

5163: NVL(PLL.amount_cancelled, 0))
5164: / FC.minimum_accountable_unit)
5165: * FC.minimum_accountable_unit)
5166: INTO l_po_total
5167: FROM fnd_currencies FC, po_line_locations PLL, po_headers PH
5168: WHERE PLL.line_location_id = p_line_location_id
5169: AND PH.po_header_id = PLL.po_header_id
5170: AND FC.currency_code = PH.currency_code;
5171: