DBA Data[Home] [Help]

APPS.XDPCORE_ORDER dependencies on FND_GLOBAL

Line 337: last_updated_by = fnd_global.user_id,

333: wf_item_type = p_itemtype,
334: wf_item_key = p_itemkey ,
335: actual_provisioning_date = sysdate,
336: last_update_date = sysdate,
337: last_updated_by = fnd_global.user_id,
338: last_update_login = fnd_global.login_id
339: WHERE order_id = p_order_id ;
340:
341:

Line 338: last_update_login = fnd_global.login_id

334: wf_item_key = p_itemkey ,
335: actual_provisioning_date = sysdate,
336: last_update_date = sysdate,
337: last_updated_by = fnd_global.user_id,
338: last_update_login = fnd_global.login_id
339: WHERE order_id = p_order_id ;
340:
341:
342: COMMIT ;