DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_SV dependencies on PO_LINE_LOCATIONS_ALL

Line 410: from po_line_locations_all

406:
407: delete po_distributions_all /*Bug6632095: using base table instead of view */
408: where line_location_id in
409: (select line_location_id
410: from po_line_locations_all
411: where po_release_id = x_delete_id);
412:
413: ELSIF (X_delete_entity = 'SHIPMENT') THEN
414:

Line 613: -- PO_LINE_LOCATIONS_ALL

609: -- Before calling this procedure one must call validate_delete_line_loc
610: -- to ensure that deletion of the line location is a valid action
611: --Modifies:
612: -- PO_LINES_ALL
613: -- PO_LINE_LOCATIONS_ALL
614: --Locks:
615: -- None
616: --Function:
617: -- Deletes the selected Line Location from the Database and