DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV4 dependencies on PO_LINES_SV

Line 230: po_lines_sv.update_released_quantity('DELETE',

226: WHERE line_location_id = x_line_location_id;
227:
228: IF (X_shipment_type = 'BLANKET' ) then
229:
230: po_lines_sv.update_released_quantity('DELETE',
231: 'BLANKET',
232: x_po_line_id,
233: x_original_quantity,
234: x_quantity);

Line 436: po_lines_sv.update_released_quantity('DELETE',

432: x_po_line_id
433: FROM po_line_locations
434: WHERE line_location_id = X_line_location_id;
435:
436: po_lines_sv.update_released_quantity('DELETE',
437: 'BLANKET',
438: x_po_line_id,
439: x_original_quantity,
440: x_quantity);

Line 654: po_lines_sv.update_released_quantity('UPDATE',

650: INTO x_orig_quantity
651: FROM po_line_locations
652: WHERE line_location_id = X_line_location_id;
653:
654: po_lines_sv.update_released_quantity('UPDATE',
655: 'BLANKET',
656: x_po_line_id,
657: x_orig_quantity,
658: x_quantity);

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

1156: d_pos := 60;
1157: IF (l_po_lines_rec.price_break_lookup_code = 'NON CUMULATIVE' AND
1158: l_shipment_type = 'PRICE BREAK')
1159: THEN
1160: po_lines_sv2.retroactive_change(l_po_lines_rec.po_line_id);
1161: END IF;
1162:
1163: d_pos := 70;
1164: -- Call the wrapper function to calculate the price when a shipment