DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on QP_CURRENCY_DETAILS

Line 5650: ,qp_currency_details b

5646: SELECT 1 FROM DUAL WHERE exists
5647: (
5648: SELECT d.currency_code currency_code
5649: FROM Fnd_currencies d
5650: ,qp_currency_details b
5651: ,qp_list_headers_b c
5652: WHERE c.list_header_id = p_price_list_id
5653: AND b.currency_header_id = c.currency_header_id
5654: AND d.currency_code = b.to_currency_code