DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on OE_LINE_UTIL

Line 1235: l_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => p_oe_lines_tbl(i));

1231: END IF;
1232: --Remove line_id references in OSP tables
1233: Delete_OE_Lines(p_oe_line_id => p_oe_lines_tbl(i));
1234:
1235: l_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => p_oe_lines_tbl(i));
1236:
1237: OPEN ahl_is_line_deleteable_csr(p_oe_lines_tbl(i));
1238: FETCH ahl_is_line_deleteable_csr INTO l_dummy;
1239: -- If deleteable

Line 3957: l_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => p_line_tbl(i).line_id);

3953: -- This is to support the Post-Shipment Conversion process where deletion of shipment (return) lines
3954: -- from the UI (after the order has been booked) is necessary.
3955: -- If the shipment is booked, Delete_Cancel_Order just zeroes out the ordered quantity.
3956: -- If not, it actually deletes the shipment line.
3957: l_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => p_line_tbl(i).line_id);
3958: l_line_val_rec := OE_ORDER_PUB.G_MISS_LINE_VAL_REC;
3959: l_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
3960: */
3961: l_del_count := l_del_count + 1;

Line 7042: l_oe_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => l_osp_order_line_dtls.oe_return_line_id);

7038: END IF;
7039: l_part_num_changed := 'Y';
7040:
7041: --Save the OE Return Line information, before deletion
7042: l_oe_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => l_osp_order_line_dtls.oe_return_line_id);
7043: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7044: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, L_DEBUG_KEY, 'Queried the OM Line Record');
7045: END IF;
7046: