DBA Data[Home] [Help]

APPS.WSH_ROUTING_REQUEST dependencies on FND_GLOBAL

Line 3813: last_updated_by = FND_GLOBAL.USER_ID

3809: net_weight = p_detail_att.dd_net_weight,
3810: gross_weight = p_detail_att.dd_gross_weight,
3811: volume = p_detail_att.dd_volume,
3812: last_update_date = sysdate,
3813: last_updated_by = FND_GLOBAL.USER_ID
3814: WHERE delivery_detail_id = l_first_detail_id
3815: AND released_status='X';
3816:
3817: --Delivery Details for new delivery to be created

Line 3902: last_updated_by = FND_GLOBAL.USER_ID

3898: picked_quantity2 = null,
3899: earliest_pickup_date = null,
3900: latest_pickup_date = null,
3901: last_update_date = sysdate,
3902: last_updated_by = FND_GLOBAL.USER_ID
3903: WHERE delivery_detail_id = l_split_delivery_detail_id;
3904: END IF; --}
3905:
3906:

Line 3916: last_updated_by = FND_GLOBAL.USER_ID

3912: volume = nvl(p_detail_att.volume,volume),
3913: volume_uom_code = nvl(p_detail_att.volume_uom,volume_uom_code),
3914: wv_frozen_flag= decode(l_frozen_flag,'N',wv_frozen_flag,'Y',l_frozen_flag),
3915: last_update_date = sysdate,
3916: last_updated_by = FND_GLOBAL.USER_ID
3917: WHERE delivery_detail_id = l_first_detail_id
3918: AND released_status='X';
3919:
3920:

Line 4392: last_updated_by = FND_GLOBAL.USER_ID

4388: volume_uom_code = nvl(p_delivery.volume_uom(p_delivery_index),volume_uom_code),
4389: wv_frozen_flag = l_frozen,
4390: additional_shipment_info = p_delivery.remark(p_delivery_index),
4391: last_update_date = sysdate,
4392: last_updated_by = FND_GLOBAL.USER_ID
4393: WHERE delivery_id = x_new_deliveries(i);
4394: END IF;
4395:
4396: --Proration