DBA Data[Home] [Help]

APPS.XDPCORE_BUNDLE dependencies on XDP_ORDER_BUNDLES

Line 201: UPDATE xdp_order_bundles

197: PRAGMA AUTONOMOUS_TRANSACTION ;
198: x_Progress VARCHAR2(2000);
199:
200: BEGIN
201: UPDATE xdp_order_bundles
202: SET status = p_status_code ,
203: last_update_date = sysdate ,
204: last_updated_by = fnd_global.user_id ,
205: last_update_login = fnd_global.login_id