DBA Data[Home] [Help]

APPS.CSM_TASK_ASSIGNMENT_EVENT_PKG dependencies on FND_PROFILE

Line 699: l_is_synchronous_history := fnd_profile.value('CSM_SYNCHRONOUS_HISTORY');

695: p_user_id=>l_taskassgdetails_rec.user_id);
696:
697: -- get synchronous history
698: IF l_taskassgdetails_rec.incident_id IS NOT NULL THEN
699: l_is_synchronous_history := fnd_profile.value('CSM_SYNCHRONOUS_HISTORY');
700:
701: IF l_is_synchronous_history = 'Y' THEN
702: csm_service_history_event_pkg.calculate_history(l_incident_id=>l_taskassgdetails_rec.incident_id,
703: l_user_id=>l_taskassgdetails_rec.user_id);