DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on QP_COUPON_PVT

Line 6484: QP_COUPON_PVT.Delete_Coupon(p_req_line_detail_Rec.list_line_no,

6480: if not OE_GLOBALS.Equal(p_Line_Adj_Rec.list_line_no, p_req_line_detail_Rec.list_line_no) Then
6481: if (not l_updated_flag) and p_Line_Adj_Rec.list_line_type_code = 'CIE' Then
6482: adj_debug('CIE:to delete coupon'||p_req_line_detail_rec.list_line_no);
6483: -- retain the original coupon number, delete the new number
6484: QP_COUPON_PVT.Delete_Coupon(p_req_line_detail_Rec.list_line_no,
6485: x_return_status,
6486: x_return_status_txt
6487: );
6488: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN