DBA Data[Home] [Help]

APPS.BIM_CAMPAIGN_FACTS dependencies on FND_PROFILE

Line 23: l_to_currency := fnd_profile.value('AMS_DEFAULT_CURR_CODE');

19: l_to_currency VARCHAR2(100) ;
20: x_return_status varchar2(1);
21: BEGIN
22:
23: l_to_currency := fnd_profile.value('AMS_DEFAULT_CURR_CODE');
24:
25: -- condition added to pass conversion types
26: l_conversion_type := fnd_profile.VALUE(l_conversion_type_profile);
27:

Line 26: l_conversion_type := fnd_profile.VALUE(l_conversion_type_profile);

22:
23: l_to_currency := fnd_profile.value('AMS_DEFAULT_CURR_CODE');
24:
25: -- condition added to pass conversion types
26: l_conversion_type := fnd_profile.VALUE(l_conversion_type_profile);
27:
28: -- Conversion type cannot be null in profile
29: IF l_conversion_type IS NULL THEN
30: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN