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.9.12010000.2 2008/08/12 06:28:41 smuhamme 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 3601: END QP_CLEANUP_ADJUSTMENTS_PVT;

3597:
3598:
3599:
3600:
3601: END QP_CLEANUP_ADJUSTMENTS_PVT;