DBA Data[Home] [Help]

APPS.AHL_OSP_SHIPMENT_PUB dependencies on OE_LINE_UTIL

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

1266: END IF;
1267: --Remove line_id references in OSP tables
1268: Delete_OE_Lines(p_oe_line_id => p_oe_lines_tbl(i));
1269:
1270: l_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => p_oe_lines_tbl(i));
1271:
1272: OPEN ahl_is_line_deleteable_csr(p_oe_lines_tbl(i));
1273: FETCH ahl_is_line_deleteable_csr INTO l_dummy;
1274: -- If deleteable

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

3937: -- This is to support the Post-Shipment Conversion process where deletion of shipment (return) lines
3938: -- from the UI (after the order has been booked) is necessary.
3939: -- If the shipment is booked, Delete_Cancel_Order just zeroes out the ordered quantity.
3940: -- If not, it actually deletes the shipment line.
3941: l_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => p_line_tbl(i).line_id);
3942: l_line_val_rec := OE_ORDER_PUB.G_MISS_LINE_VAL_REC;
3943: l_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
3944: */
3945: l_del_count := l_del_count + 1;

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

7088: END IF;
7089: l_part_num_changed := 'Y';
7090:
7091: --Save the OE Return Line information, before deletion
7092: l_oe_line_rec := OE_LINE_UTIL.QUERY_ROW(p_line_id => l_osp_order_line_dtls.oe_return_line_id);
7093: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
7094: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, L_DEBUG_KEY, 'Queried the OM Line Record');
7095: END IF;
7096: