DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_LINES_SV

Line 223: po_lines_sv.update_released_quantity('DELETE',

219: WHERE line_location_id = x_line_location_id;
220:
221: IF (X_shipment_type = 'BLANKET' ) then
222:
223: po_lines_sv.update_released_quantity('DELETE',
224: 'BLANKET',
225: x_po_line_id,
226: x_original_quantity,
227: x_quantity);

Line 427: po_lines_sv.update_released_quantity('DELETE',

423: x_po_line_id
424: FROM po_line_locations
425: WHERE line_location_id = X_line_location_id;
426:
427: po_lines_sv.update_released_quantity('DELETE',
428: 'BLANKET',
429: x_po_line_id,
430: x_original_quantity,
431: x_quantity);

Line 645: po_lines_sv.update_released_quantity('UPDATE',

641: INTO x_orig_quantity
642: FROM po_line_locations
643: WHERE line_location_id = X_line_location_id;
644:
645: po_lines_sv.update_released_quantity('UPDATE',
646: 'BLANKET',
647: x_po_line_id,
648: x_orig_quantity,
649: x_quantity);

Line 1140: po_lines_sv2.retroactive_change(l_po_lines_rec.po_line_id);

1136: d_pos := 60;
1137: IF (l_po_lines_rec.price_break_lookup_code = 'NON CUMULATIVE' AND
1138: l_shipment_type = 'PRICE BREAK')
1139: THEN
1140: po_lines_sv2.retroactive_change(l_po_lines_rec.po_line_id);
1141: END IF;
1142:
1143: d_pos := 70;
1144: -- Call the wrapper function to calculate the price when a shipment