DBA Data[Home] [Help]

APPS.WSH_FTE_INTEGRATION dependencies on WSH_DELIVERY_LEGS

Line 911: UPDATE wsh_delivery_legs

907: --there will be no scenario in which a lane id will exist for a trip
908: --which has not been priced
909:
910: FORALL i IN l_action_param_rec.trip_id_list.FIRST..l_action_param_rec.trip_id_list.LAST
911: UPDATE wsh_delivery_legs
912: SET reprice_required='Y',
913: last_update_date = SYSDATE,
914: last_updated_by = FND_GLOBAL.USER_ID,
915: last_update_login = FND_GLOBAL.LOGIN_ID