DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on WIP_PICKING_PUB

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

9345: -- {{
9346: -- Verify that the WIP API properly allocates the crossdocked material when
9347: -- the demand is WIP. }}
9348: IF (l_debug = 1) THEN
9349: print_debug('4.3 - Call wip_picking_pub.allocate_material to crossdock the WIP demand');
9350: END IF;
9351: wip_picking_pub.allocate_material
9352: (p_wip_entity_id => l_wip_entity_id,
9353: p_operation_seq_num => l_operation_seq_num,

Line 9351: wip_picking_pub.allocate_material

9347: -- the demand is WIP. }}
9348: IF (l_debug = 1) THEN
9349: print_debug('4.3 - Call wip_picking_pub.allocate_material to crossdock the WIP demand');
9350: END IF;
9351: wip_picking_pub.allocate_material
9352: (p_wip_entity_id => l_wip_entity_id,
9353: p_operation_seq_num => l_operation_seq_num,
9354: p_inventory_item_id => l_inventory_item_id,
9355: p_repetitive_schedule_id => l_repetitive_schedule_id,

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

9360: );
9361:
9362: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS OR l_wip_qty_allocated = 0) THEN
9363: IF (l_debug = 1) THEN
9364: print_debug('4.3 - Error returned from wip_picking_pub.allocate_material API: '
9365: || x_return_status);
9366: END IF;
9367: --RAISE fnd_api.g_exc_error;
9368: -- If an exception occurs while modifying a database record, rollback the changes