DBA Data[Home] [Help]

APPS.ASO_VALIDATE_PVT dependencies on QP_CURRENCY_DETAILS

Line 5666: ,qp_currency_details b

5662: SELECT 1 FROM DUAL WHERE exists
5663: (
5664: SELECT d.currency_code currency_code
5665: FROM Fnd_currencies d
5666: ,qp_currency_details b
5667: ,qp_list_headers_b c
5668: WHERE c.list_header_id = p_price_list_id
5669: AND b.currency_header_id = c.currency_header_id
5670: AND d.currency_code = b.to_currency_code