DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_PKG2 dependencies on PO_LINE_LOCATIONS

Line 428: UPDATE po_line_locations

424: ELSE -- there are sibling distributions
425:
426: -- Mark parent shipment as DIST_DELETE so that its tax distributions
427: -- get redistributed with a call to determine_recovery later on
428: UPDATE po_line_locations
429: SET tax_attribute_update_code = 'DIST_DELETE'
430: WHERE tax_attribute_update_code IS NULL
431: AND line_location_id=l_line_location_id;
432: