DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on WIP_PICKING_PUB

Line 122: wip_picking_pub.unallocate_material(

118: debug(' Inventory Item ID = ' || p_mo_line_rec.inventory_item_id, 'BACKORDER_SOURCE');
119: debug(' Repetitive Sch ID = ' || p_mo_line_rec.reference_id, 'BACKORDER_SOURCE');
120: debug(' Primary Qty = ' || l_qty_to_backorder, 'BACKORDER_SOURCE');
121: END IF;
122: wip_picking_pub.unallocate_material(
123: x_return_status => x_return_status
124: , x_msg_data => x_msg_data
125: , p_wip_entity_id => p_mo_line_rec.txn_source_id
126: , p_operation_seq_num => p_mo_line_rec.txn_source_line_id