DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on OE_LINE_UTIL

Line 586: oe_line_util.Query_Rows

582: l_oe_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
583: l_oe_header_rec.change_reason := p_header_rec.change_reason;
584: l_oe_header_rec.change_comments := p_header_rec.change_comments;
585: */
586: oe_line_util.Query_Rows
587: (p_header_id => l_oe_header_id,
588: x_line_tbl => l_oe_line_old_tbl
589: );
590:

Line 642: l_oe_line_old_tbl(i) := oe_line_util.Query_Row(l_line_tbl(i).order_line_id);

638: dbms_application_info.set_client_info(l_source_operating_unit);
639: END IF;
640: END If;
641:
642: l_oe_line_old_tbl(i) := oe_line_util.Query_Row(l_line_tbl(i).order_line_id);
643:
644:
645: IF nvl(l_oe_line_old_tbl(i).shipped_quantity,0) = 0 AND
646: Nvl(l_oe_line_old_tbl(i).cancelled_flag,'N') <> 'Y' AND

Line 2411: -- l_oe_line_Rec := oe_line_util.Query_Row(l_line_tbl(i).order_line_id);

2407: FND_MSG_PUB.ADD;
2408: RAISE EXCP_USER_DEFINED;
2409: END IF;
2410:
2411: -- l_oe_line_Rec := oe_line_util.Query_Row(l_line_tbl(i).order_line_id);
2412:
2413: l_oe_line_rec.line_id := l_line_tbl(i).order_line_id;
2414: l_oe_line_rec.booked_flag := l_line_tbl(i).booked_Flag;
2415: l_oe_line_rec.operation := OE_GLOBALS.G_OPR_UPDATE;