DBA Data[Home] [Help]

APPS.WIP_ONLINE_MTL_TXN_PROCESSOR dependencies on WMS_WIP_INTEGRATION

Line 24: wms_wip_integration.post_completion(p_item_id => v_serial.inventory_item_id,

20: BEGIN
21: x_return_status := FND_API.G_RET_STS_SUCCESS;
22: SAVEPOINT PRE_UPDATE;
23: FOR v_serial IN c_serials LOOP
24: wms_wip_integration.post_completion(p_item_id => v_serial.inventory_item_id,
25: p_org_id => v_serial.organization_id,
26: p_quantity => NULL,
27: p_fm_serial_number => v_serial.fm_serial_number,
28: p_to_serial_number => v_serial.to_serial_number,

Line 56: wms_wip_integration.backflush(p_header_id => p_header_id,

52: x_return_status OUT NOCOPY VARCHAR2) IS
53: msgCount NUMBER;
54: BEGIN
55: commit;
56: wms_wip_integration.backflush(p_header_id => p_header_id,
57: x_msg_data => x_err_msg,
58: x_msg_count => msgCount,
59: x_return_status => x_return_status);
60: END backflushComponents;