DBA Data[Home] [Help]

APPS.OE_LINE_ADJ_SECURITY dependencies on OE_ORDER_PUB

Line 238: ( p_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type

234:
235: ) RETURN NUMBER;
236:
237: PROCEDURE Entity
238: ( p_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type
239: , x_result OUT NOCOPY NUMBER
240:
241: , x_return_status OUT NOCOPY VARCHAR2
242:

Line 246: ( p_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type

242:
243: );
244:
245: PROCEDURE Attributes
246: ( p_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type
247: , p_old_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type := OE_Order_PUB.G_MISS_LINE_ADJ_REC
248: , x_result OUT NOCOPY NUMBER
249:
250: , x_return_status OUT NOCOPY VARCHAR2

Line 247: , p_old_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type := OE_Order_PUB.G_MISS_LINE_ADJ_REC

243: );
244:
245: PROCEDURE Attributes
246: ( p_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type
247: , p_old_LINE_ADJ_rec IN OE_Order_PUB.LINE_ADJ_Rec_Type := OE_Order_PUB.G_MISS_LINE_ADJ_REC
248: , x_result OUT NOCOPY NUMBER
249:
250: , x_return_status OUT NOCOPY VARCHAR2
251: