DBA Data[Home] [Help]

APPS.QP_VALIDATE_LIMITS dependencies on QP_VALIDATE_LIMITS

Line 1: PACKAGE BODY QP_Validate_Limits AS

1: PACKAGE BODY QP_Validate_Limits AS
2: /* $Header: QPXLLMTB.pls 120.1 2005/06/08 04:27:49 appldev $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Validate_Limits';

2: /* $Header: QPXLLMTB.pls 120.1 2005/06/08 04:27:49 appldev $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Validate_Limits';
7:
8: PROCEDURE Validate_List_Header_Limits
9: (x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
10: ,p_LIMITS_rec IN QP_Limits_PUB.Limits_Rec_Type

Line 828: --dbms_output.put_line('Inside QP_Validate_Limits.Attributes ' || x_return_status);

824: BEGIN
825:
826: x_return_status := FND_API.G_RET_STS_SUCCESS;
827:
828: --dbms_output.put_line('Inside QP_Validate_Limits.Attributes ' || x_return_status);
829: -- Validate LIMITS attributes
830: IF p_LIMITS_rec.amount IS NOT NULL AND
831: ( p_LIMITS_rec.amount <>
832: p_old_LIMITS_rec.amount OR

Line 1518: END QP_Validate_Limits;

1514: END IF;
1515:
1516: END Entity_Update;
1517:
1518: END QP_Validate_Limits;