DBA Data[Home] [Help]

APPS.JTF_IH_PUB dependencies on FND_PROFILE

Line 4582: fnd_profile.get('JTF_IH_ALLOW_INT_UPDATE_AFTER_CLOSE',l_profile_id);

4578: --
4579: IF (l_Interaction_rec.active = 'N') then
4580: -- Bug# 4477761 check if profile option is turned on
4581: -- If yes then allow update on closed interaction
4582: fnd_profile.get('JTF_IH_ALLOW_INT_UPDATE_AFTER_CLOSE',l_profile_id);
4583: IF nvl(l_profile_id,'N') <> 'Y' THEN
4584: --x_return_status := fnd_api.g_ret_sts_error;
4585: --jtf_ih_core_util_pvt.add_invalid_argument_msg(l_api_name, to_char(p_Interaction_rec.interaction_id),'Active set to N for interaction');
4586: --Bug# 4477761 new error msg

Line 6362: fnd_profile.get('JTF_IH_ALLOW_INT_UPDATE_AFTER_CLOSE',l_profile_id);

6358: l_active := rc_Activity.Active;
6359:
6360: -- Bug# 4477761 check if profile option is turned on
6361: -- If yes then allow update on closed activity
6362: fnd_profile.get('JTF_IH_ALLOW_INT_UPDATE_AFTER_CLOSE',l_profile_id);
6363: IF(l_active <> 'N') OR (l_active = 'N' AND l_profile_id = 'Y') THEN
6364: l_recalc_duration := FALSE;
6365: IF (p_activity_rec.start_date_time <> fnd_api.g_miss_date) AND (p_activity_rec.start_date_time IS NOT NULL) THEN
6366: --l_start_date_time := p_activity_rec.start_date_time;