DBA Data[Home] [Help]

APPS.QP_BULK_VALIDATE dependencies on FND_CURRENCIES_VL

Line 5129: FROM fnd_currencies_vl

5125: AND qpih.process_status_flag ='P' --is null
5126: AND qpih.currency_code is not null
5127: AND qpih.interface_action_code IN ('INSERT', 'UPDATE')
5128: AND NOT EXISTS (SELECT currency_code -- Validation
5129: FROM fnd_currencies_vl
5130: WHERE enabled_flag = 'Y'
5131: AND currency_flag='Y'
5132: AND currency_code = qpih.currency_code
5133: );