DBA Data[Home] [Help]

APPS.QP_BULK_VALUE_TO_ID dependencies on FND_PROFILE

Line 17: If (NVL(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED'),'N') = 'Y') THEN

13:
14: -- If Multi Currency Option is Set to Yes then process_status_flag should be set to 'E'
15: -- Fix for bug# 3570115
16:
17: If (NVL(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED'),'N') = 'Y') THEN
18: Update qp_interface_list_headers ih
19: set (currency_header_id, process_status_flag, attribute_status)=
20: (select c.currency_header_id,
21: decode(c.currency_header_id, null, null, 'P'),