DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on FND_PROFILE

Line 917: IF fnd_profile.value('MST_AUTO_TENDER_ON') = 'Y' THEN

913: x_context.wv_exception_stops.delete;
914:
915: -- J+ project, TP owns this profile
916: -- If profile is set then auto tender the trips
917: IF fnd_profile.value('MST_AUTO_TENDER_ON') = 'Y' THEN
918: x_context.auto_tender_flag := 'Y';
919: ELSE
920: x_context.auto_tender_flag := 'N';
921: END IF;