DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on WIP_PICKING_PUB

Line 9538: print_debug('4.3 - Call wip_picking_pub.allocate_material to crossdock the WIP demand');

9534: -- {{
9535: -- Verify that the WIP API properly allocates the crossdocked material when
9536: -- the demand is WIP. }}
9537: IF (l_debug = 1) THEN
9538: print_debug('4.3 - Call wip_picking_pub.allocate_material to crossdock the WIP demand');
9539: END IF;
9540: wip_picking_pub.allocate_material
9541: (p_wip_entity_id => l_wip_entity_id,
9542: p_operation_seq_num => l_operation_seq_num,

Line 9540: wip_picking_pub.allocate_material

9536: -- the demand is WIP. }}
9537: IF (l_debug = 1) THEN
9538: print_debug('4.3 - Call wip_picking_pub.allocate_material to crossdock the WIP demand');
9539: END IF;
9540: wip_picking_pub.allocate_material
9541: (p_wip_entity_id => l_wip_entity_id,
9542: p_operation_seq_num => l_operation_seq_num,
9543: p_inventory_item_id => l_inventory_item_id,
9544: p_repetitive_schedule_id => l_repetitive_schedule_id,

Line 9553: print_debug('4.3 - Error returned from wip_picking_pub.allocate_material API: '

9549: );
9550:
9551: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS OR l_wip_qty_allocated = 0) THEN
9552: IF (l_debug = 1) THEN
9553: print_debug('4.3 - Error returned from wip_picking_pub.allocate_material API: '
9554: || x_return_status);
9555: END IF;
9556: --RAISE fnd_api.g_exc_error;
9557: -- If an exception occurs while modifying a database record, rollback the changes