DBA Data[Home] [Help]

APPS.PA_PLANNING_ELEMENT_UTILS dependencies on FND_PROFILE

Line 2729: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);

2725: l_index NUMBER := 1;
2726:
2727: BEGIN
2728:
2729: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
2730: l_debug_mode := NVL(l_debug_mode, 'Y');
2731: x_msg_count := 0;
2732: x_return_status := FND_API.G_RET_STS_SUCCESS;
2733: PA_DEBUG.Set_Curr_Function( p_function => 'PAFPPEUB.add_new_resource_assignments',