DBA Data[Home] [Help]

APPS.WSH_TRIP_VALIDATIONS dependencies on WSH_DELIVERY_LEGS_ACTIONS

Line 2604: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(

2600: )
2601: )
2602: ) THEN
2603: l_entity_ids(1):=p_trip_info.trip_id;
2604: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(
2605: p_entity_type => 'TRIP',
2606: p_entity_ids => l_entity_ids,
2607: p_consolidation_change => p_trip_info.consolidation_allowed,
2608: x_return_status => x_return_status);