DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_RANKS_PVT dependencies on FND_PROFILE

Line 312: l_default_profile := to_number( nvl(fnd_profile.value('AS_DEFAULT_LEAD_ENGINE_RANK'), '-1'));

308: -- Initialize API return status to SUCCESS
309: x_return_status := FND_API.G_RET_STS_SUCCESS;
310:
311:
312: l_default_profile := to_number( nvl(fnd_profile.value('AS_DEFAULT_LEAD_ENGINE_RANK'), '-1'));
313:
314: IF (p_validation_mode = AS_UTILITY_PVT.G_UPDATE) THEN
315:
316: -- first check if profile is using this rating

Line 946: l_default_profile := to_number( nvl(fnd_profile.value('AS_DEFAULT_LEAD_ENGINE_RANK'), '-1'));

942: CLOSE C_Get_Lead_Using_Rank;
943:
944: -- Do not allow delete on any grade which is set in the profile value
945:
946: l_default_profile := to_number( nvl(fnd_profile.value('AS_DEFAULT_LEAD_ENGINE_RANK'), '-1'));
947:
948:
949: if (l_sales_lead_rank_id = l_default_profile) then
950: AS_UTILITY_PVT.Set_Message(