DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER dependencies on OE_ORDER_PUB

Line 5: ( p_x_Header_rec IN OUT NOCOPY OE_Order_PUB.Header_Rec_Type

1: PACKAGE OE_Default_Header AUTHID CURRENT_USER AS
2: /* $Header: OEXDHDRS.pls 120.0 2005/05/31 23:11:24 appldev noship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Header_rec IN OUT NOCOPY OE_Order_PUB.Header_Rec_Type
6: , p_old_Header_rec IN OE_Order_PUB.Header_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:

Line 6: , p_old_Header_rec IN OE_Order_PUB.Header_Rec_Type

2: /* $Header: OEXDHDRS.pls 120.0 2005/05/31 23:11:24 appldev noship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Header_rec IN OUT NOCOPY OE_Order_PUB.Header_Rec_Type
6: , p_old_Header_rec IN OE_Order_PUB.Header_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:
10: END OE_Default_Header ;