DBA Data[Home] [Help]

APPS.OE_BLANKET_PRICING_UTIL dependencies on FND_GLOBAL

Line 364: ,last_updated_by = FND_GLOBAL.USER_ID

360: end if;
361:
362: update oe_blanket_headers
363: set lock_control = lock_control + 1
364: ,last_updated_by = FND_GLOBAL.USER_ID
365: ,last_update_date = sysdate
366: where header_id = l_blanket_header_id;
367:
368: update oe_blanket_headers_ext

Line 391: ,last_updated_by = FND_GLOBAL.USER_ID

387: end if;
388:
389: update oe_blanket_lines
390: set lock_control = lock_control + 1
391: ,last_updated_by = FND_GLOBAL.USER_ID
392: ,last_update_date = sysdate
393: where line_id = l_line_id_tbl(I);
394:
395: update oe_blanket_lines_ext