DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_OE_FORM_LINE

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

1122: GOTO line_not_in_db;
1123: else
1124: Begin
1125: --bug 2825766 begin
1126: oe_oe_form_line.get_line(p_db_record => FALSE,
1127: p_line_id => l_line_adj_rec.line_id,
1128: x_line_rec => l_line_temp_rec);
1129: l_last_line_id := l_line_adj_rec.line_id;
1130: if nvl(l_line_temp_rec.line_id,FND_API.G_MISS_NUM) <>

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

12641: -- Replace with the line in memory if found
12642: -- else append
12643:
12644: oe_debug_pub.add('Get line currently in memory');
12645: OE_OE_FORM_LINE.get_line(p_line_id => p_line_id,
12646: x_line_rec => l_line_rec);
12647: For i in 1..l_line_tbl.count Loop
12648: if (l_line_tbl(i).line_id = l_line_rec.line_id) then
12649: oe_debug_pub.add('Line already posted to DB, so replace');

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

12670: oe_debug_pub.add(' Query Rows under for line line id:'||p_line_id);
12671: --oe_line_util.query_row(p_line_id =>p_line_id,x_line_rec=>l_line_rec);
12672:
12673: -- Bug 1713035
12674: -- Use oe_oe_form_line.get_line instead of query_rows
12675: oe_debug_pub.add('calling get_line in oe_oe_form_line');
12676: OE_OE_FORM_LINE.get_line(
12677: p_line_id => p_line_id,
12678: x_line_rec => l_line_rec);

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

12671: --oe_line_util.query_row(p_line_id =>p_line_id,x_line_rec=>l_line_rec);
12672:
12673: -- Bug 1713035
12674: -- Use oe_oe_form_line.get_line instead of query_rows
12675: oe_debug_pub.add('calling get_line in oe_oe_form_line');
12676: OE_OE_FORM_LINE.get_line(
12677: p_line_id => p_line_id,
12678: x_line_rec => l_line_rec);
12679:

Line 12676: OE_OE_FORM_LINE.get_line(

12672:
12673: -- Bug 1713035
12674: -- Use oe_oe_form_line.get_line instead of query_rows
12675: oe_debug_pub.add('calling get_line in oe_oe_form_line');
12676: OE_OE_FORM_LINE.get_line(
12677: p_line_id => p_line_id,
12678: x_line_rec => l_line_rec);
12679:
12680: l_line_tbl(1):=l_line_rec;