DBA Data[Home] [Help]

APPS.AMS_TASK_PVT dependencies on FND_PROFILE

Line 62: fnd_profile.get('AMS_LOWEST_NOTFICATION_LEVEL',p_prof_flag);

58: begin
59: open c_check_ntf_required ;
60: fetch c_check_ntf_required into p_flag;
61: close c_check_ntf_required;
62: fnd_profile.get('AMS_LOWEST_NOTFICATION_LEVEL',p_prof_flag);
63: if (p_flag > p_prof_flag )then
64: x_return_status := 'N';
65: else
66: x_return_status := 'Y';