DBA Data[Home] [Help]

APPS.OE_DEFAULT_PRICE_LIST dependencies on OE_PRICE_LIST_PUB

Line 7: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=

3:
4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=
8: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC
9: , p_iteration IN NUMBER := 1
10: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type
11: );

Line 8: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC

4: -- Procedure Attributes
5:
6: PROCEDURE Attributes
7: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=
8: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC
9: , p_iteration IN NUMBER := 1
10: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type
11: );
12:

Line 10: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type

6: PROCEDURE Attributes
7: ( p_PRICE_LIST_rec IN OE_Price_List_PUB.Price_List_Rec_Type :=
8: OE_Price_List_PUB.G_MISS_PRICE_LIST_REC
9: , p_iteration IN NUMBER := 1
10: , x_PRICE_LIST_rec OUT OE_Price_List_PUB.Price_List_Rec_Type
11: );
12:
13: END OE_Default_Price_List;