DBA Data[Home] [Help]

APPS.OE_GENESIS_UTIL dependencies on OE_ORDER_PUB_LINE_REC_TYPE

Line 25: ( p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type

21: ( p_x_Header_Payment_rec IN OUT NOCOPY OE_Order_PUB.Header_Payment_Rec_Type
22: );
23:
24: PROCEDURE Convert_Line_null_to_miss
25: ( p_x_line_rec IN OUT NOCOPY OE_Order_PUB.Line_Rec_Type
26: );
27:
28: ----- O2C25
29: -- To get the name of inventory organization.

Line 61: p_line_rec IN oe_order_pub_line_rec_type,

57: );
58:
59: -- To convert OE_ORDER_PUB_LINE_REC_TYP to OE_ORDER_PUB_LIN_REC25
60: PROCEDURE line_rec_to_line_rec25(
61: p_line_rec IN oe_order_pub_line_rec_type,
62: x_line_rec25 OUT NOCOPY oe_order_pub_line_rec25
63: );
64:
65: -- To convert OE_ORDER_PUB_LINE_TBL_TYPE to OE_ORDER_PUB_LIN_TBL25