DBA Data[Home] [Help]

APPS.XDPSTATUS dependencies on XDP_ORDER_BUNDLES

Line 2186: FROM XDP_ORDER_BUNDLES

2182: AND STATUS_CODE = 'ERROR';
2183:
2184: CURSOR C_UpdateBundleStatus(BundleID number) IS
2185: SELECT 1
2186: FROM XDP_ORDER_BUNDLES
2187: WHERE ORDER_ID = OrderID
2188: AND BUNDLE_ID = BundleID;
2189: -- FOR UPDATE;
2190:

Line 2372: UPDATE xdp_order_bundles

2368: PRAGMA AUTONOMOUS_TRANSACTION ;
2369: x_progress VARCHAR2(2000);
2370:
2371: BEGIN
2372: UPDATE xdp_order_bundles
2373: SET status = p_status,
2374: last_update_date = sysdate,
2375: last_updated_by = fnd_global.user_id,
2376: last_update_login = fnd_global.login_id