DBA Data[Home] [Help]

APPS.QP_VALIDATE_PLL_PRICING_ATTR dependencies on QP_PRICE_LIST_PUB

Line 8: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type

4: -- Procedure Entity
5:
6: PROCEDURE Entity
7: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
8: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type
9: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
10: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
11: );
12:

Line 9: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=

5:
6: PROCEDURE Entity
7: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
8: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type
9: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
10: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
11: );
12:
13: -- Procedure Attributes

Line 10: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC

6: PROCEDURE Entity
7: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
8: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type
9: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
10: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
11: );
12:
13: -- Procedure Attributes
14:

Line 17: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type

13: -- Procedure Attributes
14:
15: PROCEDURE Attributes
16: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
17: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type
18: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
19: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
20: );
21:

Line 18: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=

14:
15: PROCEDURE Attributes
16: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
17: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type
18: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
19: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
20: );
21:
22: -- Procedure Entity_Delete

Line 19: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC

15: PROCEDURE Attributes
16: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
17: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type
18: , p_old_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type :=
19: QP_Price_List_PUB.G_MISS_PRICING_ATTR_REC
20: );
21:
22: -- Procedure Entity_Delete
23:

Line 26: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type

22: -- Procedure Entity_Delete
23:
24: PROCEDURE Entity_Delete
25: ( x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
26: , p_PRICING_ATTR_rec IN QP_Price_List_PUB.Pricing_Attr_Rec_Type
27: );
28:
29: /* New Procedure to check duplicates in Lines */
30: