DBA Data[Home] [Help]

APPS.WSH_TRIP_VALIDATIONS dependencies on WSH_DELIVERY_LEGS_ACTIONS

Line 2601: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(

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