DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on FND_PROFILE

Line 1118: l_override_wf:= fnd_profile.value('WSH_OVERRIDE_SCPOD_WF');

1114: END IF;
1115: END IF;
1116: --/== Workflow Changes
1117: ELSIF (p_action IN('UPDATE-STATUS')) THEN
1118: l_override_wf:= fnd_profile.value('WSH_OVERRIDE_SCPOD_WF');
1119: IF (nvl(l_override_wf,'N') = 'N') THEN
1120: FOR cur_rec IN stop_del_cur_wf(p_stop_rec_tab(j).stop_id) LOOP
1121: IF (cur_rec.delivery_scpod_wf_process is not null and
1122: ( ( cur_rec.stop_type='P' and cur_rec.del_wf_intransit_attr = 'I')