DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on FND_PROFILE

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

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