DBA Data[Home] [Help]

APPS.BIM_EVENT_FACTS dependencies on FND_PROFILE

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

29: l_to_currency VARCHAR2(100) ;
30: x_return_status varchar2(1);
31: BEGIN
32:
33: l_to_currency := fnd_profile.value('AMS_DEFAULT_CURR_CODE');
34:
35: -- condition added to pass conversion types
36: l_conversion_type := fnd_profile.VALUE(l_conversion_type_profile);
37:

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

32:
33: l_to_currency := fnd_profile.value('AMS_DEFAULT_CURR_CODE');
34:
35: -- condition added to pass conversion types
36: l_conversion_type := fnd_profile.VALUE(l_conversion_type_profile);
37:
38: -- Conversion type cannot be null in profile
39: IF l_conversion_type IS NULL THEN
40: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN

Line 462: l_profile := FND_PROFILE.VALUE('AMS Budget Adjustment Grace Period in Days')+0; --for grace period

458:
459: -- Initialize API return status to SUCCESS
460: x_return_status := FND_API.G_RET_STS_SUCCESS;
461: ams_utility_pvt.write_conc_log('EVENT:FIRST_LOAD: Running the First Load '||sqlerrm(sqlcode));
462: l_profile := FND_PROFILE.VALUE('AMS Budget Adjustment Grace Period in Days')+0; --for grace period
463: if l_profile is null then
464: l_profile :=0;
465: end if;
466: