DBA Data[Home] [Help]

APPS.PO_BUYER_WORKLOAD_SV dependencies on FND_GLOBAL

Line 629: last_update_login = fnd_global.login_id

625: UPDATE po_requisition_lines_all
626: SET suggested_buyer_id = p_new_buyer_id,
627: last_update_date = sysdate,
628: last_updated_by = p_employee_id,
629: last_update_login = fnd_global.login_id
630: WHERE requisition_line_id = p_req_line_id_tbl(i);
631:
632: l_progress := '010';
633: -- If the records were successfully updated, Commit the Transaction