DBA Data[Home] [Help]

APPS.WSH_WV_UTILS dependencies on STANDARD

Line 5476: ELSE -- IF l_delivery_type = 'STANDARD' THEN

5472: WSH_DEBUG_SV.logmsg(l_module_name,'After accumulating all child_del items: Gross '||child_del_gross_weight||' Net '||child_del_net_weight||' Vol '||child_del_volume);
5473: WSH_DEBUG_SV.logmsg(l_module_name,'calculated wt/vol for consol delivery');
5474: END IF;
5475:
5476: ELSE -- IF l_delivery_type = 'STANDARD' THEN
5477:
5478: -- For all loose items in delivery
5479: FOR dt IN loose_detail_wt_vol LOOP
5480:

Line 6522: -- Standard call to check for call compatibility

6518: l_cnt_inv_counter NUMBER;
6519: -- LPN CONV. rv
6520:
6521:
6522: -- Standard call to check for call compatibility
6523: l_return_status VARCHAR2(30) := NULL;
6524: l_num_errors NUMBER := 0;
6525: l_num_warnings NUMBER := 0;
6526: l_debug_on BOOLEAN;