DBA Data[Home] [Help]

APPS.OE_PORTAL_UTIL dependencies on OE_OE_FORM_LINE

Line 55: oe_oe_form_line.Get_line

51: oe_debug_pub.add('entering oe_portal_util.lines', 1);
52: if p_x_line_tbl(1).operation = OE_GLOBALS.G_OPR_CREATE THEN
53: l_old_line_tbl :=OE_Order_PUB.G_MISS_LINE_TBL;
54: elsif p_x_line_tbl(1).operation = OE_GLOBALS.G_OPR_UPDATE THEN
55: oe_oe_form_line.Get_line
56: ( p_db_record => TRUE
57: , p_line_id => p_x_line_tbl(1).line_id
58: , x_line_rec => l_old_line_tbl(1)
59: );