DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_MASS_CHANGE_PVT

Line 6394: IF oe_mass_change_pvt.Lines_Remaining = 'Y' THEN

6390: End If; -- changed_line no, no book button, no price_adj delayed request
6391:
6392: If G_PASS_ALL_LINES in ('Y', 'R') Then
6393: --bug4529937 if the call is from mass change api, and there are more lines remaining to be processed after the current set, we would just pass the changed lines to pricing engine
6394: IF oe_mass_change_pvt.Lines_Remaining = 'Y' THEN
6395: IF l_debug_level > 0 THEN
6396: oe_debug_pub.add(' Query only changed line');
6397: END IF;
6398: Query_Changed_Lines(p_header_id => p_header_id, x_line_tbl => l_line_tbl);

Line 6595: IF ((p_line_id IS NOT NULL and p_control_rec.p_write_to_db) OR oe_mass_change_pvt.Lines_Remaining = 'Y')

6591: End If; --- IF (OE_Order_PUB.G_LINE.Service_Reference_Line_Id <> FND_API.G_MISS_NUM
6592:
6593: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
6594: oe_debug_pub.add('calling get_prg_lines 5647210 added mass change');
6595: IF ((p_line_id IS NOT NULL and p_control_rec.p_write_to_db) OR oe_mass_change_pvt.Lines_Remaining = 'Y')
6596: THEN
6597: Get_PRG_Lines(l_line_tbl(line_tbl_index).line_id, l_line_tbl, line_tbl_index);
6598: -- 3529369 In the case overriding the list price of servicable line the service lines will be
6599: -- repriced if they are in the same order and service line has an service_reference_type of order