DBA Data[Home] [Help]

APPS.QP_PROCESS_OTHER_BENEFITS_PVT dependencies on QP_COUPON_PVT

Line 1406: QP_COUPON_PVT.PROCESS_COUPON_ISSUE(i.line_detail_index,

1402: ELSIF (i.CREATED_FROM_LIST_LINE_TYPE = qp_preq_grp.G_COUPON_ISSUE)
1403: AND (qp_preq_grp.G_PUBLIC_API_CALL_FLAG = qp_preq_grp.G_NO
1404: or (qp_preq_grp.G_PUBLIC_API_CALL_FLAG = qp_preq_grp.G_YES --bug 3859759
1405: and qp_preq_grp.G_TEMP_TABLE_INSERT_FLAG = qp_preq_grp.G_YES)) THEN
1406: QP_COUPON_PVT.PROCESS_COUPON_ISSUE(i.line_detail_index,
1407: p_pricing_phase_id,
1408: p_line_quantity,
1409: p_simulation_flag,
1410: x_ret_status,

Line 1419: QP_COUPON_PVT.REDEEM_COUPONS(p_simulation_flag, x_ret_status, x_ret_status_txt);

1415: END IF;
1416:
1417: /* redeem coupon should not be called here. Because coupon benefits could be of
1418: any type, moved to qp_preq_grp package
1419: QP_COUPON_PVT.REDEEM_COUPONS(p_simulation_flag, x_ret_status, x_ret_status_txt);
1420:
1421: IF(x_ret_status = FND_API.G_RET_STS_ERROR) THEN
1422: RAISE FND_API.G_EXC_ERROR;
1423: END IF;