DBA Data[Home] [Help]

APPS.IBE_M_MIGRATION_PVT dependencies on FND_PROFILE

Line 2101: -- l_set_prof := FND_PROFILE.save('IBE_M_USE_CONTENT_INTEGRATION','Y', 'APPL', '671');

2097: printDebuglog('Set the profile for iStore-OCM integration');
2098: END IF;
2099: l_msg_data := 'Error when setting up the profile';
2100: -- Set the integration profile to 'Y'
2101: -- l_set_prof := FND_PROFILE.save('IBE_M_USE_CONTENT_INTEGRATION','Y', 'APPL', '671');
2102:
2103: --bug# 3407125-setting the profile value at site level
2104: l_set_prof := FND_PROFILE.save('IBE_M_USE_CONTENT_INTEGRATION','Y','SITE');
2105:

Line 2104: l_set_prof := FND_PROFILE.save('IBE_M_USE_CONTENT_INTEGRATION','Y','SITE');

2100: -- Set the integration profile to 'Y'
2101: -- l_set_prof := FND_PROFILE.save('IBE_M_USE_CONTENT_INTEGRATION','Y', 'APPL', '671');
2102:
2103: --bug# 3407125-setting the profile value at site level
2104: l_set_prof := FND_PROFILE.save('IBE_M_USE_CONTENT_INTEGRATION','Y','SITE');
2105:
2106: -- FND_PROFILE.put('IBE_M_USE_CONTENT_INTEGRATION', 'Y');
2107: l_msg_data := '';
2108: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN

Line 2106: -- FND_PROFILE.put('IBE_M_USE_CONTENT_INTEGRATION', 'Y');

2102:
2103: --bug# 3407125-setting the profile value at site level
2104: l_set_prof := FND_PROFILE.save('IBE_M_USE_CONTENT_INTEGRATION','Y','SITE');
2105:
2106: -- FND_PROFILE.put('IBE_M_USE_CONTENT_INTEGRATION', 'Y');
2107: l_msg_data := '';
2108: IF IBE_M_MIGRATION_PVT.g_debug = 'Y' THEN
2109: printDebuglog('After setting the profile for iStore-OCM integration');
2110: END IF;