DBA Data[Home] [Help]

APPS.OE_RETROBILL_PVT dependencies on OE_LINE_UTIL

Line 1898: l_line_rec:=Oe_Line_Util.Query_Row(I.line_id);

1894: (l_retrobill_list_price = 0 AND l_retrobill_selling_price < 0)
1895: THEN
1896: oe_debug_pub.add('Retro: New price is higher charging more');
1897:
1898: l_line_rec:=Oe_Line_Util.Query_Row(I.line_id);
1899:
1900: oe_debug_pub.add(' Retro-0: l_line_rec.payment_term_id = '||l_line_rec.payment_term_id
1901: || ' l_line_rec.price_list_id = ' || l_line_rec.price_list_id
1902: || ' l_line_rec.line_type_id = ' || l_line_rec.line_type_id

Line 1957: Oe_Line_Util.Delete_Row(I.line_id);

1953: IF(I.line_number =1) THEN
1954: G_FIRST_LINE_DELETED := 'Y';
1955: END IF;
1956:
1957: Oe_Line_Util.Delete_Row(I.line_id);
1958:
1959: IF G_LINES_NOT_RETRO_DISPLAYED='N' THEN
1960: FND_MESSAGE.SET_NAME('ONT','ONT_RETROBILL_LINES_NO_CHANGE');
1961: OE_MSG_PUB.ADD;

Line 3190: Oe_Line_Util.Delete_Row(p_line_id=>l_delete_tbl(i).retrobill_line_id);

3186: --We need to delete first, otherwise, we will be unable to delete booked records.
3187: i:=l_delete_tbl.first;
3188: WHILE i IS NOT NULL LOOP
3189: oe_debug_pub.add('Retro:Operation DELETE:deleting line id:'||l_delete_tbl(i).retrobill_line_id);
3190: Oe_Line_Util.Delete_Row(p_line_id=>l_delete_tbl(i).retrobill_line_id);
3191: i:=l_delete_tbl.next(i);
3192: END LOOP;
3193:
3194: -- rearranging the line numbers for the headers corresponding to the lines which were deleted.