DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_PAYMENT dependencies on OE_ORDER_PUB

Line 5: ( p_x_Line_Payment_rec IN OUT NOCOPY OE_Order_PUB.Line_Payment_Rec_Type

1: PACKAGE OE_Default_Line_Payment AUTHID CURRENT_USER AS
2: /* $Header: OEXDLPMS.pls 120.1 2006/02/20 03:36:18 serla noship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Line_Payment_rec IN OUT NOCOPY OE_Order_PUB.Line_Payment_Rec_Type
6: , p_old_Line_Payment_rec IN OE_Order_PUB.Line_Payment_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:

Line 6: , p_old_Line_Payment_rec IN OE_Order_PUB.Line_Payment_Rec_Type

2: /* $Header: OEXDLPMS.pls 120.1 2006/02/20 03:36:18 serla noship $ */
3:
4: PROCEDURE Attributes
5: ( p_x_Line_Payment_rec IN OUT NOCOPY OE_Order_PUB.Line_Payment_Rec_Type
6: , p_old_Line_Payment_rec IN OE_Order_PUB.Line_Payment_Rec_Type
7: , p_iteration IN NUMBER := 1
8: ) ;
9:
10: FUNCTION Get_Payment_Number