DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_OE_FORM_LINE

Line 1161: oe_oe_form_line.get_line(p_db_record => FALSE,

1157: GOTO line_not_in_db;
1158: else
1159: Begin
1160: --bug 2825766 begin
1161: oe_oe_form_line.get_line(p_db_record => FALSE,
1162: p_line_id => l_line_adj_rec.line_id,
1163: x_line_rec => l_line_temp_rec);
1164: l_last_line_id := l_line_adj_rec.line_id;
1165: if nvl(l_line_temp_rec.line_id,FND_API.G_MISS_NUM) <>

Line 12809: OE_OE_FORM_LINE.get_line(p_line_id => p_line_id,

12805: -- Replace with the line in memory if found
12806: -- else append
12807:
12808: oe_debug_pub.add('Get line currently in memory');
12809: OE_OE_FORM_LINE.get_line(p_line_id => p_line_id,
12810: x_line_rec => l_line_rec);
12811: For i in 1..l_line_tbl.count Loop
12812: if (l_line_tbl(i).line_id = l_line_rec.line_id) then
12813: oe_debug_pub.add('Line already posted to DB, so replace');

Line 12838: -- Use oe_oe_form_line.get_line instead of query_rows

12834: oe_debug_pub.add(' Query Rows under for line line id:'||p_line_id);
12835: --oe_line_util.query_row(p_line_id =>p_line_id,x_line_rec=>l_line_rec);
12836:
12837: -- Bug 1713035
12838: -- Use oe_oe_form_line.get_line instead of query_rows
12839: oe_debug_pub.add('calling get_line in oe_oe_form_line');
12840: OE_OE_FORM_LINE.get_line(
12841: p_line_id => p_line_id,
12842: x_line_rec => l_line_rec);

Line 12839: oe_debug_pub.add('calling get_line in oe_oe_form_line');

12835: --oe_line_util.query_row(p_line_id =>p_line_id,x_line_rec=>l_line_rec);
12836:
12837: -- Bug 1713035
12838: -- Use oe_oe_form_line.get_line instead of query_rows
12839: oe_debug_pub.add('calling get_line in oe_oe_form_line');
12840: OE_OE_FORM_LINE.get_line(
12841: p_line_id => p_line_id,
12842: x_line_rec => l_line_rec);
12843:

Line 12840: OE_OE_FORM_LINE.get_line(

12836:
12837: -- Bug 1713035
12838: -- Use oe_oe_form_line.get_line instead of query_rows
12839: oe_debug_pub.add('calling get_line in oe_oe_form_line');
12840: OE_OE_FORM_LINE.get_line(
12841: p_line_id => p_line_id,
12842: x_line_rec => l_line_rec);
12843:
12844: l_line_tbl(1):=l_line_rec;