DBA Data[Home] [Help]

APPS.PSB_WS_POS2 dependencies on FND_PROFILE

Line 764: g_fte_profile_option := nvl(fnd_profile.value('PSB_USE_FTE_ALLOCATION'),'N');

760: /*For Bug No : 2811698 Start*/
761: --Cache the FTE profile option in a global field due to performance issues
762: --and this will be used across the process
763: IF g_fte_profile_option IS NULL THEN
764: g_fte_profile_option := nvl(fnd_profile.value('PSB_USE_FTE_ALLOCATION'),'N');
765: END IF;
766: /*For Bug No : 2811698 End*/
767:
768: if nvl(p_worksheet_numyrs, FND_API.G_MISS_NUM) <> FND_API.G_MISS_NUM then