DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on QP_COUPON_PVT

Line 6393: QP_COUPON_PVT.Delete_Coupon(p_req_line_detail_Rec.list_line_no,

6389: if not OE_GLOBALS.Equal(p_Line_Adj_Rec.list_line_no, p_req_line_detail_Rec.list_line_no) Then
6390: if (not l_updated_flag) and p_Line_Adj_Rec.list_line_type_code = 'CIE' Then
6391: adj_debug('CIE:to delete coupon'||p_req_line_detail_rec.list_line_no);
6392: -- retain the original coupon number, delete the new number
6393: QP_COUPON_PVT.Delete_Coupon(p_req_line_detail_Rec.list_line_no,
6394: x_return_status,
6395: x_return_status_txt
6396: );
6397: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN