DBA Data[Home] [Help]

APPS.QP_BULK_VALIDATE dependencies on FND_CURRENCIES_VL

Line 5117: FROM fnd_currencies_vl

5113: AND qpih.process_status_flag ='P' --is null
5114: AND qpih.currency_code is not null
5115: AND qpih.interface_action_code IN ('INSERT', 'UPDATE')
5116: AND NOT EXISTS (SELECT currency_code -- Validation
5117: FROM fnd_currencies_vl
5118: WHERE enabled_flag = 'Y'
5119: AND currency_flag='Y'
5120: AND currency_code = qpih.currency_code
5121: );