DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on OE_LINE_UTIL

Line 626: oe_line_util.Query_Rows

622: l_oe_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
623: l_oe_header_rec.change_reason := p_header_rec.change_reason;
624: l_oe_header_rec.change_comments := p_header_rec.change_comments;
625: */
626: oe_line_util.Query_Rows
627: (p_header_id => l_oe_header_id,
628: x_line_tbl => l_oe_line_old_tbl
629: );
630:

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

695: mo_global.set_policy_context('S',l_source_operating_unit);
696: END IF;
697: END If;
698:
699: l_oe_line_old_tbl(i) := oe_line_util.Query_Row(l_line_tbl(i).order_line_id);
700:
701:
702: IF nvl(l_oe_line_old_tbl(i).shipped_quantity,0) = 0 AND
703: Nvl(l_oe_line_old_tbl(i).cancelled_flag,'N') <> 'Y' AND

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

3672: FND_MSG_PUB.ADD;
3673: RAISE EXCP_USER_DEFINED;
3674: END IF;
3675:
3676: -- l_oe_line_Rec := oe_line_util.Query_Row(l_line_tbl(i).order_line_id);
3677:
3678: l_oe_line_rec.line_id := l_line_tbl(i).order_line_id;
3679: l_oe_line_rec.booked_flag := l_line_tbl(i).booked_Flag;
3680: l_oe_line_rec.operation := OE_GLOBALS.G_OPR_UPDATE;

Line 5257: oe_line_util.Query_Rows(

5253: l_header_rec.operation := 'CREATE';
5254: l_header_rec.shipping_method_code := l_oe_header_rec.shipping_method_code;
5255: l_header_rec.order_type_id := l_oe_header_rec.order_type_id;
5256:
5257: oe_line_util.Query_Rows(
5258: p_header_id => cr.header_id,
5259: x_line_tbl => l_oe_line_tbl);
5260:
5261: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then