DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_AK_BLANKET_LINES_V

Line 250: RETURN OE_AK_BLANKET_LINES_V%ROWTYPE;

246:
247: -- Function to initialize view%rowtype record
248:
249: FUNCTION G_MISS_OE_AK_BLKT_LINE_REC
250: RETURN OE_AK_BLANKET_LINES_V%ROWTYPE;
251:
252: -- Procedure API_Rec_To_Rowtype_Rec
253:
254: PROCEDURE Line_API_Rec_To_Rowtype_Rec

Line 256: , x_rowtype_rec IN OUT NOCOPY OE_AK_BLANKET_LINES_V%ROWTYPE

252: -- Procedure API_Rec_To_Rowtype_Rec
253:
254: PROCEDURE Line_API_Rec_To_Rowtype_Rec
255: ( p_LINE_rec IN OE_Blanket_PUB.LINE_Rec_Type
256: , x_rowtype_rec IN OUT NOCOPY OE_AK_BLANKET_LINES_V%ROWTYPE
257: );
258:
259: -- Procedure Rowtype_Rec_To_API_Rec
260:

Line 262: ( p_record IN OE_AK_BLANKET_LINES_V%ROWTYPE

258:
259: -- Procedure Rowtype_Rec_To_API_Rec
260:
261: PROCEDURE Line_Rowtype_Rec_To_API_Rec
262: ( p_record IN OE_AK_BLANKET_LINES_V%ROWTYPE
263: , x_api_rec IN OUT NOCOPY OE_Blanket_PUB.LINE_Rec_Type
264: );
265:
266: Procedure Get_Inventory_Item