DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on FND_PROFILE

Line 2665: fnd_profile.get('CS_INV_VALIDATION_ORG',l_organization_id);

2661:
2662: begin
2663:
2664: -- Get the organization id from service validation org profile.
2665: fnd_profile.get('CS_INV_VALIDATION_ORG',l_organization_id);
2666: -- Derive conversion type and max roll days from the profile.
2667: --If these do not exist then default those.
2668: l_conversion_type := FND_PROFILE.value('CSD_CURRENCY_CONVERSION_TYPE');
2669: If (l_conversion_type is null) then

Line 2668: l_conversion_type := FND_PROFILE.value('CSD_CURRENCY_CONVERSION_TYPE');

2664: -- Get the organization id from service validation org profile.
2665: fnd_profile.get('CS_INV_VALIDATION_ORG',l_organization_id);
2666: -- Derive conversion type and max roll days from the profile.
2667: --If these do not exist then default those.
2668: l_conversion_type := FND_PROFILE.value('CSD_CURRENCY_CONVERSION_TYPE');
2669: If (l_conversion_type is null) then
2670: l_conversion_type :='Corporate';
2671: end if;
2672: --Get the max roll days from the profile.

Line 2673: l_max_roll_days := FND_PROFILE.value('CSD_CURRENCY_MAX_ROLL');

2669: If (l_conversion_type is null) then
2670: l_conversion_type :='Corporate';
2671: end if;
2672: --Get the max roll days from the profile.
2673: l_max_roll_days := FND_PROFILE.value('CSD_CURRENCY_MAX_ROLL');
2674: If (l_max_roll_Days is null) then
2675: l_max_roll_days := 300;
2676: end if;
2677: -- Get item cost currency code