DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_PKG2 dependencies on PO_LINE_LOCATIONS

Line 678: UPDATE po_line_locations

674: ELSE -- there are sibling distributions
675:
676: -- Mark parent shipment as DIST_DELETE so that its tax distributions
677: -- get redistributed with a call to determine_recovery later on
678: UPDATE po_line_locations
679: SET tax_attribute_update_code = 'DIST_DELETE'
680: WHERE tax_attribute_update_code IS NULL
681: AND line_location_id=l_line_location_id;
682: