DBA Data[Home] [Help]

APPS.QP_CLEANUP_ADJUSTMENTS_PVT dependencies on QP_CLEANUP_ADJUSTMENTS_PVT

Line 1: PACKAGE BODY QP_CLEANUP_ADJUSTMENTS_PVT AS

1: PACKAGE BODY QP_CLEANUP_ADJUSTMENTS_PVT AS
2: /* $Header: QPXVCLNB.pls 120.19 2011/08/29 08:09:10 jputta ship $ */
3:
4: G_CALC_INSERT VARCHAR2(30) := 'INSERTED FOR CALCULATION';
5: --to store the line_detail_index with which the relationships were inserted

Line 68: x_return_status_text := 'QP_CLEANUP_ADJUSTMENTS_PVT.Populate_Price_Adj_ID '||SQLERRM;

64: x_return_status := FND_API.G_RET_STS_SUCCESS;
65: Exception
66: When OTHERS Then
67: x_return_status := FND_API.G_RET_STS_ERROR;
68: x_return_status_text := 'QP_CLEANUP_ADJUSTMENTS_PVT.Populate_Price_Adj_ID '||SQLERRM;
69: END Populate_Price_Adj_ID;
70:
71: --This is used on PUB to get the sum of operand to see if the sum of
72: --the % on order level adjustments have changed during a

Line 3676: END QP_CLEANUP_ADJUSTMENTS_PVT;

3672:
3673:
3674:
3675:
3676: END QP_CLEANUP_ADJUSTMENTS_PVT;