DBA Data[Home] [Help]

APPS.PO_HEADERS_SV9 dependencies on FND_GLOBAL

Line 281: last_updated_by = fnd_global.user_id,

277: -- Bug 2449186. Truncate dates when comparing them.
278: UPDATE po_headers
279: SET start_date = nvl(start_date, X_start_date - 1),
280: end_date = X_start_date - 1,
281: last_updated_by = fnd_global.user_id,
282: last_update_date = sysdate
283: WHERE po_header_id = l_po_header_id;
284:
285: else

Line 384: last_updated_by = fnd_global.user_id,

380: -- Bug 2449186. Truncate dates when comparing them.
381: UPDATE po_headers
382: SET start_date = nvl(start_date, X_start_date - 1),
383: end_date = X_start_date - 1,
384: last_updated_by = fnd_global.user_id,
385: last_update_date = sysdate
386: WHERE po_header_id = l_po_header_id;
387: end if;
388: