DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE dependencies on OE_ORDER_UTIL

Line 835: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

831: l_new_line_rec.operation := OE_GLOBALS.G_OPR_DELETE;
832: l_new_line_rec.line_id := p_line_id;
833: l_old_line_rec.line_id := p_line_id;
834:
835: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
836: p_line_rec => l_new_line_rec,
837: p_line_id => p_line_id,
838: p_old_line_rec => l_old_line_rec,
839: x_index => l_index,