DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_SCREDIT dependencies on OE_ORDER_PUB

Line 5: ( p_x_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type

1: PACKAGE OE_Default_Line_Scredit AUTHID CURRENT_USER AS
2: /* $Header: OEXDLSCS.pls 120.0 2005/06/01 02:27:12 appldev noship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
6: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:

Line 6: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type

2: /* $Header: OEXDLSCS.pls 120.0 2005/06/01 02:27:12 appldev noship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Line_Scredit_rec IN OUT NOCOPY OE_Order_PUB.Line_Scredit_Rec_Type
6: , p_old_Line_Scredit_rec IN OE_Order_PUB.Line_Scredit_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:
10: END OE_Default_Line_Scredit ;