DBA Data[Home] [Help]

APPS.OE_BLANKET_PRICING_UTIL dependencies on FND_GLOBAL

Line 385: ,last_updated_by = FND_GLOBAL.USER_ID

381: end if;
382:
383: update oe_blanket_headers
384: set lock_control = lock_control + 1
385: ,last_updated_by = FND_GLOBAL.USER_ID
386: ,last_update_date = sysdate
387: where header_id = l_blanket_header_id;
388:
389: update oe_blanket_headers_ext

Line 412: ,last_updated_by = FND_GLOBAL.USER_ID

408: end if;
409:
410: update oe_blanket_lines
411: set lock_control = lock_control + 1
412: ,last_updated_by = FND_GLOBAL.USER_ID
413: ,last_update_date = sysdate
414: where line_id = l_line_id_tbl(I);
415:
416: update oe_blanket_lines_ext