DBA Data[Home] [Help]

APPS.QP_VALIDATE_PRICING_ATTR dependencies on QP_MODIFIERS_PUB

Line 12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

8: -- Procedure Entity
9:
10: PROCEDURE Entity
11: ( x_return_status OUT NOCOPY VARCHAR2
12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
15: )
16: IS

Line 13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=

9:
10: PROCEDURE Entity
11: ( x_return_status OUT NOCOPY VARCHAR2
12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
15: )
16: IS
17: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;

Line 14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC

10: PROCEDURE Entity
11: ( x_return_status OUT NOCOPY VARCHAR2
12: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
13: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
14: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
15: )
16: IS
17: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
18: l_context_flag VARCHAR2(1);

Line 1473: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

1469: -- Procedure Attributes
1470:
1471: PROCEDURE Attributes
1472: ( x_return_status OUT NOCOPY VARCHAR2
1473: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1474: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
1475: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
1476: )
1477: IS

Line 1474: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=

1470:
1471: PROCEDURE Attributes
1472: ( x_return_status OUT NOCOPY VARCHAR2
1473: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1474: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
1475: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
1476: )
1477: IS
1478: BEGIN

Line 1475: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC

1471: PROCEDURE Attributes
1472: ( x_return_status OUT NOCOPY VARCHAR2
1473: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1474: , p_old_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
1475: QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
1476: )
1477: IS
1478: BEGIN
1479:

Line 1911: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type

1907: -- Procedure Entity_Delete
1908:
1909: PROCEDURE Entity_Delete
1910: ( x_return_status OUT NOCOPY VARCHAR2
1911: , p_PRICING_ATTR_rec IN QP_Modifiers_PUB.Pricing_Attr_Rec_Type
1912: )
1913: IS
1914: l_return_status VARCHAR2(1) := FND_API.G_RET_STS_SUCCESS;
1915: BEGIN