DBA Data[Home] [Help]

APPS.QP_VALIDATE_PRICING_ATTR dependencies on QP_VALIDATE_PRICING_ATTR

Line 1: PACKAGE BODY QP_Validate_Pricing_Attr AS

1: PACKAGE BODY QP_Validate_Pricing_Attr AS
2: /* $Header: QPXLPRAB.pls 120.8 2006/09/07 10:08:10 rbagri noship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXLPRAB.pls 120.8 2006/09/07 10:08:10 rbagri noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Validate_Pricing_Attr';
7:
8: -- Procedure Entity
9:
10: PROCEDURE Entity

Line 1581: IF NOT QP_Validate.Pricing_Attribute(p_PRICING_ATTR_rec.pricing_attribute) THEN

1577: ( p_PRICING_ATTR_rec.pricing_attribute <>
1578: p_old_PRICING_ATTR_rec.pricing_attribute OR
1579: p_old_PRICING_ATTR_rec.pricing_attribute IS NULL )
1580: THEN
1581: IF NOT QP_Validate.Pricing_Attribute(p_PRICING_ATTR_rec.pricing_attribute) THEN
1582: x_return_status := FND_API.G_RET_STS_ERROR;
1583: END IF;
1584: END IF;
1585:

Line 1591: IF NOT QP_Validate.Pricing_Attribute_Context(p_PRICING_ATTR_rec.pricing_attribute_context) THEN

1587: ( p_PRICING_ATTR_rec.pricing_attribute_context <>
1588: p_old_PRICING_ATTR_rec.pricing_attribute_context OR
1589: p_old_PRICING_ATTR_rec.pricing_attribute_context IS NULL )
1590: THEN
1591: IF NOT QP_Validate.Pricing_Attribute_Context(p_PRICING_ATTR_rec.pricing_attribute_context) THEN
1592: x_return_status := FND_API.G_RET_STS_ERROR;
1593: END IF;
1594: END IF;
1595:

Line 1601: IF NOT QP_Validate.Pricing_Attribute(p_PRICING_ATTR_rec.pricing_attribute_id) THEN

1597: ( p_PRICING_ATTR_rec.pricing_attribute_id <>
1598: p_old_PRICING_ATTR_rec.pricing_attribute_id OR
1599: p_old_PRICING_ATTR_rec.pricing_attribute_id IS NULL )
1600: THEN
1601: IF NOT QP_Validate.Pricing_Attribute(p_PRICING_ATTR_rec.pricing_attribute_id) THEN
1602: x_return_status := FND_API.G_RET_STS_ERROR;
1603: END IF;
1604: END IF;
1605:

Line 1611: IF NOT QP_Validate.Pricing_Attr_Value_From(p_PRICING_ATTR_rec.pricing_attr_value_from) THEN

1607: ( p_PRICING_ATTR_rec.pricing_attr_value_from <>
1608: p_old_PRICING_ATTR_rec.pricing_attr_value_from OR
1609: p_old_PRICING_ATTR_rec.pricing_attr_value_from IS NULL )
1610: THEN
1611: IF NOT QP_Validate.Pricing_Attr_Value_From(p_PRICING_ATTR_rec.pricing_attr_value_from) THEN
1612: x_return_status := FND_API.G_RET_STS_ERROR;
1613: END IF;
1614: END IF;
1615:

Line 1621: IF NOT QP_Validate.Pricing_Attr_Value_To(p_PRICING_ATTR_rec.pricing_attr_value_to) THEN

1617: ( p_PRICING_ATTR_rec.pricing_attr_value_to <>
1618: p_old_PRICING_ATTR_rec.pricing_attr_value_to OR
1619: p_old_PRICING_ATTR_rec.pricing_attr_value_to IS NULL )
1620: THEN
1621: IF NOT QP_Validate.Pricing_Attr_Value_To(p_PRICING_ATTR_rec.pricing_attr_value_to) THEN
1622: x_return_status := FND_API.G_RET_STS_ERROR;
1623: END IF;
1624: END IF;
1625:

Line 1721: IF NOT QP_Validate.Pricing_Attribute_Datatype(p_PRICING_ATTR_rec.pricing_attribute_datatype) THEN

1717: ( p_PRICING_ATTR_rec.pricing_attribute_datatype <>
1718: p_old_PRICING_ATTR_rec.pricing_attribute_datatype OR
1719: p_old_PRICING_ATTR_rec.pricing_attribute_datatype IS NULL )
1720: THEN
1721: IF NOT QP_Validate.Pricing_Attribute_Datatype(p_PRICING_ATTR_rec.pricing_attribute_datatype) THEN
1722: x_return_status := FND_API.G_RET_STS_ERROR;
1723: END IF;
1724: END IF;
1725:

Line 2283: END QP_Validate_Pricing_Attr;

2279: END Mod_Dup;
2280:
2281: -- end bug2091362
2282:
2283: END QP_Validate_Pricing_Attr;